# Что такое теги?

**Теги**  — это специальные метки для ботов и групп подписчиков, которые выполняют роль папок для упорядочивания и быстрого поиска.&#x20;

Например, есть несколько ботов, связанных какой-нибудь логикой, указываете в этих ботах один и тот же **тег**, и по нему можно будет быстро их найти.&#x20;

* В качестве **тега** может быть использовано любое слово или словосочетание.&#x20;
* К боту или группе подписчиков можно привязать несколько **тегов**.

![Боты с выбранным тегом](/files/k0xRK42Ggr9XuiGqjmvw)

**Теги** можно указать как при создании, так и при редактировании ботов или групп подписчиков.

![Форма создания бота](/files/r6tf52faCwOK2tr01Z85)

Также можно редактировать и сортировать **теги**:

![Редактирование тегов](/files/hIrmJGXhKy1uhMIDpdTg)


---

# 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.senler.ru/senler/help/faq/obshie-voprosy/tags.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.
