# ID generieren

Mit dem Plugin <img src="/files/1YoG3IoVoVsWKndrTcCn" alt="" data-size="line"> *ID generieren* können Sie eine zufällige ID erstellen lassen.

<figure><img src="/files/GRJ6oY02DLosCNdA6PfO" alt="" width="284"><figcaption></figcaption></figure>

## Parameter "ID-Typ"

Es stehen zwei ID-Typen zur Auswahl: **UUID** oder **Nano ID**.

Eine UUID ist 36 Zeichen lang und besteht aus den Kleinbuchstaben a bis f, Ziffern und Bindestrich. Beispiel: `f7fe7d1d-d312-4b43-b89c-a59e41b5eab7`

Eine Nano-ID ist 21 Zeichen lang und besteht aus den Gross- und Kleinbuchstaben a bis z, Ziffern, Bindestrichen und Unterstrichen.\
Beispiel: `V1StGXR8_Z5jdhi6B-myT`

## Parameter "Generierte ID"

Die zufällig generierte ID kann in einer Variable vom Typ `text` abgespeichert werden.


---

# 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/id-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.
