> For the complete documentation index, see [llms.txt](https://wiki.beabee.io/help-center-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.beabee.io/help-center-english/engagement/crowdnewsroom/how-to-analyze-crowdnewsroom-responses/how-to-assign-a-response-to-a-team-member.md).

# How to assign a response to a team member

First, you need to add the team members to your CrowdNewsroom who will help you with the analysis. To do this, simply follow these steps:

1. Go to the *See All Responses* section in your CrowdNewsroom. Above your responses, you’ll see a small head icon.

<figure><img src="/files/3LOoQoh6DzRblCVWzomF" alt=""><figcaption></figcaption></figure>

2. Click on the icon. If you haven’t added any team members to your CrowdNewsroom yet, you will only see the *Manage Reviewers* field. Click on it.

{% hint style="info" %}
**Note:** If the person doesn’t yet have access to beabee, you can manually add their email address and assign them Admin rights. [Here](/help-center-english/other/add-admins.md) you can read how to do this.
{% endhint %}

<figure><img src="/files/HYGGYtAR112eGxYsY47m" alt=""><figcaption></figcaption></figure>

3. Then click on *Add Reviewer*.

<figure><img src="/files/5pcXN1NXLlOdb8BV6sYz" alt=""><figcaption></figcaption></figure>

4. In the text field, enter the email address of the person you want to involve in analyzing the CrowdNewsroom. Then click *Add*.

<figure><img src="/files/l4w4sTW6xrzC7OPZi7fL" alt=""><figcaption></figcaption></figure>

5. Almost done! Now you can assign specific responses to the team member you just added. To do this, go back to the *See All Responses* section of your CrowdNewsroom. Select one or more responses you want to assign by clicking the checkboxes to the left of each response. Then click the small head icon above the responses again.

<figure><img src="/files/LkCEV5QnB36ncxd7eD8p" alt=""><figcaption></figcaption></figure>

6. Then click on the person to whom you want to assign the response(s).

<figure><img src="/files/5TGYByWsOfZqNT6rJdeD" alt=""><figcaption></figcaption></figure>

7. Done! You’ve successfully assigned one or more responses. The assignment is also clearly displayed next to each response.

<figure><img src="/files/v2EPefubS79WHfQ5Vu9g" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.beabee.io/help-center-english/engagement/crowdnewsroom/how-to-analyze-crowdnewsroom-responses/how-to-assign-a-response-to-a-team-member.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.
