# Setup and Deployment

- [Initial Dev Environment Setup](https://enappd.gitbook.io/ionic-taxi-booking-app-starter/setup-and-deployment-1/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 (Web Browser)](https://enappd.gitbook.io/ionic-taxi-booking-app-starter/setup-and-deployment-1/running-the-app.md): Steps to follow for running your apps on browser, device or deploy as PWA.
- [Deploying app as PWA](https://enappd.gitbook.io/ionic-taxi-booking-app-starter/setup-and-deployment-1/deploying-app-as-pwa.md): Learn how to deploy any of the three apps as PWA on a free Firebase hosting
- [Building App on device](https://enappd.gitbook.io/ionic-taxi-booking-app-starter/setup-and-deployment-1/building-app-on-device.md): Learn how to build the app on iOS and/or Android device


---

# 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-taxi-booking-app-starter/setup-and-deployment-1.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.
