# Categories

{% hint style="info" %}
Categories replaced Tags in Threaditor 7.
{% endhint %}

Threads can be added to categories, which allows them to be quickly accessed on your homepage.

## Adding threads to a category

You can add threads to categories in two ways:

1. **In the editor**, using the "Thread category" button at the top of the screen.
2. **In your homepage,** by [selecting ](/page-guides/home.md#bulk-editing-and-deleting)thread/s, then using the "Add to category" button on the floating toolbar at the bottom of the screen. This technique can be used to add many threads to a category at once.

When adding threads to a category, you can select existing categories, or [create a new one](#creating-a-category).&#x20;

Threads can only be added to a single category at a time.

<figure><img src="/files/OTKysxCYEQ7xGRSeiRs9" alt=""><figcaption><p>Adding a thread to an existing category.</p></figcaption></figure>

## Creating a category

When you create a category, you will need to supply a name, an emoji, and a color. Threaditor will use these three things to make you categories easy to find.

Once a category has been created, the selected thread/s will be added to it automatically.

<figure><img src="/files/IAmY3cSeAiPs2V5nwuoF" alt=""><figcaption><p>Creating a new category for a thread.</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://help.threaditor.net/page-guides/home/categories.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.
