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