> For the complete documentation index, see [llms.txt](https://docs.messageflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.messageflow.com/email/e-mail-campaigns/overview.md).

# Overview

After logging into the application panel and going to the **E-mail** tab in the main view - **Dashboard** - you will see the following view.

<figure><img src="/files/R48O5K3P3ZWNDMIiFTRJ" alt=""><figcaption></figcaption></figure>

**In the menu on the left, the following tabs are visible:**

1. Email Campaigns
   1. Dashboard
   2. Campaigns
   3. Outgoing
   4. Settings
      1. Unsubscribe Pages
2. Email API
   1. Dashboard
   2. Email Reports
   3. Tag Reports
   4. Domain Reports
   5. Blacklist Report
   6. Whitelist Report
   7. Settings
      1. SMTP Accounts
      2. Blacklist
      3. Message Templates
3. Common Settings
   1. Sender Authentication

{% hint style="info" %}
You can find the description of the entire Email API tab [here](https://dev.messageflow.com/). The Email API is a separate service and requires an additional purchase. If you are interested in this service, please get in touch with our Sales department or email us at <sales@messageflow.com>.
{% 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://docs.messageflow.com/email/e-mail-campaigns/overview.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.
