> 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/bot-verwalten/bot-builder/block/textnachricht.md).

# Textnachricht

Textnachrichten sind gängisten Elemente innerhalb eines Bots. Du kannst beliebige Texte hinzufügen und so mit deinen Nutzern kommunizieren.

## Variablen nutzen

Textnachrichten können durch die Nutzung von Variablen personalisiert werden.

**1. Klicke in das Eingabefeld von der Textnachricht, zu der du eine Variable hinzufügen möchtest.**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-08/616572c7-3084-482a-a223-eebf7128a484/ascreenshot.jpeg?tl_px=391,410\&br_px=1884,1250\&force_format=png\&width=560\&wat_scale=50\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=262,139)

**2. Klicke anschließend auf den Button unter dem Eingabefeld "Variablen".**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-08/6be30aa7-7df6-4eb2-9548-e5634e790530/ascreenshot.jpeg?tl_px=571,482\&br_px=2064,1322\&force_format=png\&width=560\&wat_scale=50\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=262,139)

**3. Wähle die gewünschte Kategorie, aus der du eine Variable hinzufügen möchtest.**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-08/b7869d15-7931-47ef-835d-2f50db4ddebe/ascreenshot.jpeg?tl_px=495,352\&br_px=1988,1192\&force_format=png\&width=560\&wat_scale=50\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=262,139)

**4. Klicke die gewünschte Variable an.**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-08/55353422-f040-4530-9c86-01522e4af0f4/ascreenshot.jpeg?tl_px=805,358\&br_px=2298,1198\&force_format=png\&width=560\&wat_scale=50\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=262,139)

**5. Die ausgewählte Variable wird anschließend im Eingabefeld hinzugefügt.**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-08/07f0b45f-7662-4dc3-aaf2-cb49f6d66509/user_cropped_screenshot.jpeg?tl_px=765,390\&br_px=2258,1230\&force_format=png\&width=560)

### Kompatibilität

**Textnachrichten** sind mit allen Kanälen kompatibel. Falls es sich bei deinem Bot um einen Voicebot handelt, mit diesem also einen Telefon-Kanal verknüpft ist, wird für alle Anrufer der Text in Sprache umgewandelt.&#x20;


---

# 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/bot-verwalten/bot-builder/block/textnachricht.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.
