# Zufallszahl generieren

Mit dem Plugin <img src="/files/bvyDKK6aVKPuasS2pV18" alt="" data-size="line"> *Zufallszahl generieren* erzeugen Sie eine Zufallszahl. Der Bereich in dem die Zahl erzeugt werden soll, kann festgelegt werden.

<figure><img src="/files/eNMRk4g6ZKW9R5NLwNMK" alt="" width="287"><figcaption></figcaption></figure>

## Parameter "Kleinste Zahl"

Diese Zahl ist die Untergrenze (inklusive) des Bereichs, in dem die Zufallszahl liegen soll.

## Parameter "Grösste Zahl"

Diese Zahl legt die Obergrenze (inklusive) des Bereichs fest, in dem die Zufallszahl liegen soll.

{% hint style="info" %}
Für die erzeugte Zahl gilt: Kleinste Zahl <= Zufallszahl <= Grösste Zahl
{% endhint %}

## Parameter "Zufallszahl"

Die Zahl wird in einer Variable vom Typ `integer` abgespeichert.


---

# 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/plugins/diverse/zufallszahl-generieren.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.
