# Manage Identifiers

**Requirements**:

* [Sensitive data discovery (SDD) enabled](/2024.3/discover-your-data/data-discovery/how-to-guides/enable-sdd.md)
* Immuta permission `GOVERNANCE`

## Create an identifier

1. Click the **Discover** icon in the navigation menu and select the **Identifiers** tab.
2. Click **Create New**.
3. Enter a **Name** and **Description** for the new identifier.
4. **Enter criteria**: Select the [**Type** of criteria](/2024.3/discover-your-data/data-discovery.md#criteria).
   1. For regex, enter a regex to be matched against column values. The default criteria encoding is case-sensitive. You can change this encoding using the regex criteria. The regex must use RE2.
   2. For column name regex, enter a regex to be matched against column names. The default criteria encoding is case-insensitive. You can change this encoding using the regex criteria. The regex must use RE2 syntax.
   3. For a dictionary, enter the values in a comma-separated list to match against column values. Opt to toggle the **Case insensitive** switch to on if you want the dictionary to be case sensitive.
5. **Select the tags to apply**: Use the text box to search for a tag under the "Discovered" hierarchy or type a tag name to create a new tag under the "Discovered" hierarchy to apply to columns that match your identifier.
6. Click **Next** to review your new identifier and click **Create Identifier** to create it.
7. See the [Manage identification frameworks page](/2024.3/discover-your-data/data-discovery/how-to-guides/manage-frameworks.md#add-an-identifier-to-a-framework) to add your new identifier to a framework.

*Note that all user-created identifiers must be a 90% match or greater for the contents of the column to be tagged.*

## Edit an identifier

Editing the details or criteria of an identifier from the identifiers menu will affect any framework with that identifier throughout Immuta. Editing the tags will only affect new frameworks the identifier is added to.

To edit an identifier,

1. Click the **Discover** icon in the navigation menu and select the **Identifiers** tab.
2. Click the name of the identifier you want to edit.
3. Click **Edit**.
4. Edit the field you want to change.
5. Click **Save**.

*Built-in identifiers cannot be edited.*

## Delete an identifier

Deleting an identifier will remove it from all the frameworks it is in throughout Immuta.

To delete an identifier,

1. Click the **Discover** icon in the navigation menu and select the **Identifiers** tab.
2. Click the **more actions** icon in the **Action** column for the identifier you want to delete.
3. Select **Delete** and click **Delete** again in the modal.

*Built-in identifiers cannot be deleted.*


---

# 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://documentation.immuta.com/2024.3/discover-your-data/data-discovery/how-to-guides/manage-rules.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.
