# Campaigns Table

## OTA Campaigns Table

The table is organized into several columns, offering a straightforward way to review the status of your campaigns. The displayed columns include:

Type: The category of the campaign.

Status: The current state of the campaign - Active or Idle.

Start date: The date when the campaign was created.

Campaign name: The name assigned to your campaign. This name is clickable, redirecting you to the Campaign details page.

Account: The name of the account associated with the campaign.

Things in progress: The number of items that have not yet completed the campaign.

Things completed: The total number of items that have successfully completed the campaign.

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

### Campaign Actions

In each row on the right, you'll see three dots. When clicked, a new menu opens, offering actions related to the current state of the campaign.

<figure><img src="/files/57NtK7GxyMeZM7paAfjM" alt="" width="179"><figcaption></figcaption></figure>

The available actions options will vary depending on the campaign's status:

* For active campaigns, the only option available is Pause.

<figure><img src="/files/kHD5ZdfNlGhIyeHLuPgw" alt="" width="200"><figcaption></figcaption></figure>

* For idle campaigns, you will see options to Start, Edit, and Delete.

<figure><img src="/files/a3vpq3OaBoKygurK70E4" alt="" width="195"><figcaption></figcaption></figure>

### Data Export

Above the table, there is a button with a download icon. When clicked, this button exports a CSV file containing the current state of the table.

<figure><img src="/files/k0xbDEGfLCcRLVL6ObeB" alt="" width="497"><figcaption></figcaption></figure>

### Campaign Details Page

To access the detailed page for a specific campaign, simply click on the campaign's name in the table. This will allow you to review in-depth information about that campaign. Once clicked, you will be redirected to a detailed page showcasing comprehensive information about the selected campaign.

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

<br>


---

# 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/campaigns-table.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.
