# Code Flow

The below diagram represents the code flow of **UserOrg** service.

<figure><img src="https://308610995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4ZKyfmmhMWpPkD6iYvKF%2Fuploads%2Fx57pyi28U4yOzH55AwNN%2FCode%20Flow.drawio.png?alt=media&#x26;token=18e26835-fd0f-48f6-b2fa-6c02ff4f4e03" alt=""><figcaption><p>code flow</p></figcaption></figure>

<div data-full-width="true"><figure><img src="https://308610995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4ZKyfmmhMWpPkD6iYvKF%2Fuploads%2Fmh0lKJafrjDqaRmBVd28%2FUserOrgServiceFlowDiagram-user.drawio.png?alt=media&#x26;token=ea52b15f-80a3-4594-99e9-32d49b14e34e" alt=""><figcaption></figcaption></figure></div>

### Repository

#### UserOrg Service

{% embed url="<https://github.com/Sunbird-Lern/userorg-service>" %}
UserOrg Service
{% endembed %}

UserOrg Service APIs

{% embed url="<https://lern.sunbird.org/learn/product-and-developer-guide/user-and-org-service/apis>" %}
UserOrg Service APIs
{% endembed %}

#### Flink Jobs

{% embed url="<https://github.com/Sunbird-Lern/data-pipeline/tree/master/user-org-jobs>" %}
UserOrg data-popeline
{% endembed %}

{% embed url="<https://lern.sunbird.org/learn/product-and-developer-guide/user-and-org-service/userorg-flink-job>" %}
UserOrg Flink Jobs
{% endembed %}

#### Reports

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

{% embed url="<https://lern.sunbird.org/learn/product-and-developer-guide/user-and-org-service/reports>" %}
UserOrg Reports
{% endembed %}


---

# 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/architecture/code-flow.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.
