# Telegram Commands

## /help

Intended for merchant to initiate linking a chat, the same command is used in DM to let merchant finish the linking.&#x20;

{% hint style="success" %}
This can be done in ANY CHAT or through Telegram DMs.&#x20;
{% endhint %}

## /list

Lists all linked Telegram Chats related to the merchant, intended for merchant's own review or for CS purposes - **will list all accounts the merchant administers that has a Telegram chat linked.**

{% hint style="warning" %}
**THIS CAN ONLY BE DONE IN DMs**
{% endhint %}

## /ID

Gives your Telegram ID, intended for CS purposes. This is the ID we will ask for when you open a support ticket for assistance.&#x20;

## /Claim

View a previously purchased order's details and generate / show the invite link to the purchased access chat.&#x20;

## /Settings

Provide a link to the [**https://upgrade.chat/settings**](https://upgrade.chat/settings) page.&#x20;


---

# 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.upgrade.chat/getting-started/telegram/telegram-commands.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.
