# Set Data

## How to set data for Training/Test

In the dashboard, the rightmost two columns of the data area are two menus for setting each training and test data.

The setting method is very simple. If you turn on/off the menu toggle button for each data row, whether to use the data for that purpose is set.

### Training On/Off

Text with the **'Training' toggle 'On'** is used as data for training the model.&#x20;

* If you're not going to use this text for training, just toggle it off.

{% hint style="info" %}
If you add data manually or revise the data, the training button turns on automatically.
{% endhint %}

<figure><img src="/files/5GIAChsLX6rCvGu86ueA" alt=""><figcaption><p>Dashboard > Toggle On/Off for Training/Test</p></figcaption></figure>

### Test On/Off

Text with the **'Test' toggle 'On'** is used as data to test the model and measure its performance.

* If you're not going to use this text for test, just toggle it off.

One text data can be used both for Training/Test at the same time.&#x20;

{% hint style="info" %}
Strictly speaking, it is a principle that training data and test data should be used separately. However, we provide the corresponding freedom so that customers can use it flexibly according to the supply situation of modeling data.
{% 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.allganize.ai/nlu-api-dashboard/data-management/set-data.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.
