> 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/mentions-in-dscout.md).

# Mentions in Dscout

Mentions can be used to tag in your colleagues or Dscout Research Advisor team in notes + comments to share interesting data, start a conversation, or collaborate on your research design.

{% hint style="info" %}
**Don't see the ability to @ mention a colleague?** At this time, Mentions are only available for subscription accounts. Chat with your Account Manager to learn more!
{% endhint %}

## Mentioning a project collaborator

Use @ mentions in Dscout to tag your colleagues in screener, entry, or interview session notes.

1. Click into an individual application, entry, or interview session.
2. Click into the “Notes” tab on the righthand sidebar.
3. Begin typing “@” and your collaborator’s first name, last name, or username. As you type, a dropdown list will appear with matching collaborators to select from. Collaborators are mentioned by their username.
4. To mention all project collaborators in a note, type “@collaborators” or “@collab” in the Notes field.

As a reminder, **notes are only visible to other researchers, not to scouts**. No scouts will ever see notes or mentions between researchers!

### Diary studies

![](/files/da45f5cb1004c728fd3e22e5777daf2bfcd19a6b)

### Screeners, usability tests, and media surveys

![](/files/e906df64976971db84c1a8f21bd6bf8ad101f554)

### Interview studies

![](/files/5e481827ff668a6fcba86ab3345ccdd73d928d76)

## Mentioning a Dscout Research Advisor

When you [submit a screener or study for review](/study-basics/design-a-mission/optional-pre-launch-review-for-screeners-and-missions.md), your Dscout Research Advisor will collaborate with you via comments + mentions. Utilize @ mentions to call your Dscout Research Advisor's attention to anything you'd like their input on.

1. [Create a comment](/getting-started/collaborate-in-dscout/builder-comments.md) in the Builder section of your mission or screener
2. Type “@” followed by the name of your Research Advisor
3. Select their name to notify them of your comment

![](/files/240c5036f3453ce0debd4c1a6726b9aa165d5275)

## Receiving notification of mentions

Whenever you’re mentioned, you’ll receive an email notification. Email notifications include the note text and a direct link into the relevant application, entry or session in Dscout.

![](/files/9192f858c1222f71486badda987ecc3f224fbe24)

## Changing your username

When you create your account, Dscout will automatically create a username for you. It’ll be something like *firstnamelastname*—it may also have a number at the end. This username is only used for other researchers to mention you in notes—it’s **not** used for logging in (you’ll still log in with your email address).

If you’d like to change your username, navigate to your Dscout Profile settings by clicking your profile picture in the top-right corner, then selecting “Profile.”

Write your desired username in the Username field, then click “Update Profile” to save. You can change your username to any name that is not taken. Usernames must be at least 3 characters and can only contain letters and numbers.

![](/files/97313d8c746e502e8a80f57c097386cae7f3a83a)


---

# 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/mentions-in-dscout.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.
