> For the complete documentation index, see [llms.txt](https://docs.keeper-wallet.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper-wallet.app/ru/rasshirenie-brauzera/connect.md).

# Подключение к сайту

При первой попытке взаимодействия с Keeper Wallet на сайте вы увидите окно запроса доступа. Чтобы разрешить использование Keeper на этом сайте, нажмите **Авторизовать**. Сайт сможет получить ваш адрес и публичный ключ, но не секретную фразу и приватный ключ, и по-прежнему должен будет запрашивать вашу подпись на каждой транзакции от вашего имени.

![](/files/n4aOQ4qIRCLR8pGdrnuc)

На избранных сайтах экосистемы Waves, таких как [wx.network](https://wx.network), [swop.fi](https://swop.fi), [wavesducks.com](https://wavesducks.com), использование Keeper всегда разрешено.

## Настроить разрешения

Чтобы просмотреть разрешения, нажмите значок ![](/files/3X4IewQ2IGsZ8h9CRpbk) в правом верхнем углу окна Keeper. На странице настроек нажмите **Управление разрешениями**.

На вкладке **Вайтлист** представлены сайты, на которых использование Keeper всегда разрешено, и отозвать разрешение нельзя.

На вкладке **Пользовательский список** представлены остальные сайты с поддержкой Keeper, которые вы посещали, и их статус:

* **Одобрено** — сайту разрешено использовать Keeper,
* **Отказано** — сайт заблокирован, и на все запросы к Keeper выдается ошибка `Api rejected by user`.

![](/files/boF3QVF1n32mKXIt1Si2)

С помощью кнопки ![](/files/a165MGnd9bPu81NXz3I5)/![](/files/0pksoJEi5meiDajWskFF) вы можете выдать или отозвать разрешение. Если удалить сайт из списка (![](/files/3X4IewQ2IGsZ8h9CRpbk) **→ Delete**), сайт при следующей попытке взаимодействия с Keeper снова запросит разрешение.

🛈 О настройке автоматического подписания транзакций читайте в разделе [Подписание транзакций](/ru/rasshirenie-brauzera/tx.md).


---

# 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://docs.keeper-wallet.app/ru/rasshirenie-brauzera/connect.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.
