> For the complete documentation index, see [llms.txt](https://support-en.braver.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support-en.braver.net/guides/for-healthcare-professionals/teams/assign-unassign-participant-as-thread-responsible.md).

# Assign/Unassign a Participant as Thread Responsible

## Step-by-Step

{% stepper %}
{% step %}
**To see who is assigned to the discussion, you must access the list of participants in a discussion thread. Click on the thread that interests you.**

<div align="left"><figure><img src="/files/q6kFzDdX4bZe3AeR1nJL" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Click the button to access participants.**

<div align="left"><figure><img src="/files/bS5RnsG5vQl51CwQGRcz" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Here you can see that in the doctors team, Emilio is assigned.**

{% hint style="info" %}
Only one person can be assigned per team.
{% endhint %}

<div align="left"><figure><img src="/files/rbvYyfEcTjm9tYtaySFL" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Emilio could unassign himself by clicking on the three small dots, then clicking "Unassign".**

On mobile, long press on Emilio to access the menu.

<div align="left"><figure><img src="/files/UriDg55uHKKx0UUtL4es" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**To assign yourself, access the same menu and click "Assign me as responsible".**

<div align="left"><figure><img src="/files/fIbds4CV3xqGJb2oq7cz" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**To assign another colleague, access the same menu and click "Assign as responsible".**

<div align="left"><figure><img src="/files/26rwrVPaeSW9jYbyq57N" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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://support-en.braver.net/guides/for-healthcare-professionals/teams/assign-unassign-participant-as-thread-responsible.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.
