# How to share a campaign externally

You can share campaigns with external clients by sending them a unique link. They will be able to browse your campaign without creating a Rephonic account.

First, click on the **Campaigns** button at the top of any page and select one of your campaigns to open it.

![](/files/DggEzRSJKvrGd2ybfknq)

Clicking on the **Share** button will generate unique link. Click on **Copy to Clipboard** to copy it and send the link to anyone you like.

![](/files/2czPCbhpg2gYAqDHHtp7)

{% hint style="info" %}
The campaign will be read-only for non-team members. A Rephonic account is not required.
{% endhint %}


---

# 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/guides/how-to-share-a-campaign-externally.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.
