> For the complete documentation index, see [llms.txt](https://postman-v1.guides.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postman-v1.guides.gov.sg/campaign-guide-telegram/telegram-bot/instructions-recipient-telegram.md).

# Instructions for Recipient Onboarding

In order for Postman to send messages to your subscribers, we need the subscribers to add the bot and send their mobile number to us. This is like adding a friend to your contacts list. The link to add the bot should be `https://t.me/[your bot name]` .

## Steps for Subscribers for Telegram Bot Onboarding

Tell your subscriber to go to

1. `https://t.me/[your bot name]` (see example figure on the left)
2. Talk to your bot with `/start`(see example figure on the right)
3. Send the bot his or her phone number by clicking on the **button**

{% hint style="warning" %}
Do not type your phone number. Postman will receive only the subscriber's phone number when the button is clicked.
{% endhint %}

Once the subscribers have subscribed to your bot, you can upload their phone number as a contact list in Postman in order to send messages to them.

![This is an example bot set up by the Postman team.](/files/-MBJ17Et3ozxisd62oj6)

## How do I send the Telegram bot link out to the recipient?

Depending on your use case, you can send the recipient an SMS or Email to let them know you have this new bot feature for your agency.

## How should I explain the Telegram bot feature to the recipient?

The recipient can choose to receive relevant information from the agency by subscribing to the bot. It is like a newsletter subscription. If the information is no longer relevant for them, they can choose to unsubscribe by deleting the bot.

## What if my recipient changes mobile numbers?

In such instances, aside from updating your own contact list of recipients, please also get in touch with us [here](https://form.gov.sg/#!/62b19812ff209e00126f2c47) so that we can perform back-end checks and/or amendments to ensure that the recipient can continue to receive your Telegram messages.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://postman-v1.guides.gov.sg/campaign-guide-telegram/telegram-bot/instructions-recipient-telegram.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
