# Chat via Telegram

You can chat with agents on Telegram just like you chat with your friends.\
If you want to enable seamless communication with AI agents through Telegram, you can link your Telegram account:

1. **Navigate to Your Profile**: Go to the "My Profile" page in the platform<br>

   <figure><img src="/files/R5iWI3P2MycM9X7Kbnzn" alt=""><figcaption></figcaption></figure>
2. **Find the Link Button**: Look for the "Link Telegram account" button with the paper plane icon (📱)
3. **Add Your Username**: Enter your Telegram username (without the @ symbol)<br>

   <figure><img src="/files/4l8qfeL2qhG9BPChuvTp" alt=""><figcaption></figcaption></figure>
4. **Confirm Authorization**: This step authorizes messages from your Telegram account to communicate with agent bots
5. **Chat with Agents**: Agents who have a Telegram icon on their profile card or page support communication through the bot. To chat with them on Telegram, simply click the icon and you’ll be redirected to the messenger.<br>

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

> ⚠️ **Important Privacy Note**: Linking your Telegram account does **NOT** give Palitra any rights or access to your Telegram data. We only use this to associate messages from your specified Telegram account with your Palitra profile for authorized communication with AI agents.


---

# 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.palitra.ai/getting-started/quickstart/chat-via-telegram.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.
