# Detected entity values

The **Entities** **Catalog** page displays the list of detected entity values for the dataset. To display the **Catalog**, in the left menu on the dataset details page, click **Catalog**.

<figure><img src="https://3072847115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvOPn7KQptPWmS5iKg5P0%2Fuploads%2FZ1BmfqmIilAZwnVwyeIb%2FDatasetEntitiesCatalog.png?alt=media&#x26;token=0ab3b04e-8d02-461d-9fb9-cfdd784cbc6e" alt=""><figcaption><p>Entities Catalog for a dataset</p></figcaption></figure>

### Information in the Entities Catalog

The **Entities Catalog** lists each instance of an entity value separately. For example, the given name John is detected twice in one file and 3 times in another file. The **Entities Catalog** then contains 5 entries for John.

The **Entities Catalog** does not include entities for entity types that have the entity type handling option set to **Ignore**.

For each value instance, the **Entities Catalog** includes:

* The entity value.
* How the value appears in the output, based on the selected handling option for the value's entity type.
* The entity type.
* A confidence score to indicate how confident Textual is that the value is correctly detected and identified.
* The entity value instance in its immediate context.
* The name of the file that contains the value instance.

### Filtering the Entities Catalog

#### **Filtering by entity value**

To filter the list by text in the entity value, in the search field, begin to type the text.

As you type, Textual filters the list to only include entity values that contain that text.

<figure><img src="https://3072847115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvOPn7KQptPWmS5iKg5P0%2Fuploads%2FlG1aYNq1PbkdqaXRYDmK%2FDatasetEntitiesCatalogFilterValue.png?alt=media&#x26;token=9d9bd347-451f-4fa7-9d62-8d2c2bf19db1" alt=""><figcaption><p>Entities catalog filtered by value text</p></figcaption></figure>

#### **Filtering by entity type**

By default, the **Entities Catalog** list includes all of the entity types. To filter the list to a specific entity type, click **All types**, then select the entity type. To remove the filter, select **All types**.

#### **Filtering by file**

By default, the **Entities Catalog** list includes values from all of the files. To filter the list to only include values detected in a specific file, click **All files**, then select the file. To remove the filter, select **All files**.

### Sorting the Entities Catalog

You can sort the **Entities Catalog** by the value, transformation, entity type, and confidence score.

To sort by a column, click the column heading.

To reverse the sort order, click the column heading again.


---

# 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.tonic.ai/textual/dataset-configure-redaction/textual-datasets-review-results/entities-analysis-catalog.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.
