# v10.30

## v10.30.2 am 20.04.2026

### Robot

* In AI Function Workflows steht eine neue Variable mit dem Namen `conversationId` zur Verfügung. Diese Variable bietet Zugriff auf die ID der aktuellen Konversation.

### Agent Admin

* Es ist jetzt möglich, für einen Agent den Debug-Modus zu aktivieren.

## v10.30.1 am 20.04.2026

### Agent Admin

* Das Icon für Agent Web-App wurd getauscht
* Viele UI-Komponente sind extrahiert

## v10.30.0 am 18.04.2026

### WebChat

* Das Ereignis "conversation\_ended" wird jetzt immer nach dem manuellen Schließen des Chat-Fensters nach BE geschickt.

### Chatbot

* Das Ereignis "conversation\_start" wird jetzt erst nachdem Benutzernameeingabe gesendet.


---

# 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://changelog.aiaibot.com/v10/v10.30.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.
