# Manage Campaigns

Once a Campaign has been setup, you can view their performance and change settings at any time. You can manage your campaigns here: <https://app.gethyperscale.com/campaigns>

* Click My Campaigns
* Choose your campaign type:
  * **Email** — Personalized email sequences
  * **LinkedIn** — Connection requests + follow-up DMs
  * **LinkedIn Sales Navigator** — Connection requests via Sales Navigator
  * **LinkedIn DM Connections** — Direct messages to existing connections
  * **LinkedIn Sales Navigator DM / InMail** — Messages via Sales Navigator with InMail fallback
* Choose the specific campaign you want to browse
* You can Activate/Deactivate the campaign
* If you would like to change any of the campaign settings, click "Edit Campaign"
* Click 🗑️ to delete the campaign entirely
  * Your search results will not be deleted

## Export Campaign Messages

You can export all personalized messages from a campaign as a CSV file — useful for reviewing messages offline or using them in other tools.

1. Open a campaign and click **"Edit Campaign"**
2. Scroll to the bottom of the message sequence
3. Click **"📥 Export All Messages"**

The CSV includes one row per lead with the following columns:

* **Full Name**, **Email**, **LinkedIn URL**
* **Initial Subject** and **Initial Message**
* **Follow-up Subject** and **Follow-up Message** for each follow-up step

{% hint style="info" %}
For **LinkedIn campaigns**, subject line columns are omitted since LinkedIn messages don't have subject lines.
{% endhint %}

You must personalize messages before exporting — if no messages have been generated yet, you'll be prompted to personalize first.


---

# 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.usehyperscale.com/start-campaigns/manage-campaigns.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.
