# Man in the loop

The block allows for rechecking lists, dictionaries, and tables. Edits can be made in real-time. In the block properties, you can specify the necessary data for viewing and editing. Unused properties should be left empty.

<table data-header-hidden><thead><tr><th width="177" valign="top"></th><th width="285.25" valign="top"></th></tr></thead><tbody><tr><td valign="top">File path</td><td valign="top"><p>[Text] File path. The file that can be opened in preview is specified.</p><p>Supported formats:</p><ul><li>.pdf;</li><li>.png;</li><li>.jpg;</li><li>.jpeg;</li><li>.bmp.</li></ul></td></tr><tr><td valign="top">List</td><td valign="top">[List] List for viewing and editing.</td></tr><tr><td valign="top">Dictionary</td><td valign="top">[Dictionary] Dictionary for viewing and editing.</td></tr><tr><td valign="top">Data table</td><td valign="top">[Data Table] Data table for viewing and editing.</td></tr><tr><td valign="top">Button names</td><td valign="top"><p>Button names to be displayed in the block window.</p><p>Possible values:</p><ul><li>OK/Cancel - OK/Cancel;</li><li>Accept/Reject - Accept/Reject;</li><li>Custom - your value specified in the "Custom Names" property.</li></ul></td></tr><tr><td valign="top">Custom names</td><td valign="top"><p>[Text] Custom button names to be displayed in the window. To use this property, you must select "Custom" in the "Button Names" property. Names are separated by the character <code>/</code>.</p><p>For example, <code>"Name1/Name2"</code></p></td></tr><tr><td valign="top">List</td><td valign="top">[List] Edited list.</td></tr><tr><td valign="top">Dictionary</td><td valign="top">[Dictionary] Edited dictionary.</td></tr><tr><td valign="top">Data table</td><td valign="top">[Data Table] Edited data table.</td></tr><tr><td valign="top">Button</td><td valign="top">[Text] Name of the button that was clicked in the block window.</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" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value of 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" - by 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 of 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/man-in-the-loop-manloop.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.
