# How to create a campaign

Let's imagine a scenario where you would like to pitch your client to podcasts in a certain niche. You've searched Rephonic's database and started to [find relevant shows for your topic](/start-here/how-to-find-relevant-podcasts-for-any-topic-or-niche.md).

Once you've found a few promising podcasts, the best way to keep track of them is to add them to a campaign.

## Create a new campaign

The easiest way to start building a campaign is from the [search screen](/start-here/how-to-find-relevant-podcasts-for-any-topic-or-niche.md). Enter a topic to search for some podcasts and then click on the **Build a Campaign** button:

![](/files/DczBxNM3dYCip9fo1wIN)

You'll notice a new **Add** button that appears next to each podcast in the search results. Click on that to add the show to your new campaign.

![The first time you add a podcast you'll be prompted to choose a name for your new campaign.](/files/Ri492hwpUQCQu1QaGtm3)

You can also click on **Add to Campaign** while viewing any podcast. You'll be able to add it to an existing campaign or create a brand new one:

![](/files/VgLJOL2OyP5ShrDjtixm)

***

## View your campaign

Click on the **Campaigns** button in the top-right corner of any page to see all of your campaigns, then click the name of your campaign to access it:

![](/files/DggEzRSJKvrGd2ybfknq)

Click on any podcast in the campaign to quickly view more details. You can remove or add more podcasts to the campaign, edit the campaign's name, share the campaign, and so on.

Once you've created a campaign, you can start sending pitches.

{% content-ref url="/pages/SGYJbuDL6omMAf2gMBAW" %}
[How to send pitches](/start-here/how-to-send-pitches.md)
{% endcontent-ref %}

***

## Export your campaign to a CSV file

You may have your own Excel spreadsheets, CRM system, or some other workflow tool and you would like to import your campaign there. When viewing any campaign, click on the *Export* button:

![](/files/QZlGV38uV1Zu1yNcILFf)

You will be prompted to download the CSV file to your computer. It will contain plenty of data about each podcast including contact emails, social media accounts, and more.

***

## Sharing your campaign

By default, campaigns are shared with your whole team so everyone can collaborate. You can also share a campaign with external clients, which will give them read-only access. They don't need to have a Rephonic account to access the shared campaign.

{% content-ref url="/pages/-MTJX7Az4AWrFjG8N52b" %}
[How to share a campaign externally](/guides/how-to-share-a-campaign-externally.md)
{% endcontent-ref %}


---

# 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.rephonic.com/start-here/how-to-create-a-campaign.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.
