# Reference Apps

| SunbirdEd Components     | GitHub Repo                                          |
| ------------------------ | ---------------------------------------------------- |
| SunbirdEd Mobile         | <https://github.com/Sunbird-Ed/SunbirdEd-mobile-app> |
| SunbirdEd Portal/Desktop | <https://github.com/Sunbird-Ed/SunbirdEd-portal>     |

Libraries Commonly Used Across Consumption Clients

| Sunbird Common Librares              | GitHub Repo                                                        |
| ------------------------------------ | ------------------------------------------------------------------ |
| Sunbird Common UI Components Library | <https://github.com/Sunbird-Ed/SunbirdEd-consumption-ngcomponents> |
| Sunbird Client Services              | <https://github.com/Sunbird-Ed/sunbird-client-services>            |
| Sunbird Form Component Library       | <https://github.com/Sunbird-Ed/SunbirdEd-forms>                    |
| Sunbird Theming Library              | <https://github.com/Sunbird-Ed/sb-themes>                          |
| Sunbird Styling Library              | <https://github.com/Sunbird-Ed/sb-styles>                          |
| Sunbird Tag Manager Library          | <https://github.com/Sunbird-Ed/sb-tag-manager>                     |
| Sunbird Charting Library             | <https://github.com/Sunbird-Ed/sb-dashlets>                        |

Customised Cordova Plugin Repositories for Mobile

| Plugin                                | Githhub Repo                                                      |
| ------------------------------------- | ----------------------------------------------------------------- |
| Sunbird Utility Plugin                | <https://github.com/Sunbird-Ed/sb-cordova-plugin-utility>         |
| Sunbird Download Manager Plugin       | <https://github.com/Sunbird-Ed/sb-cordova-plugin-downloadmanager> |
| Sunbird FCM Plugin                    | <https://github.com/Sunbird-Ed/sb-cordova-plugin-fcm>             |
| Sunbird DB Plugin (SQLLite)           | <https://github.com/Sunbird-Ed/sb-cordova-plugin-db>              |
| Sunbird Custom Tabs Plugin for Login  | <https://github.com/Sunbird-Ed/sb-cordova-plugin-customtabs>      |
| Sunbird Zip Plugin with customisation | <https://github.com/Sunbird-Ed/jjdltc-cordova-plugin-zip>         |


---

# 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/reference-apps.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.
