# Local Authorization

To create a User with local authorization, you need to check the "Local" checkbox in the new User creation form, and then specify the account login and password in the corresponding fields:

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-46849cac280684f7b686782d4fd0c45e2caa2dc5%2Fimage%20(45).png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-340f104c3f6f95862c9a6792ac772688103a1fcd%2Fimage%20(46).png?alt=media" alt=""><figcaption></figcaption></figure>

Additionally, you can fill in the fields:

<table data-header-hidden><thead><tr><th width="212"></th><th width="346"></th></tr></thead><tbody><tr><td><strong>Interface Element</strong></td><td><strong>Description</strong></td></tr><tr><td>text field "Email"</td><td>Email address for automatic message sending.</td></tr><tr><td>text field "First Name"</td><td>User's first name.</td></tr><tr><td>text field "Last Name"</td><td>User's last name.</td></tr><tr><td>text field "Department"</td><td>Name of the department/location of the User's workplace.</td></tr><tr><td>checkboxes "Notify about audit messages of the following types"</td><td><p>Allows the User (when specifying an email address and checking the boxes for Sherpa AI Server message types) to receive automatically sent notifications to their email. Possible options:</p><ul><li>Critical;</li><li>Error;</li><li>Warning;</li><li>Notice;</li><li>Info;</li><li>Debug.</li></ul></td></tr><tr><td>field "Role"</td><td>Allows specifying a pre-configured Role (one or more), according to which access to Sherpa AI Server tools (creation, editing, reading, and deleting objects) will be configured.</td></tr><tr><td>checkbox "User is blocked"</td><td>Allows blocking the User.</td></tr><tr><td>checkbox "Notify about license expirations via email"</td><td>Enables the function to notify the User about license expirations via email.</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-ai/sherpa-ai-server/rabota-v-sherpa-ai-server/polzovateli/avtorizaciya-polzovatelei/lokalnaya-avtorizaciya.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.
