# Bot Builder

Der **Bot Builder** ist eine der zentralen Funktionen von ChatCaptain. Im Bot Builder kannst du alle Prozesse, die dein Bot ausführen können soll, hinterlegen. Im Bot Builder können beliebig viele Flows hinterlegt werden. Diese enthalten die Logik für alle Prozesse.

{% hint style="info" %}
Idealerweise bildet ein Flow maximal einen Prozess ab. So behältst du eine gute Übersicht bei und findest alle Prozesse leicht wieder.
{% endhint %}

### Flow einrichten

**1. Klicke auf "Flow einrichten"**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-07/9ff671bd-d85b-45fd-b58b-4de2fbbe8bfc/ascreenshot.jpeg?tl_px=733,419\&br_px=1479,839\&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)

### Weitere Flows erstellen

Du kannst auch weitere Flows erstellen. Gehe dazu wie folgt vor:&#x20;

**1. Klicke auf "Neuen Flow erstellen"**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-07/51c81f1c-21c7-4024-a007-5c560752c1d2/ascreenshot.jpeg?tl_px=1173,556\&br_px=1919,976\&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=432,261)

**2. Klicke in das Textfeld "Name".**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-07/ed087a56-3b59-4ac1-b990-7e313438c1be/ascreenshot.jpeg?tl_px=520,54\&br_px=1266,474\&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. Gebe den gewünschten Namen deines neuen Flows ein.**

**4. Klicke auf "Flow erstellen"**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-07/52d2dff1-69d7-40dc-bf7e-72a11d4142ce/ascreenshot.jpeg?tl_px=725,159\&br_px=1471,579\&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)

### Flow bearbeiten

Klicke in der Übersicht auf den Flow, den du bearbeiten möchtest. Anschließend öffnet sich der Bot Builder in der Bearbeitungsansicht. Hier erfährst du, wie es nun weiter geht.

### Flow löschen

**1. Klicke auf das Mülltonnen-Icon in der Übersicht mit allen Flows in der Zeile des Flows, den du löschen möchtest.**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-07/7409d4f9-c508-4d4f-b358-88fed8163e87/ascreenshot.jpeg?tl_px=1173,0\&br_px=1919,420\&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=504,137)

**2. Klicke auf "Flow löschen"**

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-07-07/736ca6a5-326d-488c-8e59-f4df8984f887/ascreenshot.jpeg?tl_px=746,139\&br_px=1492,559\&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)


---

# 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.chatcaptain.com/bot-verwalten/bot-builder.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.
