> 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/nastroiki/license.md).

# Токен и статус подписки

Раздел настроек **Token** — то же самое окно, что описано в разделе [Активация лицензии](/divine-docs/ustanovka-paneli/activate-license.md), доступное в любой момент через значок настроек (шестерёнку) в сайдбаре панели → **Token**.

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

Сюда стоит возвращаться, если:

* Нужно проверить текущий статус и тариф подписки.
* Подписка была продлена или сменён тариф в Telegram-боте — нажмите **CHECK & SAVE** ещё раз, чтобы панель подтянула актуальный статус.
* Нужно активировать панель на новом компьютере новым (или тем же, после сброса HWID) токеном.

Статус тарифа также синхронизируется в фоне сам по себе, без ручных действий — но ручная проверка полезна, если нужно убедиться в изменениях сразу.

## Что если раздел недоступен на текущем тарифе

Если попытаться открыть функцию, требующую более высокого тарифа (например P2P на тарифе FREE, или Parser на тарифе PRO), панель покажет окно **Subscription required** («Нужна подписка») со ссылками на divinepanel.com (ознакомиться с тарифами) и на [@divinepanel\_bot](https://t.me/divinepanel_bot) (оформить подписку).

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

## Дальше

Настройте уведомления о продажах — см. [Личный Telegram-бот уведомлений](/divine-docs/nastroiki/notifications-bot.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/nastroiki/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.
