# Campaigns

## OTA campaigns page overview

To access the "Campaign" page, go to your Monogoto account by logging in to the [Monogoto hub](https://hub.monogoto.io), and select the Campaigns page from the left sidebar.

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

### Doughnut graphs

At the top of the page, you’ll find three doughnut charts that showcase key metrics for all your OTA campaigns:

* Campaign status: displays the number of campaigns in each status - Active or Idle.
* Campaign types: shows the number of campaigns categorized by type.
* Things in progress vs. completed: illustrates the total number of items that have completed the campaign versus those still in progress.

### Campaigns table

The OTA campaigns table presents detailed information about your campaigns, organized into columns for easy reference and analysis. Key columns include essential details, such as the campaign name, start date, status, and more.&#x20;

### Campaign creation

To create a new campaign, click on the "Create Campaign" button. For detailed instructions, please refer to the guide [How to Create an SMS Campaign?](/hub/campaigns/sms-campaign.md#how-to-set-an-sms-campaign)

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


---

# 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.monogoto.io/hub/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.
