> 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/join-discussion-about-new-patient.md).

# Join a Discussion about a New Patient

## Step by Step

{% stepper %}
{% step %}
**If you receive a discussion thread for a patient not yet associated with your patient file bank, the icon will be gray.**

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

{% step %}
**You can then&#x20;*****Accept*****&#x20;or&#x20;*****Refuse*****&#x20;to respond to the discussion thread. Notice the orange mention about the patient file.**

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

{% step %}
**To link the discussion thread to the correct patient, you will need to click on the patient file at the top of the thread.**

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

{% step %}
**Select&#x20;*****Associate with a patient*****.**

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

{% step %}
**In this case, the patient is not in your patient file bank.**

If this had been the case, you could have selected her from your patient files.

You must therefore create a new patient file.

Click on the icon at the bottom right.

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

{% step %}
**Validate the information and modify it if necessary.**

Then save by clicking on the checkmark at the top right.

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

{% step %}
**The patient file is now created!**

<div align="left"><figure><img src="/files/bKykmyd888xhSaJWXWQx" 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/discussion-threads/join-discussion-about-new-patient.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.
