# Clone Channels

{% hint style="info" %}
Cloning channels allows users to create a new channel with the properties of an existing one.
{% endhint %}

## Use Cases of Clone Channels

Say you created a chatbot sequence on a Messenger channel. You want to transfer the same sequences and rules to a new webchat channel. Cloning will help you copy-paste the properties in one click.

### Clone within the Same Platform

#### **Example**: Messenger to Messenger

You want to copy the channel properties of a Messenger channel to a new Messenger channel. In this case, cloning will take place without limitations.

### Clone within Different Platforms

#### **Example**: Messenger to Telegram

[Not all platforms support all types of chatbot blocks](https://docs.myalice.ai/myalice-guide-arabic/chatbot-and-automation/chatbot-blocks/support-blocks). So, if you want to copy the channel properties of a Messenger channel to a Telegram channel, some blocks may be disabled due to platform limitations.&#x20;

## How to Clone Channels

### Step 1: Clone a Channel

Make sure you have at least one channel in your Available Integrations. If not, [connect at least one of your channels](https://docs.myalice.ai/myalice-guide-arabic/myalice-channels/connect-social-media).

1\. Go to **Integrations** > **Available Integrations**.

2\. Click on the ellipsis icon (...) on the channel card you want to clone.

3\. Click on **Clone**, and a window will appear from the right.

![Clone option in Integrations](https://content.gitbook.com/content/ZlunlE4rHhMzJq9M0MQx/blobs/6WYyUYnHuS2XMzXuczpU/Screenshot%202022-05-11%20at%203.41.51%20PM.png)

4\. Add a **Title** for your new channel and **Select** the new channel you want to create.

5\. Click on **Finish** to complete the process.

![Clone Channel Window](https://content.gitbook.com/content/ZlunlE4rHhMzJq9M0MQx/blobs/FMAcr37xiPs6ixRMuFeL/Screenshot%202022-05-11%20at%203.44.10%20PM.png)

### Step 2: Connect the New Cloned Channel

Please note that the newly created clone channel is not yet connected to a platform or account. To enable the connection —

1. Click on the ellipsis icon **(...)** of the newly created clone channel.
2. Click on **Connect** from the list of options.
3. Follow the [regular connection flow](https://docs.myalice.ai/myalice-guide-arabic/myalice-channels/connect-social-media) as per your selected channel.

![](https://content.gitbook.com/content/ZlunlE4rHhMzJq9M0MQx/blobs/nXhvJEciV0qeSi6E16r1/Screenshot%202022-05-11%20at%203.46.53%20PM.png)


---

# 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.myalice.ai/myalice-guide-arabic/myalice-channels/clone-channels.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.
