# Campaign List

## Overview

Navigate to **AOV.ai Pre-Order > Preorders** to access the campaign list. This page shows all your pre-order campaigns with their status and quick actions.

![Campaign list](/files/yVGXjhXqHLvyHPhGP1Kt)

## How to use

{% stepper %}
{% step %}

#### Create a new campaign

Click the **Create campaign** button (top right) to open the campaign wizard:

1. [Campaign Settings](/aov.ai-pre-order/pre-order-campaign/campaign-settings.md) — name, products, delivery date
2. [Payment Settings](/aov.ai-pre-order/pre-order-campaign/payment-settings.md) — full or partial payment
3. [Display Settings](/aov.ai-pre-order/pre-order-campaign/display-settings.md) — button, badge, messages
   {% endstep %}

{% step %}

#### Filter campaigns by status

Use the tab bar to filter:

* **All**: every campaign regardless of status.
* **Active**: currently running campaigns.
* **Expired**: campaigns past their end date.
* **Scheduled**: future campaigns not yet active.
  {% endstep %}

{% step %}

#### Search and sort campaigns

* Click the **search icon** to find campaigns by name.
* Click the **sort icon** to reorder by: ◦ Created (newest first) ◦ Created (oldest first) ◦ Name (A–Z) ◦ Name (Z–A)
  {% endstep %}

{% step %}

#### Edit a campaign

Click the **pencil icon** on any campaign row to open the campaign wizard and edit its settings.
{% endstep %}

{% step %}

#### Pause or resume a campaign

Click the **pause icon** to temporarily deactivate a campaign. The pre-order button will stop appearing on the storefront. Click again to resume.
{% endstep %}

{% step %}

#### Delete a campaign

Click the **trash icon** to permanently delete a campaign. A confirmation dialog will appear before deletion.

{% hint style="success" %}
Tip: You can also select multiple campaigns using the checkboxes on the left, then use bulk actions (Activate, Pause, Delete) from the toolbar.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://help.aov.ai/aov.ai-pre-order/manage/campaign-list.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.
