# Text Input Window

Show a modal dialog window designed to obtain information from the User.

<table data-header-hidden><thead><tr><th width="183.4166259765625" valign="top"></th><th width="286.1666259765625" valign="top"></th></tr></thead><tbody><tr><td valign="top">Title</td><td valign="top">[Text] The text, variable value, or calculation result that will be displayed in the dialog window's title.</td></tr><tr><td valign="top">Message</td><td valign="top">[Text] The text, variable value, or calculation result that will be displayed inside the dialog window.</td></tr><tr><td valign="top">Default Value</td><td valign="top">[Text] The value that will be displayed in the input window immediately. If the User cancels the input, this value will be assigned to the result.</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] The timeout. If a value greater than zero is specified, the window will automatically close after this time. The default value will be written to the "Result" property.</td></tr><tr><td valign="top">Line Breaks</td><td valign="top">Enables line breaks in the message.</td></tr><tr><td valign="top">Allow Resizing</td><td valign="top">When enabled, allows resizing the window while entering text.</td></tr><tr><td valign="top">Button Names</td><td valign="top"><p>[Text] Custom names for the buttons can be specified using a semicolon.</p><p>For example, <code>"Apply;Cancel"</code></p></td></tr><tr><td valign="top">Result</td><td valign="top">[Text] The text entered by the User in the dialog window will be saved in the specified variable.</td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that the blocks will output during operation. Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/dialogovye-okna-dialogs/okno-dlya-vvoda-teksta-inputbox.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.
