> 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/getting-started/functional-configurations.md).

# Functional Configurations

To configure Sunbird Ed platform based on your use case, you will need to use the Postman tool. You can download and install the Postman tool by visiting the following link: <https://www.postman.com/downloads/>.

Please refer the below mentioned postman collection to setup minimal functional configuration for content creation workflow. Download the postman collection of Sunbird-Ed functional configuration from [here](https://github.com/project-sunbird/sunbird-ed-installer/tree/main/postman-collection)

Download the postman environment variable file (`postman.env.json`) from [here](https://github.com/project-sunbird/sunbird-ed-installer/blob/main/terraform/azure/template/postman.env.json) and replace the place holder values with actual values.

> NOTE: The above link points to Azure Postman ENV file from template directory. Depending on the cloud provider, please download the respective file.

​Import postman collection and environment variables to postman tool

refer: ​<https://learning.postman.com/docs/getting-started/importing-and-exporting-data/#importing-postman-data>

* Once the import is done, click on the "Collections" tab located in the upper-left corner. From the dropdown menu in the upper-right corner, select the desired environment name.
* Right click on the collection and choose `Run collection`. In `Run Configuration` section update `Delay` to `500ms` and then run the collection. This will trigger all the apis in the collection.

For forms related configurations and customizations, refer to the postman collection [here](https://www.postman.com/sunbird-building-blocks/sunbird-ed-coss/overview)

After configuration to ensure the installation is proper, use the following sanity test cases to validate the installation (& configuration)

{% file src="/files/1iqgGLoVjTRiu2H5hV8K" %}


---

# 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/getting-started/functional-configurations.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.
