# Add Tags to Data Sources and Projects

## Add tags to data sources

1. Click the <i class="fa-database">:database:</i> **Data** icon in the navigation menu and select the **Data Sources** tab.
2. Select a data source.
3. Click the **Add Tags** button on the **Details** tab.
4. Begin typing a tag name in the **Search by Name** field and select the tag from the dropdown list.
5. Click **Add**. A list of the applied tags will populate on the Details tab.
6. Repeat as necessary for other data sources and tags.

## Remove tags from data sources

1. Click the <i class="fa-database">:database:</i> **Data** icon in the navigation menu and select the **Data Sources** tab.
2. Select a data source.
3. Scroll to the **Tags** section on the **Details** tab, and click on the tag you want to remove.
4. Click **Delete** in the side sheet and then click **Confirm**.

## Manage data source column tags

The columns tab of the data source lists the columns and the value type of the data within each column. From this page, governors can add tags to or remove them from specific columns in a data source.

### Add tags to the data source columns

1. Navigate to a data source and click the **Columns** tab.
2. Scroll to the **column** you want to add a tag to and click **Add Tags**.
3. Begin typing in the **Search by Name** field and select the tag from the dropdown list.
4. Click **Add**. The applied tag will appear next to the column name.

### Remove tags from the data source columns

1. Navigate to a data source and click the **Columns** tab.
2. Scroll to the **column** you want to remove the tag from and click on the tag you want to delete.
3. Click **Delete** in the side sheet and then click **Confirm**.

## Manage project tags

1. Click the <i class="fa-database">:database:</i> **Data** icon and select **Projects** in the navigation menu.
2. Select a project.
3. Click the **Add Tags** button on the **Project Overview** tab.
4. Begin typing in the **Search by Name** field that appears, and then select the tag from the dropdown list.
5. Click **Add**. A list of the applied tags will populate on the project overview.

### Remove tags from projects

1. Click the <i class="fa-database">:database:</i> **Data** icon and select **Projects** in the navigation menu.
2. Select a project.
3. Scroll to the **Tags** section on the **Overview** tab, and then click the tag you want to delete.
4. Click **Delete** in the side sheet and then click **Confirm**.

## Related guides

### Reference guides

For information about data sources and tags, see the following guides:

* [Data sources in Immuta overview](/SaaS/configuration/integrations/data-and-integrations/registering-metadata/data-source-overview.md)
* [Tags in Immuta overview](/SaaS/configuration/tags/manage-tags/index-tags.md)

### How-to guides

In addition to adding and managing data source tags as outlined above, data owners can manage data source

* [column descriptions and tags](/SaaS/configuration/integrations/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-column-descriptions-and-tags.md)
* [policies](/SaaS/govern/secure-your-data.md)
* [members](/SaaS/configuration/integrations/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-members.md)
* [settings](/SaaS/configuration/integrations/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-data-sources.md)


---

# 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/SaaS/configuration/tags/manage-tags/how-to-guides/data-source-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.
