> 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/discussion-threads.md).

# Discussion Threads

**To better understand concepts related to discussion threads, do not hesitate to consult** [**documentation**](https://support-en.braver.net/for-professionals/discussion-threads)**.**

## Creation

{% content-ref url="/pages/d2wwIAm6LVaU7lKw4SJK" %}
[Create a New Clinical Discussion Thread](/guides/for-healthcare-professionals/discussion-threads/create-clinical-discussion-thread.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZtkhP8odEKXKuItOkMw3" %}
[Create a New Non-Clinical Discussion Thread](/guides/for-healthcare-professionals/discussion-threads/create-non-clinical-discussion-thread.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZwBgMwLvXnQCYJQq8N5Z" %}
[Indicate a Discussion Thread is High Priority](/guides/for-healthcare-professionals/discussion-threads/indicate-discussion-thread-is-high-priority.md)
{% endcontent-ref %}

{% content-ref url="/pages/HjsCQQrmU5MrDB4ORlXI" %}
[Join a Discussion about a New Patient](/guides/for-healthcare-professionals/discussion-threads/join-discussion-about-new-patient.md)
{% endcontent-ref %}

{% content-ref url="/pages/qzBC0QzWafuszAfiM7Ny" %}
[Save Discussion Thread Draft](/guides/for-healthcare-professionals/discussion-threads/save-discussion-thread-draft.md)
{% endcontent-ref %}

{% content-ref url="/pages/WeVuPE59VyIZgdVsOTdd" %}
[Duplicate a Discussion Thread](/guides/for-healthcare-professionals/discussion-threads/duplicate-discussion-thread.md)
{% endcontent-ref %}

## Discussion Thread Management

{% content-ref url="/pages/nw5H22pZPG96A6T0NNpW" %}
[Manage Discussion Thread Participants](/guides/for-healthcare-professionals/discussion-threads/manage-discussion-thread-participants.md)
{% endcontent-ref %}

{% content-ref url="/pages/kTtgmHCyRMWlrC8OnrLy" %}
[Leave a Discussion Thread](/guides/for-healthcare-professionals/discussion-threads/leave-discussion-thread.md)
{% endcontent-ref %}

## Exchanged Content

{% content-ref url="/pages/ASwo7R8qMkbziUvYBAzS" %}
[Add a Voice Message to a Discussion](/guides/for-healthcare-professionals/discussion-threads/add-voice-message-to-discussion.md)
{% endcontent-ref %}

{% content-ref url="/pages/buezuQdRICDzXiifu2XW" %}
[Add a File, Photo, or Video to a Discussion Thread](/guides/for-healthcare-professionals/discussion-threads/add-file-photo-or-video-to-discussion-thread.md)
{% endcontent-ref %}

{% content-ref url="/pages/gXHgLGU2dZEUyjgO1X4W" %}
[View Attachments in a Discussion Thread](/guides/for-healthcare-professionals/discussion-threads/view-discussion-thread-attachments.md)
{% endcontent-ref %}

{% content-ref url="/pages/rbEoUbnyGqjW6Bcfnhqp" %}
[Edit a Photo or Video](/guides/for-healthcare-professionals/discussion-threads/edit-photo-or-video.md)
{% endcontent-ref %}

## Archiving

{% content-ref url="/pages/3gqsGIVmkkT5s6D1GQZm" %}
[Close and Export Discussion Thread as PDF](/guides/for-healthcare-professionals/discussion-threads/close-and-export-discussion-thread-as-pdf.md)
{% endcontent-ref %}

{% content-ref url="/pages/nbWA6LoMOKAyKpcK3Pd1" %}
[Find a Closed Discussion Thread](/guides/for-healthcare-professionals/discussion-threads/find-closed-discussion-thread.md)
{% endcontent-ref %}


---

# 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/discussion-threads.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.
