# Categories

Categories allows you create custom categories which e.g. can be linked to your stories or shows and therefore allow you to show only what you actually want to show

Navigate to Settings -> Categories

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

### STEP 1: Create New

Click on Create new in the top right corner and fill out the necessary information

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

Display Name: The display name of the category as used in the Stories Badges widget for example.

Slug: The distinct, URL-sanitised slug of the category. Must be unique account-wide.

{% hint style="info" %}
Slug needs to be in lower case letters
{% endhint %}

**Color:** Select a color for your category.

**Thumbnail** (200x200): Thumbnail image as used in Stories Badges widget for example.

**Click Save**


---

# 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.hello-lisa.com/knowledge/general/settings/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.
