# Source Code

**Source Code:**

UserOrg Service

{% embed url="<https://github.com/sunbird-lern/sunbird-lms-service>" %}

Authentication - Keycloak SPI

{% embed url="<https://github.com/sunbird-lern/sunbird-auth>" %}

API Manager Util

{% embed url="<https://github.com/sunbird-lern/sunbird-apimanager-util>" %}

Report Jobs  and other adhoc scripts: Geo report, User-consent report  (before release-5.0.0)

[StateAdminGeoReportJob.scala](https://github.com/Sunbird-Ed/sunbird-data-products/blob/master/data-products/src/main/scala/org/sunbird/analytics/job/report/StateAdminGeoReportJob.scala), [StateAdminReportJob.scala](https://github.com/Sunbird-Ed/sunbird-data-products/blob/master/data-products/src/main/scala/org/sunbird/analytics/job/report/StateAdminReportJob.scala) &#x20;

{% embed url="<https://github.com/Sunbird-Ed/sunbird-data-products/tree/master/data-products/src/main/scala/org/sunbird/analytics/job/report>" %}

Report Jobs  and other adhoc scripts: (after release-5.0.0)

{% embed url="<https://github.com/Sunbird-Lern/data-products/tree/master/lern-data-products/src/main/scala/org/sunbird/userorg/job/report>" %}

Environment and API Configurations

{% embed url="<https://github.com/project-sunbird/sunbird-devops>" %}

Database setup:

{% embed url="<https://github.com/sunbird-lern/sunbird-utils/tree/master/sunbird-cassandra-migration/cassandra-migration/src/main/resources/db/migration/cassandra>" %}

ES Mappings:

{% embed url="<https://github.com/project-sunbird/sunbird-devops/tree/master/ansible/roles/es-mapping>" %}


---

# 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://lern.sunbird.org/use/developer-guide/user-and-org-service/developer-installation/source-code.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.
