# Share links & transferring projects

**Use cases:**

* Providing team members or clients the ability to modify a site
* Cloning the Project to another Webstudio account
* Sharing your Project to get support
* [Selling templates](/contributing/marketplace.md#selling-templates) (i.e., using share links to deliver the template upon payment)
* Creating your own marketplace of templates

## Cloning projects

When you share a project with **View** permission (or higher), recipients can clone the project to their own Webstudio account:

1. Create a Share link with at least **View** permission
2. Send the link to the recipient
3. They open the link and click the **Clone** button in the Builder
4. The project is copied to their account

{% hint style="info" %}
**Pro tip:** Use this feature to build a template marketplace. Create templates, share View links, and let users clone them into their accounts.
{% endhint %}

## Adding share links

Share links are created in the Top Bar in the Share dialog.

<figure><img src="/files/C4oYLsTU3d2jrJgO8Hxi" alt="creating a share link"><figcaption></figcaption></figure>

{% hint style="success" %}
There is no limit to how many share links you can add.
{% endhint %}

## Types of share links

| Type    | Is paid feature | Permissions                                                                                                                               |
| ------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| View    | No              | <ul><li>View</li><li>Copy instances (Pro users can disable copying)</li><li>Clone the Project (Pro users can disable cloning)</li></ul>   |
| Content | Yes             | <ul><li>Edit content only, such as text, images, and predefined components</li><li>Clone the Project</li><li>Publish (optional)</li></ul> |
| Build   | No              | <ul><li>Make any changes</li><li>Clone the Project</li><li>Can't publish</li></ul>                                                        |
| Admin   | Yes             | <ul><li>Make any changes</li><li>Clone the Project</li><li>Publish</li></ul>                                                              |

## Working with clients

When building a site for someone else, you may want to either transfer the site to them altogether, or provide them the ability to edit the content without providing the full power of the website builder.

### Option 1: Transfer entire project

Create a new share link to transfer the Project to your client. Ensure the link has cloning permissions (see [Types of share links](#types-of-share-links)). Then, send the link to your client so they can clone the Project into their Webstudio account.

{% hint style="warning" %}
If you are on a paid tier, it’s tied to your account, not the site. Therefore, if you transfer the site to another account, that account would need to purchase a plan if the site requires paid features/limits.
{% endhint %}

If you plan to continue working on the website, they’ll need to create a Share link and send it to you once it’s in their account.

### Option 2: Content mode

The Pro tier lets you create share links with the Content permission, allowing recipients to edit content without designer-oriented features like the Style Panel.

To provide this, create a Share link, toggle “Content”, and send this link to your client.

See [Modes](/university/foundations/modes.md) to learn more about this.

## Related

* [Publishing & custom domains](/university/foundations/publishing-and-custom-domains.md) – Deploy your site and connect custom domains
* [Modes](/university/foundations/modes.md) – Switch between Design, Content, and Preview modes
* [Project settings](/university/foundations/project-settings.md) – Configure project-wide settings
* [Content Block](/university/core-components/content-block.md) – Create editable regions for Content mode users


---

# 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.webstudio.is/university/foundations/share-links.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.
