> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-block-cloning.md).

# Chatbot - Block Cloning

#### In the chatbot, it is possible to clone your editing blocks, making building faster, smoother, and more intuitive. This feature not only speeds up the process, but also improves the organization and reuse of components, allowing more efficient and standardized editing. This results in a more productive experience, reducing the time spent on repetitive tasks and increasing the quality of the workflow.

To replicate the chatbot's overall structure, you can create a template. This makes standardization easier and speeds up development. To learn how to do it, check out the article:

{% content-ref url="/pages/f6e71fc194c336744709aff822ba15c8ed615110" %}
[Chatbot - Template](/en/common-questions/automation-template/chatbot-template.md)
{% endcontent-ref %}

Follow the steps below to create and configure your chatbot:

1. **Create the ChatBot:**

* Go to the chatbot via “Find Services”. Or just type the name, and the feature appears.
* To create, click “+ New”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcpg-RxBouAdMTS_DCsdNv5RuU68275N3BfYHk7NFVxVsFQkkf_FlnmkXADJCJ3EcoemVZimjJa1XlPjC1_MXKfFzOmjU54r6yLctMnR4iEI0_8MrIHaXqAiUkr3Wm9zXSGmhobRA?key=4p0mBcBR7PsaL8VOFdWHYt-O" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeE11PRekQ_XEOuPCpP1ydn6kPpGcLDV_hbPEr6MA4Z7xiEOSRNijK2NIBoo5u0CUyImoU0Hme2V7E2ixQvyU_b6k7yQR3CcZcFyEAw6hB2NZq9eXCjtxPuBlA3ZDZvkJdcGZWvBA?key=4p0mBcBR7PsaL8VOFdWHYt-O" alt=""><figcaption></figcaption></figure>

2. **Configure and Create:**

* **Enter a Title:** Give your chatbot a descriptive name
* **Enter a Description:** Describe in detail the content and functionality of the chatbot.
* **Configure a Trigger:** At this stage, you will be able to define triggers, conditions, operating hours, startup settings, and other additional options. These settings will ensure that your chatbot works efficiently and according to the desired configurations.
* **Click** on “Open Builder” to create the bot with your actions and conditions.
* **Allow leads to converse with the bot multiple times?**: It depends on your strategy.\
  If you leave it as “YES”, it will go through the bot every time the configured trigger is activated.
* **Automatically unarchive the lead when starting the chatbot?:** If the answer is yes, the chatbot will unarchive the Leads. However, note: the Lead will only be unarchived if the instance is within the limit allowed by the plan.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeaLkgG5p3o9Zi4ISLgTjp3ijFABWT8cnzgSVZsP0zfxjp0fOcBNAj_vldBGpIojbLPNsEpiliCHWEz1d5b45ZZm3rGu2dw5nkgsBO3vsTswFYjGcEYZCZwTHx7kA_MbydM5fP-?key=2FhNYqUJB_XhuZ6qFmWoWBuA" alt=""><figcaption></figcaption></figure>

3. **Taking Advantage of the Cloning System to Optimize Your Chatbot:**

{% embed url="<https://youtu.be/hbHYyt_-qCE>" %}

**CONCLUSION:**

Using the cloning function in the chatbot provides greater agility, efficiency, and organization in building flows. With this feature, it is possible to reuse previously configured blocks and structures, reducing the time spent on repetitive tasks and ensuring greater consistency in development. In addition, creating templates makes standardization and project scalability easier, making the process more intuitive and productive.


---

# 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://docs.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-block-cloning.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.
