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

# Настройка браузера

### Разрешение на постоянную активность сайта

В своей работе мы используем браузер Google Chrome, так как он поддерживает расширения.

Данные разрешения нужны, если вы параллельно сидите в других вкладках или проводите время в мессенеджерах или других приложениях, чтобы Swoop всегда был активен.

1. **Нажимаем на 3 точки в верхнем правом углу экрана, а затем "Настройки"**&#x20;

<div align="left" data-with-frame="true"><figure><img src="/files/9aRaGX7O3tf8W0sF6XQQ" alt=""><figcaption></figcaption></figure></div>

2. **Выбираем раздел "Производительность", далее "Сайты, которые всегда активны", жмем кнопку добавить. Вводим домен нашего сайта pro.swoop.fun**

<div data-full-width="false" data-with-frame="true"><figure><img src="/files/tcQQTQeAQBPdlbdsDaBQ" alt=""><figcaption></figcaption></figure></div>

### Разрешение на всплывающие окна и звуковые уведомления

Всплывающие окна нужны, чтобы монета моментальна открывалась и вы могли заходить в первые 5 секунд, не вбивая ее в Axiom самостоятельно. А звуковые уведомления, чтобы всегда быть в курсе.&#x20;

* **Нажимаем настройки рядом с доменом сайта и ставим 2 галочки**

<div align="left" data-full-width="false" data-with-frame="true"><figure><img src="/files/QMa5eHChWqc9V9NrGlzv" alt=""><figcaption></figcaption></figure></div>


---

# 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.swoop.fun/swoop-ru/swoop-pro/nastroika-brauzera.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.
