# Parameter Prompt Block

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

The function of this block is similar to the Parameters button of the Trigger block and allows you to show a pop-up prompt for user input. [(Trigger block)](/blocks/general/trigger.md). The only difference is an additional parameter:

* Timeout. The maximum time the user can enter parameters in milliseconds. If the timeout has expired, the workflow will continue with the next block.

\
\\


---

# 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.goless.com/blocks/general/parameter-prompt.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.
