# Telegram

**How to Integrate Telegram with K3 Labs**

Telegram integration enables you to receive real-time alerts, updates, and custom notifications from your K3 workflows directly in your Telegram chats.

You can choose to:

• Receive messages in a private chat with the K3 bot.

• Add the K3 bot to a group chat and receive notifications there.

**Step 1: Create a New Telegram Integration**

1. In the K3 platform, navigate to the Integrations section.
2. Click Add Telegram Integration.
3. Enter a Label for this integration (e.g., “Trading Alerts”, “Team Channel”, etc.). This helps you identify the chat connection later.

**Step 2: Follow the Telegram Setup Instructions**

Once you’ve entered your label, follow these steps:

1. Open the Telegram app on your device or desktop.
2. Initiate a Chat with the Bot: Start a conversation with @K3labsBot.\
   → You can either message the bot directly or add it to a group chat.
3. Send the Verification Command: In the chat with the bot, paste the verification command provided to you in K3 *(This command is unique for each integration instance.)*
4. Wait for Bot Response: The bot will reply to confirm that the chat is connected successfully.
5. Click “Finish” on the K3 platform to complete the integration setup.

Once connected, you’ll be able to configure workflows to send custom messages to this Telegram chat, including wallet alerts, trade confirmations, or portfolio updates.


---

# 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.k3-labs.com/introduction/integrations/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.
