# GETURLPARAM

#### Syntax <a href="#syntax.22" id="syntax.22"></a>

**GETURLPARAM**(*urlKey*)

* *value* - der Name des Schlüssels in der aktuellen URL, von dem der Wert zurückgegeben werden soll - ***Wertetyp**: Text*

#### Bemerkungen <a href="#remarks.19" id="remarks.19"></a>

* Es ist möglich, dass die Standard-URL-Parameter, die von nedyx verwendet werden (wie mode), in Zukunft geändert werden. Es wird daher empfohlen, z.B. Präfixe zu verwenden, um zukünftige Konflikte zu vermeiden.

#### Beispiele

Für die URL

<https://app.nedyx.com/app/1124/page/7614\\&mode=edit\\&region=asia\\&product=laptop&#x20>;

gibt die Funktion GETURLPARAM folgendes zurück:

* GETURLPARAM(“region”) liefert “asia” zurück
* GETURLPARAM(“product”) liefert “laptop” zurück
* GETURLPARAM(“whatever”) liefert *empty zurück (da der Schlüssel "whatever" nicht in der URL enthalten ist).*&#x20;


---

# 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://docs.nedyx.com/version-1.66-de/clearlines-funktionen/navigations-funktionen/geturlparam.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.
