# Kapitel erstellen

1. Klicken Sie im Handbuch auf **'+ Kapitel'.**
2. Vergeben Sie einen **Titel**.
3. Neben dem Titel, können Sie ein **Symbol** für dieses Kapitel auswählen.
4. Erstellen Sie Einträge, indem Sie auf **"+ Eintrag"** klicken oder erstellen Sie ein Unterkapitel, indem Sie wieder auf **"+ Kapitel"** klicken.
5. Passen Sie die **Berechtigungen** und die **Freigabe** ggf. an oder fügen Sie **Tags** hinzu.
6. Wenn Sie fertig sind, klicken Sie auf **"Übernehmen"** um Ihre Einstellungen zu speichern.

{% hint style="info" %}
Es können bis zu 4 Unterkapitel erstellt werden.
{% endhint %}


---

# 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.intratool.de/verwaltung/handbuecher/kapitel-erstellen.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.
