# Input dialog

![](/files/7fOw9Dsb0LKYREm76QHI)

{% tabs %}
{% tab title="Entry Vars" %}
**Description :** You must enter the description message that will be displayed in the alert.

**Title :** You must enter the title that will be displayed in the alert.

**Mask :** The example value that will be shown in the field within the alert must be entered.

**Step by Step :**

<figure><img src="/files/nZ5BO6fnar2tPDQUcCRi" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Callbacks & Outvar" %}
**On Cancel :** Runs when the alert is canceled.

OutVars

`Null`

**On Submit :** It is executed once the user enters a value and sends it.

OutVars

`Null`

**On Empty :** Fires when the alert field is sent without a value.

OutVars

`Null`
{% endtab %}

{% tab title="Features" %}

{% endtab %}

{% tab title="examples" %}

{% endtab %}
{% endtabs %}


---

# 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.apphive.io/reference/funciones/notifications-1/input-dialog.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.
