# Domain Tags

{% hint style="info" %}
After text chunking is completed, the platform will call a large model to automatically establish a domain tag tree based on the literature data.
{% endhint %}

<figure><img src="/files/DVmnS76U5o80Wtj8U0G7" alt=""><figcaption></figcaption></figure>

### View Original Directory

Switch to the Domain Tree tab, and you can see the domain tree intelligently analyzed by AI based on the literature, as well as the original directory extracted from the literature:

<figure><img src="/files/yXONTiBN6Tc3QMKMOwby" alt=""><figcaption></figcaption></figure>

In subsequent tasks of generating questions and datasets, the platform will build based on this domain tree, and map the generated questions and datasets to each domain tag. The domain tree allows each dataset to have global understanding capabilities and reduces the possibility of generating duplicate datasets.

<figure><img src="/files/T3uTRVC9wB4vb6UjcE6X" alt=""><figcaption></figcaption></figure>

### Edit Domain Tree

If you feel that there are inaccuracies or imperfections in the AI-generated domain tree, you can also directly manually add, modify, or delete tags. It is recommended to confirm the domain tree division more accurately before generating questions.

<figure><img src="/files/McTC6740ssIhFCRMApTx" alt=""><figcaption></figcaption></figure>


---

# 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://docs.easy-dataset.com/ed/en/basic/publish-your-docs/domain-tags.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.
