> For the complete documentation index, see [llms.txt](https://api.docs.blockbrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.docs.blockbrain.ai/de/erste-schritte/getting-started/create-knowledge-bot.md).

# Einen Knowledge Bot erstellen (über die UI)

**Stellen Sie zunächst sicher, dass Sie in Ihrem Mandanten über die Builder-Rechte verfügen.**

<figure><img src="/files/15e97a3214971b474fb3dca1e20d74c573d3cc8b" alt=""><figcaption></figcaption></figure>

**Klicken Sie auf die Schaltfläche „Create +“, um einen neuen Bot hinzuzufügen.**

<figure><img src="/files/51cf4925f32339bb94c251f2c7585040b3bdf15a" alt="" width="375"><figcaption></figcaption></figure>

**Richten Sie den Bot nach Ihren Bedürfnissen ein.**

Wenn Sie dazu weitere Informationen benötigen, besuchen Sie [diese Anleitung](https://docs.en.theblockbrain.ai/for-builders/how-to-build-a-knowledge-bot) zur Bot-Erstellung.

<figure><img src="/files/c4c25fd1b578384487cb5914c90e110dc89d4e86" alt=""><figcaption></figcaption></figure>

**Öffnen Sie den gerade erstellten Bot und klicken Sie auf die ID, um die vollständige ID des Bots zu kopieren.**

In diesem Beispiel lautet die Bot-ID: `68af28**********499e97bf`

<figure><img src="/files/6fa7a76039a2cbd0e6b8a62cb5720b65390e5d6e" alt="" width="280"><figcaption></figcaption></figure>

Sobald Ihr neuer Bot erstellt wurde, denken Sie daran, das `ID` Feld zu kopieren, da wir es benötigen, um [Einen Dataroom erstellen](/de/erste-schritte/getting-started/add-convo-to-bot.md) es zum Laufen zu bringen.


---

# 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://api.docs.blockbrain.ai/de/erste-schritte/getting-started/create-knowledge-bot.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.
