# Manage SDD on Data Sources

**Requirements**:

* SDD enabled and [turned on](/2024.2/application-settings/how-to-guides/config-builder-guide.md#enable-sensitive-data-discovery)
* Registered [Snowflake, Databricks, Redshift, or Starburst (Trino) data sources](/2024.2/data-and-integrations/registering-metadata/register-data-sources/query-backed-tutorial.md)
* Immuta permission `GOVERNANCE`

## Run SDD using a specific framework

SDD runs automatically, but if you want to re-run SDD when a new global framework is set or when new rules have been added, you can [manually run it for all data sources using the API](/2024.2/developer-guides/api-intro/immuta-v1-api/configure-your-instance-of-immuta/sdd-api.md#run-sdd-on-data-sources) or for specific frameworks through the UI:

1. Click the **Discover** icon and the **Identification** tab in the navigation menu.
2. Select the **more actions** icon.
3. Select **Run SDD** and then select it again in the modal.

## Run SDD on a data source

SDD runs automatically, but if you want to re-run SDD when a new global framework is set or when new rules have been added, you can [manually run it for all data sources using the API](/2024.2/developer-guides/api-intro/immuta-v1-api/configure-your-instance-of-immuta/sdd-api.md#run-sdd-on-data-sources) or for specific data sources through the UI:

1. Navigate to the data source overview page.
2. Click the health status.
3. Select **Re-run** next to Sensitive Data Discovery (SDD).

## Verify discovered tags

{% hint style="info" %}
**Verify discovered tags**

If sensitive data discovery has been enabled, then manually adding tags to columns in the data dictionary will be unnecessary in most cases. The data owner will just need to verify that the Discovered tags are correct.
{% endhint %}

## Disable Discovered tags from the data dictionary

If a governor, data owner, or data source expert disables a Discovered tag from the data dictionary, the column will not be re-tagged when that data source's fingerprint is recalculated or SDD is re-run. When a Discovered tag is disabled, the tag will not completely disappear, so it can be manually enabled through the tag side sheet.

To disable a discovered tag,

1. Navigate to a data source and click the **Data Dictionary** tab.
2. Scroll to the **column** you want to remove the tag from and click the tag you want to remove.
3. Click **Disable** in the side sheet and then click **Confirm**.


---

# 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.2/discover-your-data/data-discovery/how-to-guides/manage-sdd-tags.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.
