# Example of Filling Fields in the "Create Folder" Block

The user must fill in the fields in the "Basic Properties" and "Error Handling and Logging" tabs in the Properties of the "Create Folder" Block:

<table data-header-hidden><thead><tr><th></th><th width="229"></th><th></th></tr></thead><tbody><tr><td></td><td><strong>Basic Properties</strong></td><td></td></tr><tr><td>Field Name</td><td>Example Filling</td><td>Note</td></tr><tr><td>Folder Name</td><td>“H:\print\Project2023”</td><td>The full path to the new folder that will be created in the system is specified. In this case, it is the folder “Project2023”.</td></tr><tr><td></td><td><strong>Error Handling and Logging</strong></td><td></td></tr><tr><td>Field Name</td><td>Example Filling</td><td>Note</td></tr><tr><td>Handling Level</td><td>Handle</td><td>This value indicates that errors occurring during folder creation will be handled. If an error occurs, the program will be able to perform certain actions to resolve it (for example, display a message to the User).</td></tr><tr><td>Message Level</td><td>Debug</td><td>The “Debug” message level allows for the output of basic information about the folder creation process, which can be useful for debugging and monitoring the program's operation. In this mode, additional information will be displayed that may help understand what exactly is happening during execution.</td></tr><tr><td>Error Text</td><td>Error: folder “Project2023” already exists or there was a problem with access rights.</td><td>This text will be returned if the folder creation fails. It informs the User about what exactly went wrong (for example, if the folder already exists or if the program does not have the necessary rights to create it). Receiving such information can help the User resolve the issue more quickly.</td></tr></tbody></table>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfrZ0mXcQAkCWcVFxPHAim_r1gqKYthZlcHirFOLpKlfOacS0t8P7zNFa9AZ-hH2EPhuyAE84n164Ln1yOigwy4nAXYy4cPzdK7xnDN3Epi1eC3s-csLZAl6MyRxwu3I0ZWTXlW3Q?key=iXsZoZObc06THzswGdnkKo8P" alt=""><figcaption></figcaption></figure>


---

# 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/failovaya-sistema-file-system/sozdat-papku-newfolder/primer-zapolneniya-polei-v-bloke-sozdat-papku.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.
