> ## Documentation Index
> Fetch the complete documentation index at: https://docs.conversion.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Folders & Campaigns

> Create, move, rename, and delete folders, campaigns, and assets in Conversion.

You can create and manage folders, campaigns, and assets from the three dots <Icon icon="circle-ellipsis-vertical" /> menu next to any item in the sidebar.

## Creating items

To create a new item, click the three dots <Icon icon="circle-ellipsis-vertical" /> next to a folder or campaign and select **New asset**, **New folder**, or **New campaign** depending on what you want to create.

When creating a new asset, choose from:

| Asset type   | Description                                                    |
| ------------ | -------------------------------------------------------------- |
| **Workflow** | An automated sequence of actions triggered by contact behavior |
| **Email**    | A blast or workflow email                                      |
| **Form**     | An embedded or external lead capture form                      |

<Info>
  [Files](/product-docs/content/public-files) can also be added to folders and campaigns. They are uploaded from the Files page rather than the **New asset** menu, but once uploaded you can move them into a folder or campaign using the three dots <Icon icon="circle-ellipsis-vertical" /> menu, like any other asset.
</Info>

***

## Available actions

The actions available on an item depend on its type and where it sits in the hierarchy.

<Tabs>
  <Tab title="Folders (root level)">
    | Action           | Description                                          |
    | ---------------- | ---------------------------------------------------- |
    | **New folder**   | Create a new folder inside this folder               |
    | **New campaign** | Create a new campaign inside this folder             |
    | **New asset**    | Create a workflow, email, or form inside this folder |
    | **Move**         | Move this folder to another location                 |
    | **Rename**       | Rename this folder                                   |
    | **Delete**       | Delete this folder                                   |
  </Tab>

  <Tab title="Folders (inside a campaign)">
    | Action         | Description                                          |
    | -------------- | ---------------------------------------------------- |
    | **New folder** | Create a new folder inside this folder               |
    | **New asset**  | Create a workflow, email, or form inside this folder |
    | **Move**       | Move this folder to another location                 |
    | **Rename**     | Rename this folder                                   |
    | **Delete**     | Delete this folder                                   |

    <Info>
      Folders inside a campaign do not have the **New campaign** option, as campaigns cannot be nested inside other campaigns.
    </Info>
  </Tab>

  <Tab title="Campaigns">
    | Action         | Description                                            |
    | -------------- | ------------------------------------------------------ |
    | **New folder** | Create a new folder inside this campaign               |
    | **New asset**  | Create a workflow, email, or form inside this campaign |
    | **Move**       | Move this campaign to another location                 |
    | **Rename**     | Rename this campaign                                   |
    | **Duplicate**  | Create a copy of this campaign                         |
    | **Delete**     | Delete this campaign                                   |
  </Tab>

  <Tab title="Assets">
    | Action     | Description                         |
    | ---------- | ----------------------------------- |
    | **Move**   | Move this asset to another location |
    | **Rename** | Rename this asset                   |
    | **Remove** | Remove this asset                   |
    | **Delete** | Delete this asset                   |
  </Tab>
</Tabs>

***

## Deleting folders and campaigns

You cannot delete a folder or campaign that contains items. Remove or move all items inside it first, then delete it.

<Warning>
  Make sure to move any assets, folders, or campaigns you want to keep before deleting a parent folder or campaign.
</Warning>
