> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/system-settings/categories.md).

# Categories

### How to create and apply categories in SprintHub

In SprintHub, you can create **custom categories** to easily organize and identify:

* Emails
* Forms
* Segments
* Landing Pages
* Popups
* Automation Flows

**This feature is especially useful when you handle a large volume of information and need to streamline your workflow.**

## Steps to create a new category

1. **Go to the settings menu**\
   In the side menu, click on **"Settings"** and then to **"Categories"**.

<figure><img src="/files/2642536414b5d395bbee5cc78b011bcc3820c29e" alt=""><figcaption></figcaption></figure>

2. **Create a new category**\
   Click the **"New"** button to start creating the category.

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

3. **Fill in the category details**

* **First name**: Give it a clear and easy-to-identify name.
* **Description**: Enter a short text explaining the purpose of the category.

> **Example**:\
> Name: *Customer Service*\
> Description: *Category used for new customer service clients.*

4. **Save the category**\
   After filling in the information, click **Save**.

{% hint style="success" %}
**After creating the category, it&#x20;**<mark style="color:purple;">**will be available for selection when creating emails, forms, segments**</mark>**&#x20;and other platform features, allowing for more efficient organization from the start of configuration.**
{% endhint %}


---

# 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.sprinthub.com/en/topics/system-settings/categories.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.
