# Users

You can enter the section from the menu of your project

![](/files/CqE5paxxfssNwo5Ur2DB)

{% hint style="info" %}
People are displayed here, which can be sorted by lists, channels and chats.&#x20;
{% endhint %}

By default, the "All users" list includes everyone who has interacted with your bot, regardless of whether they subscribe to the community. It is enough that the person wrote to you.&#x20;

You can select a specific list of people to view and a channel (VK group/telegram channel)

![](/files/8a9kAJbFDZDBFbkxGSYw)

If you click on a username, an auxiliary menu will appear on the right with detailed information about him: what local variables he has, what lists he is in, what chats he has been in, and what pending events are scheduled for him.

![Значения локальных переменных можно поменять в этом же окне](/files/wII9zaN7xhOi0jongCc7)

Knowing the user id, you can add him to your list yourself, even if he did not write anything to your bot.&#x20;

In addition, users can be added and uploaded by an Excel spreadsheet.

![Добавление и выгрузка пользователей](/files/JTVuzZqdtGYE9W3zOqBO)

The main thing is that when loading the table, one column contains user names, and the other contains their ID numbers.&#x20;

Now you know how to work with users in Smartbot Pro!


---

# 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://docs.smartbotpro.io/information-sections/users.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.
