# URL-Parameter auslesen

Mit dem Plugin <img src="/files/lTcw2LkBUqkQkSImcaNy" alt="" data-size="line"> *URL-Parameter auslesen* können Sie Query-Parameter abfragen. Query-Parameter sind Bestandteil einer URL und werden als Key / Value Paare in einer URL aufgelistet.

<figure><img src="/files/9ThPCzHZa86wjX0RySLe" alt="" width="290"><figcaption></figcaption></figure>

## Parameter "URL"

Wählen Sie aus der Auswahlbox eine Variable vom Typ `url` aus, deren Parameter Sie auslesen wollen.

## Parameter "Parameter-Name"

Hier geben Sie den Namen des Parameters ein, den Sie auslesen möchten.

## Parameter "Abbrechen, falls nicht gefunden"

Sollte der Parameter nicht in der URL vorkommen, können Sie den Workflow abbrechen. Es wird eine entsprechende Fehlermeldung im [Workflow-Protokoll](/robot/workflows/workflow-protokoll.md) erscheinen.

## Parameter "Parameter-Wert"

Der Wert des Parameters wird in der Variable gespeichert, die Sie in dieser Auswahlbox selektieren.


---

# 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/web/url-parameter-auslesen.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.
