# Getting Started with Apxor

- [Adding a New App](https://guides.apxor.com/getting-started-with-apxor/adding-a-new-app.md)
- [Firebase Credentials (optional)](https://guides.apxor.com/getting-started-with-apxor/firebase-credentials-optional.md)
- [SDK](https://guides.apxor.com/getting-started-with-apxor/sdk.md)
- [Android (x)](https://guides.apxor.com/getting-started-with-apxor/sdk/android-x.md)
- [iOS SDK](https://guides.apxor.com/getting-started-with-apxor/sdk/ios-sdk.md)
- [iOS SDK (Swift UI)](https://guides.apxor.com/getting-started-with-apxor/sdk/ios-sdk-swift-ui.md)
- [Web npm based](https://guides.apxor.com/getting-started-with-apxor/sdk/web-npm-based.md)
- [Tracking Events and Pages for Web](https://guides.apxor.com/getting-started-with-apxor/sdk/web-npm-based/tracking-events-and-pages-for-web.md)
- [Web URL based](https://guides.apxor.com/getting-started-with-apxor/sdk/web-url-based.md)
- [Tracking Events and Pages for Web](https://guides.apxor.com/getting-started-with-apxor/sdk/web-url-based/tracking-events-and-pages-for-web.md)
- [React Native](https://guides.apxor.com/getting-started-with-apxor/sdk/react-native.md)
- [Cordova](https://guides.apxor.com/getting-started-with-apxor/sdk/cordova.md)
- [Flutter](https://guides.apxor.com/getting-started-with-apxor/sdk/flutter.md)
- [Jetpack Compose](https://guides.apxor.com/getting-started-with-apxor/sdk/jetpack-compose.md)
- [API Guides](https://guides.apxor.com/getting-started-with-apxor/api-guides.md)
- [iOS](https://guides.apxor.com/getting-started-with-apxor/api-guides/ios.md)
- [Web](https://guides.apxor.com/getting-started-with-apxor/api-guides/web.md)
- [React Native](https://guides.apxor.com/getting-started-with-apxor/api-guides/react-native.md)
- [Cordova](https://guides.apxor.com/getting-started-with-apxor/api-guides/cordova.md)
- [Flutter](https://guides.apxor.com/getting-started-with-apxor/api-guides/flutter.md)
- [Release Notes](https://guides.apxor.com/getting-started-with-apxor/release-notes.md)
- [Performance](https://guides.apxor.com/getting-started-with-apxor/performance.md)
- [Troubleshooting](https://guides.apxor.com/getting-started-with-apxor/troubleshooting.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://guides.apxor.com/getting-started-with-apxor.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.
