> 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-patients-and-caregivers/discussion-threads/find-closed-discussion-thread.md).

# Find a Closed Discussion Thread

## Step-by-Step

{% hint style="info" %}
When a discussion is completed, the care team can close the thread. The content will remain accessible, but you will no longer be able to exchange new messages.
{% endhint %}

{% stepper %}
{% step %}
**Access the care team of your choice.**

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

{% step %}
**The page of your care team is divided into 2 sections (see orange boxes)**

* *Active Discussion Threads*
* *Closed Discussion Threads*

Note that each closed discussion thread is marked with a checkmark.

Click on the closed discussion thread that interests you.

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

{% step %}
**You have access to the entire discussion and attachments (paperclip at top right), if applicable.**

Note that the closed discussion thread displays the mention: *The discussion thread has been closed* and it is impossible to add content to it. (See orange box at bottom of screen)

<div align="left"><figure><img src="/files/dXWCyrdQT0Dbua0x8Cjl" 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-patients-and-caregivers/discussion-threads/find-closed-discussion-thread.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.
