# Creating Campaigns

To start creating a campaign, the operator can click on the **New Project** button in the left sidebar or click on **Create New** on the [Campaign Dashboard](https://docs.desire.acik.in/basics/campaigns/campaign-dashboard). This starts a wizard flow.

### Campaign Basics

The first step of the wizard collects some basic information about your campaign. This includes the [Vertical](https://docs.desire.acik.in/basics/verticals) name, Campaign Name, Description and Approver. The Approver dropdown lists all eligible [user groups](https://docs.desire.acik.in/basics/super-admin/user-groups), and the user can select the one appropriate for the current campaign.

&#x20;

Once all the required fields are populated, the **Next** button gets enabled, clicking on which takes us to the next step.

### Select Theme

The second step allows the operator to select a [Theme](https://docs.desire.acik.in/basics/themes) for the campaign. All themes associated with the current vertical are listed here, and the user can select the one with which they would like to proceed, and hit **Next**.

### Select Asset Templates

The final step of the wizard displays all [Asset Templates](https://docs.desire.acik.in/basics/asset-templates) associated with the selected Theme. Users can select the ones that they want for the current campaign, and click on **Create campaign** when they are ready to proceed.

&#x20;

Desire clones all the asset templates and associates the new assets with your campaign. It also puts in versioning and audit trackers in place as part of it. Please be aware that this process takes a couple of minutes as Figma needs to clone all the selected assets. Once ready, the page will automatically navigate to the [Edit Campaigns](https://docs.desire.acik.in/basics/campaigns/editing-campaigns) page.


---

# Agent Instructions: 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:

```
GET https://docs.desire.acik.in/basics/campaigns/creating-campaigns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
