# LEARN

- [Software Requirement](https://saral.sunbird.org/learn/software-requirement.md): Software Requirement for Development or Maintenance
- [Application Architecture](https://saral.sunbird.org/learn/saral-app-architecture.md): Application Architecture of Saral App
- [Features](https://saral.sunbird.org/learn/features.md): Saral App Features
- [Configurable Branding](https://saral.sunbird.org/learn/features/configurable-branding.md): Branding of App is configurable through backend APIs
- [Capture AI/ML Training Data](https://saral.sunbird.org/learn/features/capture-ai-ml-training-data.md): Steps how to capture field specific training data to improve accuracy of AI/ML predictions
- [Support](https://saral.sunbird.org/learn/features/support.md): Support feature to troubleshoot Saral App issues
- [Share App data](https://saral.sunbird.org/learn/features/share-app-data.md): Share App data for troubleshooting
- [Auto Sync](https://saral.sunbird.org/learn/features/auto-sync.md): Auto Sync from Saral App to Saral backend
- [Multi-Page support](https://saral.sunbird.org/learn/features/multi-page-support.md)
- [Profile Menu](https://saral.sunbird.org/learn/features/profile-menu.md)
- [Dynamic Validations](https://saral.sunbird.org/learn/features/dynamic-validations.md)
- [Dynamic Tagging](https://saral.sunbird.org/learn/features/dynamic-tagging.md)
- [Minimal Mode](https://saral.sunbird.org/learn/features/minimal-mode.md)
- [Offline mode](https://saral.sunbird.org/learn/features/offline-mode.md)
- [App Force Update](https://saral.sunbird.org/learn/features/app-force-update.md): App force update feature
- [Review results/marks](https://saral.sunbird.org/learn/features/review-results-marks.md)
- [Firebase Analytics and Crashlytics](https://saral.sunbird.org/learn/features/firebase-analytics-and-crashlytics.md)
- [ML model deployment using Firebase](https://saral.sunbird.org/learn/features/ml-model-deployment-using-firebase.md): <\<TBD - Coming up in future releases>>
- [Improved Low light Performance - Manual Edit](https://saral.sunbird.org/learn/features/improved-low-light-performance-manual-edit.md): Manual Entry of data from Saral App to Saral backend
- [Vertical Forms Scanning Support](https://saral.sunbird.org/learn/features/vertical-layout-scanning-support.md)
- [Improve Processing Speed for big layouts](https://saral.sunbird.org/learn/features/chunk-process-large-forms.md)
- [Admissions Data Capture](https://saral.sunbird.org/learn/features/capture-admissions-record.md)
- [Securing PII Data Capture - Admissions](https://saral.sunbird.org/learn/features/securing-pii-data-storage.md): Saral supports handling secure storage of PII data by providing configurable field encryption of PII schema with different data security levels like encryption, encryption+masking, encryption+hashing.
- [Specifications](https://saral.sunbird.org/learn/specifications.md): Saral App specifications
- [Layout specification](https://saral.sunbird.org/learn/specifications/layout-specification.md): Saral App Layout specification.
- [Backend API Swagger Doc](https://saral.sunbird.org/learn/specifications/backend-api-swagger-doc.md): Saral App backend API Swagger documentation
- [Videos](https://saral.sunbird.org/learn/videos.md)
- [Feature Explanation](https://saral.sunbird.org/learn/videos/feature-explanation.md)
- [Usage by States](https://saral.sunbird.org/learn/videos/usage-by-states.md)
- [ML Model Accuracy/Results](https://saral.sunbird.org/learn/ml-model-accuracy-results.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/learn.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.
