> 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/general/crm/crm-automations/crm-cloning-opportunities-by-crm-automation.md).

# CRM - Cloning Opportunities by CRM Automation

Now, in your CRM, you can automatically create cloned opportunities using funnel or stage automations. This new feature makes it easier to replicate opportunities by copying all the data from the original to the newly created opportunity.

However, be careful: if you try to create a cloned opportunity in the same funnel, an error may occur. Below, we explain the complete process and how to avoid problems.

## What is the opportunity cloning feature?

The action "Create new opportunity" has been updated and now offers the option "Clone opportunity data." When this option is checked, all information from the original opportunity — such as name, values, custom fields, and owners — will be replicated in the new opportunity.

**This feature is ideal for scenarios such as:**

* Recreating the flow of a lost sale.\
  Opening a new opportunity based on an existing one, but in another funnel.

## Step by step to clone opportunities

**1. Access the CRM.**

Log in to your platform and go to the CRM.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdhuzv0o-fL5REcQ7uO6GU3yI_pfW3ZfSrp0jZTuprRan41mNSifYJ2shJq4adhXP4KfMKKYgbi3ZNtdIkRyLTwzqDfn9sYLavqkknj9YJK4SkUAuIgN3CxNFL99c3G6oACMHFEeg?key=TBOHA--oO4aypHz7-PE6ylXe" alt=""><figcaption></figcaption></figure>

**2. Choose the funnel and click on "Automations".**

Select the funnel where you want to create the automation and click the Automations tab. You can use either funnel or stage automations. In this example, we will use stage automation.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeDrzbhZ9BHO9hg0_4yxD9hHcZmjp0nd-k2QF-2ENhjclprXTsCc2pXIYVd0hzGKmOSGunJ5e08PS5wQ2laO2W6_eVXadFsJuBFoYHKoaMNGiZSrIKtMc8II3SZRyNSiirXFHi-?key=TBOHA--oO4aypHz7-PE6ylXe" alt=""><figcaption></figcaption></figure>

**3. Set up the automation.**

* Click to add a new automation.
* Define the strategy you want to follow (for example, when moving the opportunity to a certain stage).
* Under Action, choose "Create new opportunity." Enable the option "Clone opportunity data."

<mark style="color:purple;">**Important:**</mark> it is only possible to clone opportunities by specifying another funnel, as it is not possible to clone opportunities into the same funnel.

<mark style="color:purple;">**Another important detail,**</mark> is that when you enable this option, all data from the original opportunity will be automatically copied to the new one.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcSBQ9OuCWTVqmM4UjSxh4IxCqXlyMqmDQwL66uBk43h4vhcDI1RbO18nK2DASFwK45-P4XwOvxTjwCb69IywYcEMuJMmM-mSgGfWv1leR7eMC-_DSzhtoUknp6JNl0wwJREsQeLg?key=TBOHA--oO4aypHz7-PE6ylXe" alt=""><figcaption></figcaption></figure>

**4. Save the automation and ATTENTION: If you want to execute the action on current existing opportunities, choose YES after clicking "Save."**

***

{% hint style="warning" %}

## Attention: possible error when cloning in the same funnel

{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeQp60sPnsF-JLjfPqCgXcfT7q2bbSf_oYf0QHsvzgGbg8U3IsN80_Uh1SoJ7minu4LcdSaPpAhKLjt2R1EjKlaYC67ZqHEeviZQ6jYciZNbCZ3X_zhLUYufOlDZu8O7RWthEke3Q?key=TBOHA--oO4aypHz7-PE6ylXe" alt=""><figcaption></figcaption></figure>

If you try to clone the opportunity into the same funnel where the original is, an error may occur.&#x20;

This error happens because, when cloning, the system may understand that there is a movement conflict or duplicate data.

{% hint style="success" %}
**Tip: direct the new cloned opportunity to a different funnel.**
{% endhint %}

With this new feature, you gain agility and keep data standardized in your CRM! 🚀


---

# 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/general/crm/crm-automations/crm-cloning-opportunities-by-crm-automation.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.
