# QUESTION

#### Syntax

**QUESTION**(*text; title; buttonText1; buttonText2; buttonText3*)

* *text* - Text, der im Fragefenster angezeigt werden soll - ***Wertetyp**: text*
* *title* - Titel des Fragefensters - ***Wertetyp**: text (optional, empty text as default)*
* *buttonText1-3* - den Text, der auf den Schaltflächen angezeigt wird - ***Wertetyp**: text (buttonText3 is optional)*

#### Bemerkung

* Die Funktion gibt die Nummer der Schaltfläche zurück, die angeklickt wurde.

#### Beispiel

<figure><img src="/files/TojAHSkJHTBqLG4zt4uN" alt=""><figcaption></figcaption></figure>

Wenn der Benutzer auf die Schaltfläche Submit klickt, wird die folgende Frage angezeigt:

<img src="/files/IUNSphe4hS0tieHrT7OW" alt="" data-size="original">


---

# 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.52-de-preview/clearlines-funktionen/navigations-funktionen/question.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.
