# Tags

Tags are an excellent method to manage your shows and classes. They allow you to group your events on the Public pages, but also manage them internally. With tags you can easily assign discounts and more, and better organize your shows and classes.

{% hint style="info" %}
**Tags are the new Categories**

If you were familiar with Categories, Tags have replaced that concept and improved upon it. With Tags, you can now assign internal and external tags. Plus easily find and edit them in once place.
{% endhint %}

### Creating a new Tag

Tags can be created one of two ways:

* Created via the [**Tags**](https://crowdwork.com/dashboard/tags) page
* Created when editing a new show or class

We'll walk through both ways here.

> **Direct link:** [Tags Dashboard](https://crowdwork.com/dashboard/tags)

### Creating a Tag from the Tags page

On the [**Tags**](https://crowdwork.com/dashboard/tags) page, you can easily create a new tag and assign the following values:

* Name: what you want the tag to be called
* Type: if you want the tag to be internal or public
  * Public tags are used to group your assigned show or class together into a group
  * Internal tags are not shown publicly, and are great for assigning discounts or more

The table for all Tags

<figure><img src="/files/UiC04ydiiALULiNAz5Zu" alt=""><figcaption><p>Viewing all Tags</p></figcaption></figure>

<figure><img src="/files/EU0OdTiW8ElC6qQ3ka4V" alt=""><figcaption><p>Creating or editing a new Tag</p></figcaption></figure>

### Sorting and Ordering Tags

By default, your tags are displayed in alphabetical order. If you'd like to control the order — for example, to highlight a featured season or genre at the top of the list — you can switch to manual ordering.

On the [**Tags**](https://crowdwork.com/dashboard/tags) page:

1. Click **Manually Order** in the sort toggle at the top of the tag list
2. Drag any tag to your preferred position using the handle on the left side of the row
3. Your custom order is saved automatically

To return to alphabetical sorting at any time, click **Sort Alphabetically**.

{% hint style="info" %}
**Manual ordering applies to each tag type separately.** Public tags and internal tags each maintain their own sort order.
{% endhint %}

### Creating a new Tag from a Show or Class

You can also add or create a new Tag from the Show or Class form. To do that, simply scroll to the bottom of the form and you'll see the Tags section.

<figure><img src="/files/FhxfxbuGnhB0RNt4Kigl" alt=""><figcaption><p>Click "Add Tag" to open the modal</p></figcaption></figure>

<figure><img src="/files/cqWEUZUGvUmtAp1lPSjp" alt=""><figcaption><p>Choose to add or create a new Tag</p></figcaption></figure>


---

# 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.crowdwork.com/for-theatres/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.
