# Get Started

- [Development environment](https://zinisoft-net.gitbook.io/zapes/get-started-1/development-environment.md)
- [Web settings](https://zinisoft-net.gitbook.io/zapes/get-started-1/web-settings-v2.md)
- [App settings](https://zinisoft-net.gitbook.io/zapes/get-started-1/app-settings.md): There are some common questions and how to config the app.
- [Login Facebook](https://zinisoft-net.gitbook.io/zapes/get-started-1/login-facebook.md)
- [Login Google](https://zinisoft-net.gitbook.io/zapes/get-started-1/login-google.md)
- [Login Apple](https://zinisoft-net.gitbook.io/zapes/get-started-1/login-apple.md)
- [Build App for Android](https://zinisoft-net.gitbook.io/zapes/get-started-1/build-app-for-android.md): In this part, we will guide how to run the mobile for Android.
- [Build App for IOS](https://zinisoft-net.gitbook.io/zapes/get-started-1/build-app-for-ios.md): In this part, we will show you how we can build the mobile app for iOS.
- [Source code structure](https://zinisoft-net.gitbook.io/zapes/get-started-1/source-code-structure.md): This section will help you understanding the source code structure.
- [FAQ & Troubleshooting](https://zinisoft-net.gitbook.io/zapes/get-started-1/faq-and-troubleshooting.md): Basic question during installing the app that you could meet and also provide some solution to fix the installing issues
- [Firebase Integration](https://zinisoft-net.gitbook.io/zapes/get-started-1/firebase-integration.md): Provides an advantage to mobile developers who use React Native for developing mobile applications.
- [OneSignal](https://zinisoft-net.gitbook.io/zapes/get-started-1/onesignal.md): Guide to set up OneSignal a free push notification service for mobile apps.
- [Change Log](https://zinisoft-net.gitbook.io/zapes/get-started-1/change-log.md): App versioning and change log information.
- [Thank you](https://zinisoft-net.gitbook.io/zapes/get-started-1/thank-you.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://zinisoft-net.gitbook.io/zapes/get-started-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.
