# Configuration

Channel service file configuration is available at <https://github.com/project-sunbird/sunbird-devops/blob/master/ansible/roles/stack-sunbird/templates/content-service_application.conf>

| Variable                                | Purpose                                                                                                                                                                                            |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| channel.fetch.suggested\_frameworks     | <p>Enable Suggested Frameworks in Get Channel API.<br><em>Default Value: true</em></p>                                                                                                             |
| channel.content.primarycategories       | List of content primary categories (contentPrimaryCategories attribute) to be displayed during a channel read. *If not configured, it will be empty List.*                                         |
| channel.collection.primarycategories    | List of content primary categories (collectionPrimaryCategories attribute) to be displayed during a channel read. *If not configured, it will be empty List.*                                      |
| channel.asset.primarycategories         | List of content primary categories (assetPrimaryCategories attribute) to be displayed during a channel read. *If not configured, it will be empty List.*                                           |
| channel.content.additionalcategories    | List of content primary categories (contentAdditionalCategories attribute) to be displayed during a channel read. *If not configured, it will be empty List.*                                      |
| channel.collection.additionalcategories | List of content primary categories (collectionAdditionalCategories attribute) to be displayed during a channel read. *If not configured, it will be empty List.*                                   |
| channel.asset.additionalcategories      | List of content primary categories (assetAdditionalCategories attribute) to be displayed during a channel read. *If not configured, it will be empty List.*                                        |
| composite.search.url                    | Composite search service domain URL. *(Example: <https://dev.sunbirded.org/action/composite/v3/search>)*                                                                                           |
| platform.language.codes                 | List of language codes allowed in 'translations' as part of request body in Channel create and update API. *If not configured, 'translations' cannot be passed during Channel create and update .* |
|                                         |                                                                                                                                                                                                    |


---

# 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://knowlg.sunbird.org/learn/product-and-developer-guide/content-service/channel-service/service-configuration.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.
