> For the complete documentation index, see [llms.txt](http://localhost:3000/url/help.watcherlink.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty.md).

# Начало работы

- [Добро пожаловать!](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty/dobro-pozhalovat.md): Начните работу с MoonOne — нашей системой мониторинга, которая предоставляет все необходимые инструменты для удобного и эффективного управления майнинговыми операциями.
- [Подготовьте оборудование](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty/prepare_hardware.md): В этом разделе приведены минимальные и рекомендуемые характеристики оборудования для эффективного мониторинга майнеров. Подбор конфигурации зависит от количества обслуживаемых устройств.
- [Установите агент MoonOne](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty/ustanovite-agent-moonone.md): Агент MoonOne — инструмент сбора метрик, который передаёт данные с майнеров в реальном времени на дашборд MoonOne. Это обеспечивает эффективный мониторинг и контроль майнингового оборудования.
- [Добавьте объект](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty/how_to_add_facility.md): Добавьте свои объекты в систему MoonOne и управляйте ими с помощью различных функций платформы.
- [Настройте топологию](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty/configure_the_topology.md): Функция "Топология" помогает структурировать и оптимизировать ваш майнинговый объект за счет создания чёткой иерархической структуры объекта и схемы размещения оборудования.
- [Добавьте сотрудника](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty/add_a_staff_member.md): Вы можете добавить сотрудников в систему MoonOne и предоставить им доступ к различным функциям платформы.
- [Создайте роль](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty/create_a_role.md): Назначайте роли с конкретными правами доступа и обязанностями для безопасного и эффективного управления командой.
- [Импортируйте майнеры](http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty/mass_import_miners.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 http://localhost:3000/url/help.watcherlink.online/ru/nachalo-raboty.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.
