> For the complete documentation index, see [llms.txt](https://help.compfox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.compfox.io/product-guides/folder-chat.md).

# Folder Chat

Table of contents

1. Introduction.
2. Folder Chat Overview.
3. Using "@" symbol for Case mentions.
4. Collaborating on specific cases.

## Introduction

Welcome to the advanced features of Folder Chat! This guide will dive into the functionalities that make collaborating on specific cases within folders a breeze.

## Folder Chat overview

The Folder Chat serves as a centralized communication hub for each folder:

* Discuss matters related to the entire folder or specific cases within it.
* Share updates, insights, or questions within the context of the folder.
* Enhance team collaboration and communication.

<figure><img src="/files/lHJZDM3vRpLw21HrF06Y" alt=""><figcaption><p>Click on the Chat-Icon in the top left corner to open this folder chat window.</p></figcaption></figure>

## Using "@" Symbol for Case Mentions

To direct a message to a specific case within a folder:

* In the Folder Chat, use the "@" symbol followed by the case name.
* Example: "@CaseName How can we proceed with this?"
* This helps keep conversations focused and relevant to the selected case.

<figure><img src="/files/3VhvaYQuKtGhWHtCuKFD" alt=""><figcaption><p>When you use the symbol "@", the cases appears in this format so that you can select any particular case</p></figcaption></figure>

## Collaborating on Specific Cases

Optimize your collaboration within specific cases:

* Click on the case you want to discuss in the folder.
* Utilize the Folder Chat to ask questions, provide updates, or share insights specifically related to that case.
* Keep discussions organized and contextually relevant.

## Streaming Responses

This feature ensures that your discussions and activities within folders are seamless, real-time, and dynamic.&#x20;

By leveraging these functionalities, you can maximize the efficiency of your collaboration within CompFox. The Folder Chat feature provides a tailored and organized communication experience for discussing specific cases and fostering teamwork.

<br>


---

# 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://help.compfox.io/product-guides/folder-chat.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.
