> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/textual/dataset-configure-redaction/dataset-custom-entity-types.md).

# Working with additional entity types

The entity types list includes the following additional entity types that you activated for the dataset:

* Custom regex-based and model-based types.
* Types that you [imported from the type library](/textual/entity-types/importing-types-from-the-textual-library.md).

From the **Entity settings** page, you can enable and disable additional types.

You can also update the configuration of a regex-based type, and go to the details page for a model-based type.

## Enabling and disabling additional types <a href="#dataset-custom-entity-enable-disable" id="dataset-custom-entity-enable-disable"></a>

{% hint style="info" %}
**Required dataset permission:** Edit dataset settings
{% endhint %}

The entity types list includes the additional entity types that are active for the dataset.

To manage the additional types that are active for the dataset:

1. Click **Custom entity types**.
2. On the **Enable custom entity types** panel, to search for specific entity types, begin to type text in the entity type name. As you type, Textual updates the list to only display matching entity types.

<figure><img src="/files/OywcT3XO1EoSqpkYWayZ" alt=""><figcaption><p>Enable custom entity types panel for a dataset</p></figcaption></figure>

3. To enable a custom entity type for the dataset, set its toggle to the on position.
4. To disable a custom entity type for the dataset, set its toggle to the off position.
5. To enable all of the custom entity types for the dataset, click **Bulk**, then click **Enable all**.
6. To disable all of the custom entity types for the dataset, click **Bulk**, then click **Disable all**.

## Updating the configuration of a regex-based custom entity type <a href="#dataset-custom-entity-edit" id="dataset-custom-entity-edit"></a>

{% hint style="info" %}
**Required global permission - either:**

* Create custom entity types
* Edit any custom entity type
  {% endhint %}

From the dataset details, you can edit the configuration of a regex-based custom entity type. To edit a regex-based custom entity type, click the settings icon for that type.

Note that any changes to the custom entity type settings affect all of the datasets that use the custom entity type.

For information on how to configure a custom entity type, go to [Adding regex-based types](/textual/entity-types/entity-types-custom.md#custom-entity-type-config).

## Viewing the details for a model-based custom entity type  <a href="#model-based-custom-view-details" id="model-based-custom-view-details"></a>

{% hint style="info" %}
**Required global permission - either:**

* Create custom entity types
* Edit any custom entity type
  {% endhint %}

For a model-based custom entity type, to display the details for the entity type, click the settings icon.

Textual displays the entity type details in a new browser tab.

## Running a new scan to reflect changes to the active additional types <a href="#dataset-scan-entity-type-changes" id="dataset-scan-entity-type-changes"></a>

When you enable, disable, or edit additional entity types, the changes do not take effect until you run a new scan on each file.

Textual marks each file as requiring a rescan, and displays a prompt to rescan all of the files.

<figure><img src="/files/LUsXKIUlXDCwJJqQq9DC" alt=""><figcaption><p>Dataset files when a rescan is required</p></figcaption></figure>

To run a new scan for a file, click its scan option.

<figure><img src="/files/vPxFNOIodQPaCXReZR0c" alt=""><figcaption><p>Rescan option for an individual dataset file</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/dataset-custom-entity-types.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.
