> For the complete documentation index, see [llms.txt](https://clonex.gitbook.io/clonex-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clonex.gitbook.io/clonex-documentation/products/telegram-bot.md).

# Telegram Bot

* Create agents
* Edit or delete agents
* Speak with your agent
* Clone your voice using an MP3 sample

### How does it work?

1. Go to [@MyCloneX\_Bot ](https://t.me/MyCloneX_Bot)
2. Enter /**Start** or Tap ‘Start’ to activate the bot &#x20;
3. Copy your **unique URL**

<figure><img src="/files/vdAfZoa9naeDhnLtaQUP" alt="" width="375"><figcaption></figcaption></figure>

4. Go to your **browser wallet**
5. Enter the URL in your **browser wallet** and connect

<figure><img src="/files/2aofgWVX9ip8VsV9WIm7" alt="" width="375"><figcaption><p>First connection from MetaMask’s browser</p></figcaption></figure>

6. Now, link your wallet

<figure><img src="/files/34POTxkCobyEzVynrVTR" alt="" width="375"><figcaption><p>Then link your wallet</p></figcaption></figure>

7. Go back to [@MyCloneX\_Bot ](https://t.me/MyCloneX_Bot)
8. Go to /Dashboard to:

* Create new agents *(Button)*
* List your existing agents
* View cloned voices
* Clone your voice using an MP3 sample *(Button)*

### Create a new agent:

1. Go to /Dashboard

<figure><img src="/files/fhCjVdXuQChUrPu6tuES" alt="" width="375"><figcaption><p>/<strong>Dashboard</strong></p></figcaption></figure>

2. Click “+ Create new agent” *(Button)*
3. Enter a name **by replying** to the message

<figure><img src="/files/LbpM6FvuHCV94rzSqaPM" alt="" width="563"><figcaption><p>Enter 'Name' with <strong>REPLY.</strong></p></figcaption></figure>

4. Enter the system prompt **by replying** to the message

<figure><img src="/files/2VNQDKGbYnWCy31vikN2" alt="" width="563"><figcaption><p>Enter 'System Prompt' with <strong>REPLY.</strong></p></figcaption></figure>

5. Enter the initial message **by replying** to the message

<figure><img src="/files/NmAugrQaTSu5cHqao9ws" alt=""><figcaption><p>Enter 'First message' with <strong>REPLY.</strong></p></figcaption></figure>

6. Select your preferred voice

<figure><img src="/files/RwWiW3eXUGYbtOtizwpA" alt="" width="375"><figcaption></figcaption></figure>

7. Find your new agent in your **/Dashboard**

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

### Speak to your agent

1. Select your agent from your /Dashboard by clicking /v2 (e.g., if you want to speak with “John”)

<figure><img src="/files/wA7cIMVVEvaHVNvToRVj" alt=""><figcaption><p>Select your agent.</p></figcaption></figure>

2. Click 'Talk' button

<figure><img src="/files/0F18yDm4FJy8ofB9TarN" alt=""><figcaption></figcaption></figure>

3. Speak to your agent from telegram

<figure><img src="/files/aTAAVhC2t5MsQFFtdKhG" alt="" width="375"><figcaption><p>Speak with your agent.</p></figcaption></figure>

### Voice Cloning

1. Get your MP3 sample file ready (min. 15sec)
2. Go to /**Dashboard**&#x20;
3. Click the **'**�� **Clone Voice' button**

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

4. Enter a name **by replying** to the message

<figure><img src="/files/oVoGGaCmvsPcvlc6ElRM" alt=""><figcaption><p>Enter 'Name' with <strong>REPLY.</strong></p></figcaption></figure>

5. Enter a description **by replying** to the message

<figure><img src="/files/W9mWLf2eZj7DeJ1XBugQ" alt=""><figcaption><p>Enter 'Description' with <strong>REPLY.</strong></p></figcaption></figure>

6. Send the **MP3** file by replying to the message (minimum **15 sec.**)

<figure><img src="/files/NjuDs7G8JhwUvuxJpDkk" alt=""><figcaption><p>Cloning time depends on the length of your MP3 file.</p></figcaption></figure>

7. Find your cloned voice in the voice selection in your **/Dashboard**

<figure><img src="/files/jsGXnFKcuufwbpajAIUm" alt=""><figcaption><p>Use your cloned voice when creating a new agent or editing an existing one.</p></figcaption></figure>


---

# 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://clonex.gitbook.io/clonex-documentation/products/telegram-bot.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.
