# Manage templates

> You can manage your templates directly from your campaigns.

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

## Disable a template

The campaign templates are automatically enabled when you create them. You can disable an
enabled template for it not to appear as an option when creating new campaigns. This does
not affect those campaigns that you created from this template.

To disable a template:

1. On the leftmost menu, click <Templates className="icon"/> **Templates**.
1. Click the name of the template you want to disable.
1. Click **Disable Template**.
1. In the pop-up that appears, click **Disable Template**.

## Enable a template

Enable a disabled template in order to be able to use it for creating new campaigns.

To enable a template:

1. On the leftmost menu, click <Templates className="icon"/> **Templates**.
1. Click the name of the template you want to enable.
1. Click **Activate Template**.

## Edit a template

You can modify some characteristics of a template after it has been created.

To edit a template:

1. On the leftmost menu, click <Templates className="icon"/> **Templates**.
1. Click the name of the template you want to edit.
1. In <RuleBuilder className="icon"/> **Rule Builder**, you can edit the Rule Builder,
   [create placeholders](/docs/product/campaigns/templates/create-templates.md#use-placeholders),
   and edit existing placeholders.
1. In <Coupons className="icon"/> **Coupons**, you can edit the characteristics of the
   coupon codes automatically generated by any **Create coupon code** effect in the rules
   of the campaigns created from the template. These settings can be overridden when
   creating the effects.
1. In <Settings className="icon"/> **Settings** > **Details**, you can edit the template's
   basic information.
   - In **Basic info**, you can edit:
     - The **Name** under which the template appears in the Campaign Manager.
     - The **Description** that helps users identify the template.
     - (Optional) The **Tags**, separated with commas.
      :::tip
      You can automatically generate the template description and tags based on the characteristics of the rules
      in the template. To do so, click the <AiSuggest className="icon"/> **Autofill** buttons.
      :::
   - In **Instructions**, you can edit the explanation for other users to better
     understand how to use this template.
   - In **Connected Applications**, you can edit the Applications where the template is
     available.
1. In <Settings className="icon"/> **Settings** > **Budgets**, you can create and edit
   [budgets](/docs/product/campaigns/settings/manage-campaign-budgets.md) for the campaigns
   created from this template.
1. In <Settings className="icon"/> **Settings** > **Attributes**, you can edit and define
   default values of any [mandatory campaign attributes](/docs/product/applications/use-attributes.md#make-attributes-mandatory).

## Copy a template

You can also create a template by copying an existing template. When you copy a template, its rules, placeholders, budgets, coupons, and other settings are copied over to the new template.

To copy a template:

1. On the leftmost menu, click <Templates className="icon"/> **Templates**.
2. Click the **Copy** icon  <Copy className="icon"/>  beside the template you want to copy.

   :::note
   You cannot copy draft templates.
   :::

3. In the **Copy Template** page, you can edit the template's basic information:
   - The **Name** of the copied template.
   - The **Description** of what the template does.
   - In **Connected Applications**, select the Applications in which the template must be
     available.
4. Click **Copy Template**.

The template is copied and opened for editing on the <RuleBuilder className="icon"/> **Rule Builder** page. Here you can edit the rules, [create placeholders](/docs/product/campaigns/templates/create-templates.md#use-placeholders), and edit existing placeholders.

You can see the template copy in the <Templates className="icon"/> **Templates** menu.

## Delete a template

You can delete templates that you don't need anymore.

To delete a template:

1. On the leftmost menu, click <Templates className="icon"/> **Templates**.
1. Click the name of the template you want to delete.
1. In <Settings className="icon"/> **Settings** > **Delete**,
   click <Delete className="icon"/> **Delete Template**.
1. In the pop-up that appears, click <Delete className="icon"/> **Delete Template**.

## Related pages

- [Mandatory attributes](/docs/product/applications/use-attributes.md#make-attributes-mandatory)
- [Create and manage rules](/docs/product/rules/create-and-manage-rules.md)
