# Live Log

Über den Menüpunkt *Live Log* gelangen Sie zu einer Übersicht, die Einblick in die aktuellen Abläufe des Robots bietet.

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

Im Live Log werden Einträge zu bestimmten Ereignissen erstellt, wie dem Start und Ende eines Workflows. Mit dem Plugin [Log-Eintrag](/robot/plugins/diverse/log-eintrag.md) können während der Ausführung eines Workflows Nachrichten an das Live Log gesendet werden. Neue Ereignisse werden automatisch am Anfang der Liste eingefügt.

Jede Zeile im Live Log stellt ein Ereignis dar. Der **Zeitstempel** zeigt, wann das Ereignis aufgetreten ist. Zusätzlich werden der **Name des Workflows**, die **Workflow-Instanz ID** und eine **Nachricht** angezeigt.

Durch einen Klick auf eine Zeile öffnet sich das entsprechende Workflow-Protokoll.

<figure><img src="/files/IJ1z01fxEiGsOkTWuPfu" 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/robot/live-log.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.
