# Question Management

{% hint style="info" %}
After question construction is completed, questions can be filtered and revised to improve the quality of subsequent dataset generation.
{% endhint %}

### List View

You can view question names, domain tags associated with questions, and text blocks to which questions belong. You can filter by question and tag names:

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

Supports editing existing questions and adding custom questions:

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

### Domain Tree View

You can use the domain tree view to see questions constructed under each domain tag:

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

{% hint style="info" %}
It is recommended to delete low-quality questions in this module (such as questions irrelevant to the literature's author, annotations, etc.) to avoid constructing low-quality datasets later, and to add custom questions for any missing ones.
{% endhint %}


---

# 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/questions/question-management.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.
