> 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/robot/plugins/diverse.md).

# Diverse

Plugins die sich nicht eindeutig einer Kategorie zuordnen lassen, werden in diesem Abschnitt aufgelistet. Dazu zählen zum Beispiel das Rechnen mit Datums- oder Zeitwerten, das Generieren von Zufallszahlen oder von zufälligen IDs sowie das Aufrufen von Sub-Workflows.

{% content-ref url="/pages/cPFutFBYJ4VuaxSPhlZq" %}
[Rechnen mit Datum oder Zeitstempel](/robot/plugins/diverse/rechnen-mit-datum-oder-zeitstempel.md)
{% endcontent-ref %}

{% content-ref url="/pages/tvxfLiLN8BoI6we92X8Z" %}
[Workflow abbrechen](/robot/plugins/diverse/workflow-abbrechen.md)
{% endcontent-ref %}

{% content-ref url="/pages/zoXyTT8kfRDWUAH6fKfi" %}
[Öffnungszeiten](/robot/plugins/diverse/offnungszeiten.md)
{% endcontent-ref %}

{% content-ref url="/pages/Kg6LaCXTDGeyadqYyaIM" %}
[Zählen](/robot/plugins/diverse/zahlen.md)
{% endcontent-ref %}

{% content-ref url="/pages/n0CGVc9D7JHeBSHwlKNe" %}
[Berechnung durchführen](/robot/plugins/diverse/berechnung-durchfuhren.md)
{% endcontent-ref %}

{% content-ref url="/pages/GDA8kkLuEKLCfbtIuIIm" %}
[ID generieren](/robot/plugins/diverse/id-generieren.md)
{% endcontent-ref %}

{% content-ref url="/pages/RZt3iB6RE0MPZFbPwmuN" %}
[Zufallszahl generieren](/robot/plugins/diverse/zufallszahl-generieren.md)
{% endcontent-ref %}

{% content-ref url="/pages/OCyxNYPSFWULsPoUSyp0" %}
[Log-Eintrag](/robot/plugins/diverse/log-eintrag.md)
{% endcontent-ref %}

{% content-ref url="/pages/8vJ7hD5XM8RHCppX5OcS" %}
[Variablenwert setzen](/robot/plugins/diverse/variablenwert-setzen.md)
{% endcontent-ref %}

{% content-ref url="/pages/0ljpnYx4ltB5Rm36hpOk" %}
[Sub-Workflow ausführen](/robot/plugins/diverse/sub-workflow-ausfuhren.md)
{% endcontent-ref %}


---

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