> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-propel-end-user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-propel-end-user/propel-advertiser-user/campaigns.md).

# Campaigns

This short video walks a user through the workflow for booking a print campaign:

{% embed url="<https://dev.navigahub.com/mothership/resources/Videos/DocVideos/BookingPrintCampaignPropel.mp4>" %}

## My Campaigns

The my campaigns section at the top of the screen displays the following metrics:

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

**Total Campaigns** - displays a count of the total number of campaigns created within the portal. This includes drafts, pending, scheduled and completed campaigns

**Total Budget -** displays the total price of all campaigns created within the portal. This includes drafts, pending, scheduled and completed campaigns

**Completed Campaigns** - this is a count of quantity of campaigns which have completed running

**Average budget** - this is a calculation of the Total Budget / Total Campaigns.

## Campaign Overview

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

The campaign overview section displays all campaigns created within this Self-service Portal

The search at the top helps the user to narrow down the list when it gets very long.  The search box will search on the Campaign Name, Type, Status, or the Budget fields.  Just start typing and the list will filter as you type

Buttons to the right of the search box will also allow for quick filtering by type of campaign. (Email is still in the works, but Print and Digital are functional now)

### Actions Menu

In the list of Campaigns, the last column is an actions menu

<figure><img src="/files/VdYEgvZTsoAa0qGjdugB" alt="" width="178"><figcaption></figcaption></figure>

For any campaigns that are in a draft status, the user will see options 'complete booking' or 'delete draft'. Complete booking will take them back into the booking process to pickup where they left off. (see below for booking a new campaign steps)

For any campaigns that are Active, Scheduled or Completed, the only available option will be to view details.

Inside view details, options will depend upon Status

* Completed - view only
* Active - view details and stop campaign early
* Scheduled - Campaign hasn't yet started. User can cancel or view details.

Upon Cancel or stopping, the user will get a full or partial refund if the campaign had been prepaid. Below is a Scheduled Campaign. The other statuses will look the same except for the red button at the top right..  Active Campaigns will display "Stop Delivery" and a Complete campaign will not see a button at all.

<figure><img src="/files/4Q7RFBwmUUi2otZr0XpF" alt=""><figcaption></figcaption></figure>

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

##


---

# 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://docs.navigaglobal.com/naviga-propel-end-user/propel-advertiser-user/campaigns.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.
