> For the complete documentation index, see [llms.txt](https://ed.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed.sunbird.org/use/source-code/manage-learn/ml-project-service/component-diagram.md).

# Component Diagram

<figure><img src="/files/uQs9SiFFBwyzausIiHy0" alt=""><figcaption><p>ML Project Service Component Diagram</p></figcaption></figure>

The [ML Project Service](/use/source-code/manage-learn/ml-project-service.md) is constructed upon the framework of Kafka, MongoDB, and cloud storage, ensuring a smooth amalgamation and efficient data control. Moreover, it collaborates seamlessly with vital services like [ML Core Service](/use/source-code/manage-learn/ml-core-service.md), [ML Survey Service](/use/source-code/manage-learn/ml-survey-service.md), [ML Report Service](/use/source-code/manage-learn/ml-report-service.md), [learner services](https://lern.sunbird.org/learn/readme), and [Sunbird-RC](https://docs.sunbirdrc.dev/learn/readme) services. Within the Project service, five crucial modules are incorporated, each catering to distinct facets of project management.

#### Template Module

This module provides APIs for various project template-related operations, facilitating the creation, retrieval and updating of project templates.

#### Template Tasks Module

Responsible for managing project task templates, this module handles the operations related to task templates associated with projects.

#### Reports Module

Focused on generating and managing different project reports.\\

#### userProjects Module

This module revolves around user project-related operations, encompassing functionalities for creating, modifying, and sharing user-specific projects.

#### Certificate Template

Devoted to managing project certificate-related aspects, this module governs the templates and functionalities associated with project certificates.

These five modules form the backbone of [ML Projects Service](/use/source-code/manage-learn/ml-project-service.md), empowering users to extend and optimize project capabilities within the broader SunbirdEd ecosystem on the App platform.

#### Video on ML Project Service

{% embed url="<https://youtu.be/iRaAd8K4bsI?list=PLUrm4D0K_7nxlaZZYirokpx5Mo-jMd64M&t=255>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ed.sunbird.org/use/source-code/manage-learn/ml-project-service/component-diagram.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
