# Mobile

- [Component Diagram](https://ed.sunbird.org/older-versions/contribute/source-code/workflows/mobile/mobile-component-diagrams.md): The Sunbird Mobile app is the app-based interface for the Sunbird application stack. It provides an app(Android/Ios) through which all functionality of Sunbird can be accessed.
- [sunbird-mobile-sdk](https://ed.sunbird.org/older-versions/contribute/source-code/workflows/mobile/sunbird-mobile-sdk.md): sunbird-mobile-sdk is the heart of Sunbird-mobile-app which contains all the business logic starting from API access to offline data management.
- [Sunbird-mobile-app plugins](https://ed.sunbird.org/older-versions/contribute/source-code/workflows/mobile/sunbird-mobile-app-plugins.md)
- [Configurations to setup mobile app](https://ed.sunbird.org/older-versions/contribute/source-code/workflows/mobile/configurations-to-setup-mobile-app.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://ed.sunbird.org/older-versions/contribute/source-code/workflows/mobile.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.
