# Copy campaigns

> You can copy a campaign to a different Application than the one in which it was created. The new campaign contains all the rules and achievements of the original one, but no coupons, referral codes, or stores are copied.

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

This is useful, for example, to copy a campaign that you created in your
[sandbox Application](/docs/product/applications/overview.md#application-environments) to your live Application
once you have tested it. You can also use it to save time and avoid making mistakes when reusing
campaigns with complex rules.

:::important Limitations
- You cannot copy a campaign if the campaign contains a [value map](/docs/product/rules/manage-value-map.md).

- If the campaign you want to copy has been added to a
  [campaign access group](/docs/product/account/account-settings/manage-campaign-groups.md),
  you can only copy it if the destination Application has been connected to that group.

- If the campaign contains [strikethrough rules](/docs/product/rules/overview.md#strikethrough-rules),
  you can copy it only if the destination Application
  is connected to a [cart item catalog](/docs/product/account/dev-tools/manage-cart-item-catalogs.md).

- If the campaign uses [Application cart item filters][app-cif], you can only copy it if
  the destination Application has the same Application cart item filters.

- If the campaign you want to copy was [created from a template](/docs/product/campaigns/templates/overview.md),
  link the template to the destination Application where you want to create the copy.
:::

When copying a campaign, you can edit the following details:

- Campaign name
- Campaign description
- [Campaign evaluation group](/docs/product/applications/manage-campaign-evaluation.md)
- [Schedule](/docs/product/campaigns/settings/manage-campaign-schedule.md)
- Tags

After you copy the campaign to another Application, you can also edit its rules.

:::tip
If you do not see specific conditions or effects in the Rule Builder,
check if they are hidden in the [Rule Builder settings](/docs/product/applications/manage-rule-builder-settings.md).
:::

To copy a campaign:

1. To the right of the campaign, click <Copy className="icon" />.

   :::tip
   You can also copy a campaign by clicking <ExtV className="icon" /> >
   **Copy Campaign** in the **State** section of the
   campaign [dashboard](/docs/product/campaigns/overview.md#the-campaign-dashboard).
   :::
1. In **Copy settings** > **Destination Application**, select the Application you want to copy
   the campaign to.

   - If you are notified that a [loyalty program](/docs/product/loyalty-programs/overview.md)
     or a [giveaway pool](/docs/product/giveaways/overview.md) referenced by the campaign
     is not connected to the destination Application, select one that is available to the
     Application.

     :::note
     - If no loyalty program or giveaway pool is available, connect one to the destination Application
       so you can copy your campaign.
     - The new loyalty program must have the same [subledger settings](/docs/product/loyalty-programs/use-subledgers.md)
       as the loyalty program connected to the original Application.
     :::
   - If you are notified that [custom attributes](/docs/product/account/dev-tools/manage-attributes.md),
     [webhooks](/docs/product/account/dev-tools/manage-webhooks.md),
     [custom effects](/docs/product/account/dev-tools/manage-custom-effects.md) or [additional costs](/docs/product/account/dev-tools/manage-additional-costs.md)
     referenced by the campaign are not connected to the destination Application, connect
     them to it to proceed.

     :::tip
     Click **Copy list** to copy the list of entities to the clipboard so you can make it
     available elsewhere.
     :::
1. Click **Next**.
1. In **General settings**, edit the required details: Name, description, campaign
   evaluation group, tags, and schedule.
1. Click **Copy Campaign**.

By default, the new campaign is set as <StateLabel type="disabled" name="Disabled" />.

## Related pages

- [Create templates](/docs/product/campaigns/templates/create-templates.md)
- [Manage campaigns](/docs/product/campaigns/create-and-manage-campaigns.md)
- [Campaign states](/docs/product/campaigns/overview.md#campaign-states)

[app-cif]: /docs/product/applications/manage-application-cart-item-filters.md
