# How to automatically accept requests to a Telegram channel?

* You need to have a [private](/eng/telegram-bot/general-info-for-creators/how-to-make-a-telegram-channel-private.md) Telegram channel;
* First, add the bot to the private Telegram channel. Find out how to do it [here](/eng/telegram-bot/general-info-for-creators/how-to-add-a-bot-to-a-telegram-channel.md).
* Next, create a unique link for joining your Telegram channel. To do this, go to channel settings and open "Invite links";

![](/files/j034hwk5sPBW6mWSSegn)![](/files/WxDQLrgKI6afDq7ww8BQ)

![](/files/YEFCGVtYhvFaSR751WfM)

* Click on “Create a New Link”;

![](/files/eb4ie7OQITvfXj2KH58n)

* Select “Request Admin Approval”;

![](/files/PUQXrZONXf0UMODemmwH)

* All users that join with the created invite link will first request to join the channel;

![](/files/evVuBynz8eY8a0n1knVp)

* The bot will automatically accept join requests.


---

# 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/eng/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.
