# Как автоматически принимать заявки в Telegram канал?

* У вас должен быть [приватный](/telegram-bot/general-info-for-creators/how-to-make-a-telegram-channel-private.md) (частный) Telegram канал;
* Сначала нужно добавить Telegram бота в приватный (частный) телеграмм канал. Как это сделать написано [тут](/telegram-bot/general-info-for-creators/how-to-add-a-bot-to-a-telegram-channel.md);
* Далее создать уникальную ссылку для входа в телеграмм канал по заявкам. Для этого перейдите в настройки телеграм канала и откройте раздел "Пригласительные ссылки";

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

* Нажмите на "Создать ссылку";

![](/files/ONdO8QIDAIGaBIycrSuJ)

* И выберите пункт "Заявки на вступление";

![](/files/H8lSJx0FX3y0zXyO1Mjn)

* После создания ссылки, все пользователи перешедшие по ней будут подавать заявки на вступление в канал;

![](/files/LVgX6vXBeZPFakmVHP3r)

* Бот будет автоматически принимать заявки в канал.


---

# 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://wiki.ton.place/telegram-bot/general-info-for-creators/how-to-automatically-accept-requests-to-a-telegram-channel.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.
