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

# Tags

Tags sind Etiketten, mit denen Sie Ressourcen wie Datensätze oder Auswertungen übersichtlich kategorisieren können. Sie haben die Möglichkeit, eigene Tags zu erstellen, zu bearbeiten oder zu löschen und ihnen individuelle Farben sowie Beschreibungen zuzuweisen.

### Neuen Tag erstellen

1. Gehen Sie zu **Einstellungen → \[Ihre Organisation] → Tags**
2. Klicken Sie auf **Tag erstellen**
3. Im Dialog:
   * Geben Sie einen Namen ein
   * (Optional) Fügen Sie eine Beschreibung hinzu
   * Wählen Sie eine Farbe (oder geben Sie einen Hex-Code ein)
   * Klicken Sie auf **Speichern**

{% hint style="info" %}
Alle erstellten Tags stehen allen Nutzern Ihrer Organisation zur Verfügung und können organisationsweit wiederverwendet werden.
{% endhint %}

### Tag bearbeiten

1. Suchen Sie den Tag in der Liste
2. Klicken Sie auf das **...**-Menü rechts
3. Wählen Sie **Tag bearbeiten**
4. Aktualisieren Sie Name, Beschreibung oder Farbe
5. Klicken Sie auf **Speichern**

### Tag löschen

1. Klicken Sie auf das **...**-Menü neben einem Tag
2. Wählen Sie **Löschen**
3. Bestätigen Sie den Löschvorgang

{% hint style="info" %}
Das Löschen eines Tags hat keinen Einfluss auf Ressourcen, bei denen er bereits verwendet wurde. Der gelöschte Tag steht jedoch künftig nicht mehr zur Verfügung.
{% endhint %}

### Verwendung von Tags

Verwenden Sie Tags, um Ressourcen wie Datensätze oder Auswertungen in Ihrem Arbeitsbereich oder Ihrer Lösung leichter zu suchen und zu filtern.


---

# 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.polyteia.com/organisationen/tags.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.
