> For the complete documentation index, see [llms.txt](https://humanic.gitbook.io/humanic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://humanic.gitbook.io/humanic/campaigns/create-email-campaign.md).

# Create Email Campaign

To access the Home Screen for the Humanic app, you can click on the Campaign icon in the left navigation menu or the Humanic logo in the top left corner. On this Home Screen, you can create your first campaign by clicking on the text in the middle or the \`New Campaign\` button.

<figure><img src="/files/AMZNQWSUwU76cc0RcZ6H" alt=""><figcaption><p>The Humanic Home Screen is where you will see all your campaigns</p></figcaption></figure>

<figure><img src="/files/UdsHULPr6YQKgk5m3sWK" alt=""><figcaption><p>Select the type of campaign you want to create and click Submit</p></figcaption></figure>

Clicking the submit button will create the first campaign. All the emails within the sequence will be included as part of this campaign.

{% hint style="success" %}
All emails in a sequence are sent to users that are in the Stage, Milestone or the Cohort connected to this campaign.
{% endhint %}

{% hint style="danger" %}
We highly recommend using the \`Send Test Email\` for each email in a sequence before you activate the email.
{% 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, and the optional `goal` query parameter:

```
GET https://humanic.gitbook.io/humanic/campaigns/create-email-campaign.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
