> For the complete documentation index, see [llms.txt](https://divine-panel.gitbook.io/divine-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://divine-panel.gitbook.io/divine-docs/ustanovka-paneli/activate-license.md).

# Активация лицензии

Токен, полученный в Telegram-боте (раздел [Личный кабинет → Токены](/divine-docs/podpiska-i-pokupka/cabinet.md)), нужно ввести в панели.

## Где вводить токен

1. В сайдбаре панели нажмите на значок настроек (шестерёнку) — откроется всплывающее меню с двумя пунктами: **Token** и **Notifications**.
2. Выберите **Token**.

<figure><img src="/files/McjnGUFZ8VH7AIApruQn" alt=""><figcaption></figcaption></figure>

Откроется окно с полем ввода токена и статусом лицензии.

<figure><img src="/files/nMI6THAE0OHBzfiqh9og" alt=""><figcaption></figcaption></figure>

3. Вставьте скопированный из бота токен в поле.
4. Нажмите **CHECK & SAVE** (проверить и сохранить).

## Статусы

Рядом с полем ввода отображается статус:

* **NOT VERIFIED** — токен ещё не проверен.
* **CHECKING…** — идёт проверка.
* **ACTIVE — SAVED (PRO)** или **ACTIVE — SAVED (ULTIMATE)** — токен принят, показан ваш тариф.
* Текст ошибки (например, что токен уже привязан к другому компьютеру, токен пуст, либо истёк) — если что-то пошло не так.

Раздел ввода токена доступен без подписки (на тарифе FREE) — он нужен именно для того, чтобы подписку активировать.

## Привязка к компьютеру

При успешной активации токен привязывается к оборудованию (HWID) этого компьютера. Одновременно с одного токена нельзя работать на нескольких компьютерах — при попытке активировать тот же токен на другой машине потребуется сначала сбросить привязку через бота (см. [Сброс HWID](/divine-docs/podpiska-i-pokupka/cabinet.md)).

## Дальше

Токен активирован — можно добавлять Steam-аккаунты, см. [Менеджер аккаунтов](/divine-docs/menedzher-akkauntov/add-single.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://divine-panel.gitbook.io/divine-docs/ustanovka-paneli/activate-license.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.
