> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/broadcast-messenger/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/broadcast-messenger/manage-campaigns/view-details-and-manage-campaigns.md).

# View details & manage campaigns

{% hint style="info" %}
All timestamps in relevant time zones.
{% endhint %}

From the [*Campaign List*](/broadcast-messenger/manage-campaigns/campaign-list.md) tab, you can [view](#view-campaign-details), [edit](#edit-campaign-details), and [delete ](#delete-campaigns)campaigns.

## View campaign details

To view detailed information about a campaign, click the "eye" icon next to it.

<figure><img src="/files/OgSOdmr3Gj91AXT8UVza" alt=""><figcaption><p>View details about a campaign.</p></figcaption></figure>

On the *Campaign Details* page, you can see:

* The campaign's [status](/broadcast-messenger/manage-campaigns/campaign-statuses.md) and name.
* The WhatsApp template used for this campaign (if applicable).
* The date the campaign was created & sent (if applicable).
* Important stats about your campaign.
* Details about the recipient list you used.
* A preview of your campaign message.

You can edit your campaign from here if it hasn't been sent yet.&#x20;

{% hint style="info" %}
In the example below, the *Edit Campaign* button is greyed out since you cannot edit sent campaigns.
{% endhint %}

<figure><img src="/files/1SEdgOPPdDX55LaZqkWc" alt=""><figcaption><p>The Campaign Details page.</p></figcaption></figure>

## Edit campaign details

You can only edit campaigns with a "**New**" or "**Pending**" [status](/broadcast-messenger/manage-campaigns/campaign-statuses.md), i.e., campaigns that have not been scheduled or sent yet.&#x20;

{% hint style="warning" %}
You can edit a campaign scheduled for delivery in the future, however, the campaign will no longer be scheduled, and you will have to set a new date for sending.&#x20;
{% endhint %}

To edit a campaign, click the "pencil" icon next to it.

<figure><img src="/files/kjidaudLCbdJMe2PC7Zy" alt=""><figcaption><p>Edit a campaign.</p></figcaption></figure>

In the *Edit Campaign* wizard, you can edit any of the campaign fields.

<figure><img src="/files/Mbp4fBhGHeP8TekdCbXp" alt=""><figcaption><p>Edit a WhatsApp campaign.</p></figcaption></figure>

## Delete campaigns

To delete a campaign, click the "bin" icon next to it. You cannot delete **Sent** or **Processing** campaigns. You cannot undo this action.

<figure><img src="/files/ZtfpMfm6VJQ4t3jvaPRt" alt=""><figcaption><p>Delete a campaign.</p></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://guides.clickatell.com/broadcast-messenger/manage-campaigns/view-details-and-manage-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.
