# Campaign statuses

During a campaign's lifecycle, each campaign can have one of the following statuses:

<table><thead><tr><th width="149.33333333333331">Status</th><th>Definition</th><th>Note</th></tr></thead><tbody><tr><td><strong>New</strong></td><td>A newly created campaign that was saved as a draft and has not been sent or scheduled yet.</td><td><ul><li>Recipients and messages can be edited. </li><li>Campaign can be deleted.</li></ul></td></tr><tr><td><strong>Pending</strong></td><td>A campaign that is scheduled to be sent on a future date.</td><td><ul><li>Recipients and messages can be edited, but then the campaign has to be rescheduled.</li><li>Campaign can be deleted.</li></ul></td></tr><tr><td><strong>Processing</strong></td><td><p></p><p>A campaign that is in the process of being sent.</p><p></p></td><td><ul><li>Recipients and messages cannot be edited or deleted.</li></ul></td></tr><tr><td><strong>Sent</strong></td><td>A campaign that has been sent.</td><td><ul><li>Recipients and messages cannot be edited or deleted.</li><li>Delivery details are shown.</li></ul></td></tr></tbody></table>


---

# 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://guides.clickatell.com/broadcast-messenger/manage-campaigns/campaign-statuses.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.
