# Group Chat

The **Group Chat** feature allows clinic staff to communicate internally. Staff members can use this feature to share messages with all users in the clinic or with specific users as needed.

***

### Steps to Send a Message to All Users or a Specific User

* Click the **Group Chat** icon in the top bar. The **Group Chat** pop-up window appears.

  <figure><img src="/files/w9x4aJEsBYzboigJjH4s" alt=""><figcaption></figcaption></figure>
* In the **Type a message** field, enter your message.
* To send the message to all users, click the **Send** icon. The message is delivered to all active users in the clinic.<br>

  <figure><img src="/files/JLvjuCDvDQogNPeoirSV" alt=""><figcaption></figcaption></figure>
* To send the message to a specific user:
  * In the **Everyone** dropdown, select the intended recipient.
  * Click **Send**. The message will be sent only to the selected user.

***

### Steps to View Received Messages

When a new message is received, a notification badge appears on the **Group Chat** icon, indicating the total number of unread messages. Follow the steps below to view incoming messages:

* Click the **Group Chat** icon.

  <figure><img src="/files/vOuzzOgei8Kny7UK7mrk" alt=""><figcaption></figcaption></figure>
* The pop-up displays received messages. Each message includes the sender’s name, the message content, and the date and time it was sent.

  <figure><img src="/files/TRMwIXWO428JFzxdG2Yn" alt="" width="563"><figcaption></figcaption></figure>

***


---

# Agent Instructions: 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:

```
GET https://unitecare.gitbook.io/uniteemr/getting-started/user-interface/group-chat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
