# Duplicate a care flow
URL: https://docs.awellhealth.com/docs/design-care-flows/duplicate-a-care-flow

> For the complete documentation index, see [llms.txt](https://docs.awellhealth.com/llms.txt).





A new care flow is often close to an existing one but different enough to justify its own flow.
Duplicate the original and edit from there rather than rebuilding it.

## Duplicate it [#duplicate-it]

1. Go to the [Care flow overview](/docs/design-care-flows/care-flow-overview) page.
2. Find the care flow to copy.
3. Click the three dots at the end of its row.
4. Click **Duplicate**, then confirm with **Duplicate care flow**.

<img alt="The care flow list with a row's menu open, offering Copy ID, Duplicate and Delete" src="__img0" />

Large care flows can take a minute or more, and the overview page stays usable while the copy runs.

## Check the sharing link and anything pointing outward [#check-the-sharing-link-and-anything-pointing-outward]

Everything else is copied exactly.

* The Hosted Pages sharing link is not copied. Each care flow needs its own link, so generate a new one
  for the duplicate. See [Embed & host](/docs/embed-and-host).
* Check anything that points outward: webhook endpoints, API call actions, and any integration
  configured on the original. A duplicated care flow keeps the original's webhook URL, so both care
  flows post to the same endpoint until it's changed.

## Next steps [#next-steps]

The duplicate starts as a draft, like any new flow. When it's ready, publish it from **Settings**.
