# Give teammates access to a project

Project access in Wonderly is managed at the workspace level. To share a project with a teammate, you need to make sure they have access to the workspace where the project lives.

### Share a project from your My Private Workspace

{% hint style="info" %}
**When to use:** Your project is private to only your access but you want to share the project with your teammate.
{% endhint %}

1. Find and open your project.
2. In the project modal under **Details**, click **My Private Workspace**.
3. Select the shared workspace you want to move the project to.
4. Click **Move project**.
5. Share the link with your teammate.

**Expected outcome:** Your teammates can access the project by opening the link while logged in to their Wonderly account.

{% hint style="warning" %}
Ensure that when you share the project with your teammate, they are also part of the workspace. You can add them or validate they are part by completing the following:

1. Click the **⚙️ icon** to open Wonderly settings.
2. Click **Team settings**.
3. On the row for the teammate you want to share with, click the **Workspaces** dropdown and mark the workspace where your project now lives.
4. Go back to your project and click the **chain icon** (🔗) in the top-right corner to copy the project link.<br>
   {% endhint %}

***

### Share a project from a shared workspace

1. Click the **⚙️ icon** to open Wonderly settings.
2. Click **Team settings**.
3. On the row for the teammate you want to share with, click the **Workspaces** dropdown and mark the workspace where the project lives.
4. Find and open your project.
5. Click the **chain icon** (🔗) in the top-right corner to copy the project link.
6. Share the link with your teammate.

**Expected outcome:** Your teammate can access the project by opening the link while logged in to their Wonderly account.

**FAQ:**

**Can I share a project with a client so they can track progress?** Yes, but only through the Client Portal. Learn more about how to share projects with clients in the Client Portal article.

**Can I control what a teammate can edit versus just view?** No. Every team member with access to a project has full edit access.


---

# 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://www.wonderly.com/help/work-hub/projects-overview/manage-and-collaborate/give-teammates-access-to-a-project.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.
