> For the complete documentation index, see [llms.txt](https://documentation.immuta.com/2024.3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.immuta.com/2024.3/data-and-integrations/tags/how-to-guides/data-source-tags.md).

# Add Tags to Data Sources and Projects

## Add tags to data sources

1. Click the **Data** icon in the navigation menu and select the **Data Sources** tab.
2. Select a data source.
3. Click the **Add Tags** button at the bottom of the **Overview** 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 at the bottom of the Overview tab.
6. Repeat as necessary for other data sources and tags.

## Remove tags from data sources

1. Click the **Data** icon in the navigation menu and select the **Data Sources** tab.
2. Select a data source.
3. Scroll to the **Tags** section at the bottom of the **Overview** tab, and click on the tag you want to remove.
4. Click **Delete** in the side sheet and then click **Confirm**.

## Manage data dictionary tags

The data dictionary lists the columns within the data source 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 dictionary

1. Navigate to a data source and click the **Data Dictionary** 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 below the column name in the data dictionary.

### Remove tags from the data dictionary

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 on the tag you want to delete.
3. Click **Delete** in the side sheet and then click **Confirm**.

## Manage project tags

1. Click the **Data** icon and select **Projects** in the left sidebar.
2. Select a project.
3. Click the **Add Tags** button at the bottom of 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 at the bottom of the project overview.

### Remove tags from projects

1. Click the **Data** icon and select **Projects** in the left sidebar.
2. Select a project.
3. Scroll to the **Tags** section at the bottom of 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](/2024.3/data-and-integrations/registering-metadata/data-source-overview.md)
* [Tags in Immuta overview](/2024.3/data-and-integrations/tags/tags-reference-guide.md)

### How-to guides

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

* [data dictionaries](/2024.3/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-dictionary.md)
* [policies](/2024.3/secure-your-data/authoring-policies-in-secure/data-policies/how-to-guides/manage-policies-per-data-source.md)
* [members](/2024.3/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-members.md)
* [settings](/2024.3/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-settings.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.immuta.com/2024.3/data-and-integrations/tags/how-to-guides/data-source-tags.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
