# Filter & Search

## Filter

You can use the following filters on the Dashboard or Inference menu to find the data you want.

{% hint style="info" %}
The types and functions of filters are the same between Inference and Dashboard menus.
{% endhint %}

<figure><img src="/files/i4KMpXrH33onDTCsQmow" alt=""><figcaption><p>GNB > Dashboard > Filter</p></figcaption></figure>

<figure><img src="/files/WUzi6ZvVvnK5MzNqzJbk" alt=""><figcaption><p>Filter layer</p></figcaption></figure>

### Filter by status&#x20;

Search according to the[ inference status of the model.](/nlu-api-dashboard/model-training/status.md)

###

### Filter by date range&#x20;

Search according to the date range when the data was uploaded.

###

### Filter by training&#x20;

Search according to whether the data has been applied to model training or not.

* ON: Data applied 'On' as training data
* OFF: All data applied 'Off' as training data&#x20;
* All: All data applied 'On' or 'Off' as training data

### Filter by test&#x20;

Search according to whether the data has been applied to model testing or not.

* ON: Data applied 'On' as test data
* OFF: All data applied 'Off' as test data&#x20;
* All: All data applied 'On' or 'Off' as test data

##

## **Search**

You can also use the search to find the data you want on your dashboard.&#x20;

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

If you enter a query in the search box, you can find a list of text (sentence/sentence/paragraph) data that includes the query as a search result.


---

# 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/filter-and-search.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.
