# Dynamic Tagging

Saral App supports dynamic tagging feature. This feature is able to tag each question with category of questions as applicable.

This feature can be enabled when `/schools/login` response has `tags` field set to true.

```
{
   "school":{
      "storeTrainingData":true,
      "name":"Dummy School 1",
      "schoolId":"u002",
      "state":"up",
      "autoSync":false,
      "autoSyncFrequency":900000,
      "tags":true
   }
}
```

![](/files/YNFFkgR9LLfrv941ENIY) ![](/files/7qRj7Hor9M6M7uNGLc3s)


---

# 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://saral.sunbird.org/learn/features/dynamic-tagging.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.
