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

# v10.40

## v10.40.2 am 01.06.2026

### Agent Workspace

* Ein Dateiupload kann auch ohne Prompteingabe abgeschickt werden.

## v10.40.1 am 31.05.2026

### Agent Workspace

* Der Disclaimer unterhalb des Prompt-Eingabefeldes kann jetzt pro Agent angepasst werden.

## v10.40.0 am 18.05.2026

### Robot

* Mit den zwei neuen Plugins [Variable im Konversations-Kontext ablegen](https://help.aiaibot.com/robot/plugins/ai/variable-im-konversations-kontext-ablegen) und [Variable aus Konversations-Kontext laden](https://help.aiaibot.com/robot/plugins/ai/variable-aus-konversations-kontext-laden) können Daten workflowübergreifend abgespeichert werden. Beim Benutzen dieser Plugins werden die Daten automatisch im Kontext der Konversation gespeichert.
* Die Konfiguration einer AI Text Umgebung für OpenAI erlaubt das festlegen einer Basis URL. Damit können LLMs mit einer OpenAI kompatiblen API angesprochen werden, die nicht unter der Standard-URL erreichbar ist. Dies ist bei selbstgehosteten Modellen der Fall.

### Agent Workspace

* Es wurde ein Fehler behoben, der Zeilenumbrüche nicht an der Cursors-Position eingefügt hat.


---

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