> For the complete documentation index, see [llms.txt](https://docs.chatcaptain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/inbox-einstellungen/tags.md).

# Tags

## Was sind Tags?

Tags sind kurze Bezeichner (z. B. #Support, #Dringend), mit denen Konversationen in der Inbox markiert, klassifiziert und automatisiert verarbeitet werden können. Sie dienen sowohl der strukturierten Bearbeitung durch Agenten als auch zur Steuerung von Bot-Logik.

***

## Tag anlegen

1. Klicke auf **„Tag erstellen“**.
2. Vergib einen **Namen**.
3. Wähle eine **Farbe**.
4. Klicke auf **"Tag** **erstellen"**.

***

## Einsatzmöglichkeiten von Tags

**1. Organisation & Klassifikation**

* Gruppierung nach Themen: `#Rechnung`, `#Technik`, `#Vertrag`
* Statuskennzeichnung: `#offen`, `#inBearbeitung`, `#wartetAufKunde`
* Priorisierung: `#dringend`, `#VIP`, `#wichtig`

**2. Filtern & Suchen**

* Tags ermöglichen schnelles Auffinden bestimmter Fälle
* Kombination mehrerer Tags für gezielte Analysen

**3. Zuweisung & Routing**

* Automatisierte Weiterleitung an zuständige Teams auf Basis von Tags (z. B. `#HR` → Personalabteilung)

***

## Automatisierung mit Tags

Tags können im Bot nicht nur zur Organisation, sondern auch zur **Auslösung von Prozessen** verwendet werden:

| Anwendung             | Beschreibung                                                                                      |
| --------------------- | ------------------------------------------------------------------------------------------------- |
| **Trigger für Flows** | Zuweisung/Entfernung eines Tags startet automatisch einen definierten Dialog oder Prozess im Bot. |
| **Folgeaktionen**     | z. B. nach `#FeedbackErhalten` startet eine Zufriedenheitsabfrage.                                |

***

####


---

# 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:

```
GET https://docs.chatcaptain.com/einstellungen/bot-einstellungen/inbox-einstellungen/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.
