> For the complete documentation index, see [llms.txt](https://docs.selectstar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.selectstar.com/data-management/tag-management.md).

# Tags

[Admins](/user-management/user-roles.md) can use this page to learn how to [create](#creating-tags) and [add](#applying-tags) tags to data.

## Create Tags

You can create new tags from the **All Tags** page by clicking **+ New Tag**, next to the page title.

<figure><img src="/files/nRkSU1tUbFRnHRkIQW1y" alt=""><figcaption></figcaption></figure>

Create custom tags with different colors and icons to distinguish them from each other at a glance.

## Organizing tags

Tags in Select Star are defined to be flexible so you can design your own process when cataloguing your data. This section explains tag ownership, and how to organize tags.

### Tags vs Collections

Select Star has tags and [collections](/data-management/collections.md).

Use collections group information relevant to a domain, data product, department or project. Collections can be applied to high-level datasets, like tables and dashboards, but not to columns.

Use tags to indicate data quality. You can mark any datasets or fields as **Certified**, **Sensitive**, **Deprecated**, or any other status you'd use to define the state of the data.

Tags can be applied to any data down to the column level.

### Folder Structure

Tags can be organized into a folder like structure by dragging one tag into another. This can help you structure your tags in multiple levels.

### Tag Owners

Assign an [Owner](/data-management/data-ownership.md) to your new tag. Tag Owners can be thought of as Business Owners, meaning they are responsible for maintaining the tag documentation.

Owners can be either Teams or Individuals. You'll be able to see what team an individual is part of in the dropdown.

<figure><img src="/files/3n1qtWRofxJoo5QLUl2Q" alt=""><figcaption></figcaption></figure>

When your tag is created, Data Managers and Admins will be able to edit the description. Use the tag description to indicate what kind of data can be found in the tag.

You may want to outline procedures for handling data with specific tags.

<figure><img src="/files/oTLaFiGLOds2TUDUoYzZ" alt=""><figcaption></figcaption></figure>

## Apply Tags

{% hint style="info" %}
⌨️ By holding the `Shift` key, you can select multiple consecutive tables at once.
{% endhint %}

### Tagging From Table Pages

Quickly tag columns in a table view by clicking the tag ![](/files/-MibOrtkaaQoUaokhUCx) icon in the **Tags** column. Anywhere the tag icon shows up, you'll be able to apply tags.

![](/files/RoXMGM71jmqc9jHEtaoz)

### Tagging From Column Pages

You can also quickly tag columns from the column page

<figure><img src="/files/R5CO8EtK0Ky0Gg3UBy3b" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://docs.selectstar.com/data-management/tag-management.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.
