> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/getting-started/collaborate-in-dscout/manage-project-collaborators.md).

# Manage project collaborators

Research doesn’t happen in a silo—and neither does working in Dscout. Add collaborators to your project so your team can recruit participants, build missions, and analyze results together.

{% hint style="info" %}
Some accounts restrict user management permissions to Account Owners and Admins. If you're unable to add collaborators (viewers or otherwise) for any reason, contact your Dscout Account Owner or one of your Dscout Admins for help.
{% endhint %}

## Add collaborators to a project

Once you’ve created a project, invite a few of your colleagues so you can work on your research together.

{% stepper %}
{% step %}
Navigate to the project where you want to invite collaborators.
{% endstep %}

{% step %}
Click the list of collaborators in the top-right corner of the page. The **Add project collaborators** modal is displayed.

![](/files/ee7ca8c923ca7689effe5834711cfbf57d4a8737)
{% endstep %}

{% step %}
Enter your collaborator’s **name** or **email address** in the search bar.

![](/files/3cfc59fdad61d62de054acccb59aa6b477686886)

{% hint style="info" %}
Members of your Dscout account will appear as you type. To invite someone else, enter their entire email address, then click **Select user**. Keep in mind that these users will be granted **Viewer** access to the project. For more information on user roles, see [User roles in Dscout](/getting-started/dscout-quickstart-guide/user-roles-and-permissions.md).
{% endhint %}
{% endstep %}

{% step %}
Select the people you want to invite. Make note of their user roles on the right of the modal to understand what permissions they’ll have in your project.
{% endstep %}

{% step %}
Click the **Add to project** button.

![](/files/30fbcbfaa12d31695a697fa87cf86b2faac1f62f)
{% endstep %}
{% endstepper %}

Now you’ve got some company in your project! Email invitations will be sent to your selected users and you’ll see them listed in the **Add project collaborators** modal. Revisit this modal at any time to add more collaborators.

## Resend a collaborator’s invitation

It’s easy for our inboxes to become cluttered. If you’ve invited a collaborator but they can’t find the invitation, you can share the link with them manually.

{% stepper %}
{% step %}
Click the list of collaborators in the top-right corner of your project. The **Add project collaborators** modal is displayed.

![](/files/ee7ca8c923ca7689effe5834711cfbf57d4a8737)
{% endstep %}

{% step %}
Find the relevant user in the list.
{% endstep %}

{% step %}
In that user’s row, click **Copy** in the **Project link** column. The link is copied to your clipboard.

![](/files/5d06c4da4e84d2c1d87e2961ed645bc590c649a0)
{% endstep %}

{% step %}
Send the link directly to your collaborator.
{% endstep %}
{% endstepper %}

When they visit the link, your collaborator will be prompted to log in to Dscout and then brought directly to your project.

## Delete collaborators from a project

If a collaborator no longer needs access to your project, you can remove them.

{% stepper %}
{% step %}
Click the list of collaborators in the top-right corner of your project. The **Add project collaborators** modal is displayed.

![](/files/ee7ca8c923ca7689effe5834711cfbf57d4a8737)
{% endstep %}

{% step %}
Find the relevant user in the list.
{% endstep %}

{% step %}
In that user’s row, click the **Delete** icon.

![](/files/721429e0a96b25da67addeabb4605aeb6d973585)
{% endstep %}
{% endstepper %}

Now, that collaborator is removed from your project and will no longer have access. If you need to re-add them, follow the steps above.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.dscout.com/getting-started/collaborate-in-dscout/manage-project-collaborators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
