> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/getting-started/campaign-basics/create-new-campaign.md).

# How to create a new campaign

Create a campaign as the container for the emails, forms, and webpages you want to send and publish.

A campaign groups related components, so creating one is usually the first step for a new piece of work in eMarketeer.

<div align="left" data-with-frame="true"><img src="/files/PjCicuSVlWKyiUGu62yq" alt="Creating a campaign"></div>

{% stepper %}
{% step %}

### Open the Campaigns page from the navigation bar

If you want the new campaign to live inside an existing folder, navigate to that folder first.
{% endstep %}

{% step %}

### Click \[Create Campaign] at the top-left

{% endstep %}

{% step %}

### Give the campaign a unique name

The name identifies the campaign inside eMarketeer and is never shown to your contacts. You can also add an optional description, which is also internal-only.

{% hint style="info" %}
**Note:** The Campaign name is also used by the [web tracker](/references/references/web-tracker.md) to identify which campaign email traffic to your website originates from.
{% endhint %}
{% endstep %}

{% step %}

### Click \[Create Campaign] at the bottom of the page

This creates the campaign and opens its empty Components page.
{% endstep %}
{% endstepper %}

## What to do next

Add your first component to the campaign. This might be an email invitation, a registration form, or a landing page.

<div align="left" data-with-frame="true"><img src="/files/5G0JVAUXlpkLzDFiWqAJ" alt="Add new component buttons"></div>

The following articles cover each component type from start to finish:

* [Creating your first email](/getting-started/campaign-basics/basics-creating-email.md)
* [Creating your first form](/getting-started/campaign-basics/basics-creating-form-new.md)
* [Creating your first SMS](/getting-started/campaign-basics/basics-creating-sms.md)
* [Creating your first webpage](/guides/guides/webpage/creating-first-webpage.md)

{% hint style="info" %}
Mobile apps are essentially webpage components but with a specialized template.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.emarketeer.com/getting-started/campaign-basics/create-new-campaign.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.
