# Setup

- [Initial Setup](https://enappd.gitbook.io/ionic-5-react-capacitor-full-app/setup/initial-setup.md): This page describes the initial setup steps. Follow the steps to get the app setup and running on your dev environment, as well as on your devices.
- [Running the app](https://enappd.gitbook.io/ionic-5-react-capacitor-full-app/setup/running-the-app.md): Steps to follow for running your app on browser, device or deploy as PWA
- [Building App on device](https://enappd.gitbook.io/ionic-5-react-capacitor-full-app/setup/building-app-on-device.md): Learn how to build the app on device using Capacitor
- [Deploying app as PWA](https://enappd.gitbook.io/ionic-5-react-capacitor-full-app/setup/deploying-app-as-pwa.md): Learn how to deploy your app as PWA on a free Firebase hosting
- [Deploy PWA on Firebase](https://enappd.gitbook.io/ionic-5-react-capacitor-full-app/setup/deploying-app-as-pwa/deploy-pwa-on-firebase.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://enappd.gitbook.io/ionic-5-react-capacitor-full-app/setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
