# Report Service

The Report Service provides capabilities to create and consume reports on the front user interfaces/user apps. The reports are rendered and managed through report configurations.

![](/files/Q081Q2VRZZsh9FyU3F2l)

#### Key Features:

1. Scalable rendering: The report configuration and data files are rendered from a cloud storage or a CDN which supports large number of concurrent users accessing the reports from the front end user interface.
2. Easy to update: The update api allows the report configurations to be updated requiring no downtime for the reporting system.
3. Decoupling: Visualization (charts) and data are decoupled. This allows the system to reuse the same data for multiple visualizations.\
   \\

{% hint style="info" %}
[Report Service Documentation](http://docs.sunbird.org/latest/apis/reports/)
{% endhint %}

{% embed url="<https://github.com/project-sunbird/sunbird-report-service>" %}
Report Service source code
{% 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://obsrv.sunbird.org/previous-versions/sb-5.0-version/learn/product-and-developer-guide/report-service.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.
