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

# Robot

Das *Robot* Widget ist die Schnittstelle von Chatbot und [Robot](/robot.md). Durch diese zwei Funktionen können [Benutzereingaben](/chatbot/widgets/benutzereingabe.md) im Chatbot einen Workflow in Robot auslösen. Zudem kann dem Nutzer der Output (z.B. der Lieferstatus) direkt ausgespielt werden.

Mit dem *Robot* Widget können Sie mühelos das Chatbot-Modul mit dem Robot-Modul verbinden, um einen Workflow zu starten.

<figure><img src="/files/T6eC2ej6GH5aFNimzioU" alt="" width="273"><figcaption></figcaption></figure>

Es gibt zwei Pfade die immer bestehen: der Pfad *<*&#x53;uccess> und der Pfad *<*&#x45;rror>. Success zeigt an, ob der Workflow erfolgreich gestartet wurde, und Error, wenn dies nicht der Fall war.

Diese Pfade können umbenannt und weitere Pfade hinzugefügt werden, wie im Beispiel oben \<ok> und \<noCityProvided>.

Diese Pfade können nur im *Robot* Widget bearbeitet werden.

Sobald das *Robot* Widget dem Dialog hinzugefügt und die Pfade hinterlegt wurden, wird dies im Robot Modul in der Connectoren Ansicht angezeigt.

<figure><img src="/files/hzSjplLaItiIatAxuFV2" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://help.aiaibot.com/chatbot/widgets/robot.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.
