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

# Find a Closed Discussion Thread

{% hint style="info" %}
When a discussion thread is closed, it becomes an immutable artifact, but remains accessible and downloadable as PDF.
{% endhint %}

## Step-by-Step

{% stepper %}
{% step %}
**This is the team box. Closed discussion threads can be recognized by the hook on the right side of the excerpt.**

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

{% step %}
**If you click on it, you see the mention&#x20;*****Collaboration was closed*****.**

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

{% step %}
**You can also find closed discussion threads by opening a patient file.**

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

{% step %}
**Here, I still have access to closed threads outside the channel.**

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

{% step %}
**Always in the patient file, I can select&#x20;*****View details*****&#x20;in a care channel to find its closed discussion threads.**

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

{% step %}
**There is a closed thread in this care channel.**

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

{% step %}
**Finally, under Network tab, select one of your contacts to see active or closed discussions with them.**

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

{% step %}
**They are accessible here!**

<div align="left"><figure><img src="/files/vinyVM6FqN4ayTQK0NkJ" 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/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.
