# USE

- [Roadmap](https://saral.sunbird.org/use/roadmap.md)
- [Workspace Setup - Playbook](https://saral.sunbird.org/use/workspace-setup-playbook.md): Developer Environment Setup - Playbook
- [Saral App Reference Backend](https://saral.sunbird.org/use/saral-app-reference-backend.md): Reference backend implementation for Saral App to function
- [Generating APK from source code](https://saral.sunbird.org/use/generating-apk-from-source-code.md): Steps how to generate APK from source code
- [Generate AAB(App bundle) from source code](https://saral.sunbird.org/use/generate-aab-app-bundle-from-source-code.md): Steps how to generate ABB from source code
- [Sign already generated APK file with private Key](https://saral.sunbird.org/use/sign-already-generated-apk-file-with-private-key.md): Sign existing APK file with keystore
- [Layout configuration](https://saral.sunbird.org/use/layout-configuration.md): Layout configuration for Saral App to detect and predict
- [Debug/Run Saral App from Android Studio](https://saral.sunbird.org/use/debug-run-saral-app-from-android-studio.md): Run or Debug Saral App
- [Saral App Debug Tips](https://saral.sunbird.org/use/saral-app-debug-tips.md): Saral App Debug Tips
- [Saral App Usage Guidelines](https://saral.sunbird.org/use/saral-app-usage-guidelines.md): Guidelines how to use the Saral App
- [Update BASE\_URL,apkURL in APK](https://saral.sunbird.org/use/update-base_url-apkurl-in-apk.md)
- [Update BASE\_URL,apkURL in AAB](https://saral.sunbird.org/use/update-base_url-apkurl-in-aab.md)
- [Sign already generated AAB(Android App Bundle) file with private key](https://saral.sunbird.org/use/sign-already-generated-aab-android-app-bundle-file-with-private-key.md)
- [Google Play Store App Publish Considerations](https://saral.sunbird.org/use/google-play-store-app-publish-recommendations.md): Play Store App publish have pre-requisites interms of privacy policy , misleading claim policy etc.
- [Layout Design Guidelines](https://saral.sunbird.org/use/layout-design-guidelines.md): Layout Design Guidelines
- [Firebase setup for Saral App Telemetry](https://saral.sunbird.org/use/firebase-setup-for-saral-app-telemetry.md): Firebase setup for Saral App Telemetry
- [Firebase setup for TFLite model deployment](https://saral.sunbird.org/use/firebase-setup-for-tflite-model-deployment.md): Firebase setup for TFLite model deployment
- [Alternatives for Saral components](https://saral.sunbird.org/use/saral-components-alternatives.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://saral.sunbird.org/use.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.
