> For the complete documentation index, see [llms.txt](https://manual-en.boxexchanger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-en.boxexchanger.net/getting-started-done/nastroiki-avtorizacii-polzovatelya.md).

# User authorisation settings / DONE

On the page ‘Site Settings’ - in the section ‘Configs’ - in the block ‘AUTH SETTINGS’ it is possible to set the time of user cooldown after unsuccessful attempts to enter the password when authorising to the account, as well as the token to work with Telegram bot for exchanges.

<figure><img src="/files/6rDZvn4Yc3YYFlMGhQVO" alt=""><figcaption></figcaption></figure>

* In the ‘Block after invalid pass’ field it is necessary to specify the number of unsuccessful password attempts after which the user will be temporarily restricted from sending authorisation requests (Antiflood system).
* In the ‘Block minutes’ field it is necessary to specify the time (in minutes) for which the user will be restricted from sending authorisation requests.
* In the field ‘INTERNAL TOKEN FOR API REGISTER (TG-BOT)’ it is possible to specify a token for working with Telegram bot for exchanges. At the moment it is possible to find out more details in chat with BoxExchanger support.

{% hint style="info" %}
The settings for this unit will be applied for 15 minutes after pressing the ‘Save’ button.
{% endhint %}

### Authorisation after account confirmation

On the page ‘Site Settings’ - in the ‘Configs’ section - in the ‘**Exchange**’ block it is possible to configure also automatic authorisation to the account after account confirmation.

<figure><img src="/files/2MdfA12B74btbJKaW5he" alt=""><figcaption></figcaption></figure>

Select one of the appropriate settings below -> click ‘Save’ to configure.

|                                                                        Yes                                                                        |                                                                 No                                                                |
| :-----------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: |
| After confirming the account registration using the link from the email, the system automatically authorises the user into the confirmed account. | After successfully confirming the account, the user will be required to enter a login and password to authorise into the account. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual-en.boxexchanger.net/getting-started-done/nastroiki-avtorizacii-polzovatelya.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
