# Track tags

## Overview

A tag is a label that can be attached to content. This allows you to group similar content together, and can later be used for filter on the team content page. We also have the concept of group tags, which can be used to assign and filter multiple tags in bulk.

You create tags using the Web UI.&#x20;

{% tabs %}
{% tab title="🌐 Web UI" %}

1. Click **Settings** → **Tags**.&#x20;
2. On the *Tag management page,* click **Create tag** on the right-hand side.
3. Input a tag name.
4. Click **Create tag**.&#x20;
   {% endtab %}
   {% endtabs %}

## Create tag groups

You create tags groups using the Web UI.&#x20;

{% tabs %}
{% tab title="🌐 Web UI" %}

1. Click **Settings** → **Tags**.&#x20;
2. On the *Tag management page,* click the **Groups** tab at the top of the page.
3. Click **Create group** on the right-hand side.
4. Input a tag group name.
5. Search and associate tags with the tag group.
6. Click **Create group**.&#x20;
   {% endtab %}
   {% endtabs %}

{% hint style="info" %}
You can always go back and add more tags later to groups.
{% endhint %}

## Add tags to tracks

You can add tags to tracks using the Web UI or the Instruqt CLI.

{% tabs %}
{% tab title="🌐 Web UI" %}

1. Click the track you want to add a tag to.
2. On the *Track dashboard*, click **Edit tags** in the *Tags* widget.&#x20;
3. Select tags.&#x20;
   {% endtab %}

{% tab title="Second Tab" %}

{% endtab %}
{% endtabs %}

## Search by tag

You search and filter by tags using the Web UI.&#x20;

{% tabs %}
{% tab title="🌐 Web UI" %}

1. On the *Content page*, click the **All tags/groups** filter button.
2. Input a tag you wish to filter for.
   {% endtab %}
   {% endtabs %}


---

# 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://docs.instruqt.com/tracks/manage/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.
