# Подписчики

{% hint style="info" %}
Где находится список всех подписчиков бота?
{% endhint %}

Для просмотра нужно зайти в "**Списки**" > "**Контакты**"

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

{% hint style="warning" %}
Для удобства на странице доступен поиск по ID, имени, телефону или юзернейму.
{% endhint %}

При нажатии на имя любого контакта откроется его карточка клиента.&#x20;

<figure><img src="/files/Sc70Klu98W1wYxG1ZLMa" alt=""><figcaption><p>Карточка клиента</p></figcaption></figure>

{% hint style="info" %}
Как удалить подписчика бота?
{% endhint %}

Находясь в карточке клиента нажми на соответствующую кнопку "Удалить".

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

{% hint style="info" %}
Как управлять тегами пользователя?
{% endhint %}

В соответствующем разделе карточки клиента ты можешь:

* Добавить нужный тег (если он еще не создан, то введи и нажми Enter для сохранения)
* Удалить добавленный ранее тег

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

{% hint style="info" %}
Как управлять переменными пользователя?
{% endhint %}

* Чтобы добавить новую переменную, нажми кнопку «**Добавить поле**»
* Как управлять переменными подробно рассказывали [здесь](/onebot-help/rabota-s-peremennymi/polzovatelskie-peremennye.md)

{% hint style="info" %}
В разделе "**Счета**" ты найдешь информацию про оплаты клиента, а так же сможешь заблокировать его счет, при необходимости.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.onebot.tech/onebot-help/podpischiki.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
