> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/app/user-guide/home-screen/internal-chat.md).

# Internal Chat

## 1. Benefits of Using Getfly’s Internal Chat

Getfly Chat is an internal messaging feature developed by Getfly, offering multiple advantages for organizations:

Enhanced Security: Only authenticated users can access the internal chat. All communications take place securely within a single platform.

Improved Employee Communication: Enables fast and effective information exchange, supports teamwork, and enhances collaboration among employees.

Higher Productivity: Reduces operational costs, saves time on coordination, and streamlines communication across teams.

## 2. One-on-One Chat

Tap the Message icon in the top-right corner of the screen.

<figure><img src="/files/DL9OSyauXnh1cZzttSD0" alt=""><figcaption></figcaption></figure>

Tap the Search icon to find the colleague you want to chat with.

<figure><img src="/files/oLuPrEgQZJT8wgIcrqyv" alt=""><figcaption></figcaption></figure>

Select the contact’s name to start a private conversation.

<figure><img src="/files/aV67TFxDMy2ACS0oJAuI" alt=""><figcaption></figcaption></figure>

## 3. Group Chat

### 3.1 Create a New Group

Tap the Create Group icon to initiate a new group chat.

<figure><img src="/files/Q88s0w86YR3lCNkM238M" alt=""><figcaption></figcaption></figure>

Add members and name the group to begin the conversation.

<figure><img src="/files/igpTE8MGGDEzlmxi6NGO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/zU2Hc90gT7ltzJJODRtM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6ptMwE3zfF2pCGLB8jlW" alt=""><figcaption></figcaption></figure>

### 3.2 Send Messages

Type your message in the input field at the bottom of the screen.

Tap the Send icon to send your message.

<figure><img src="/files/baorj0RvSbnPqB5jjJ3P" alt=""><figcaption></figcaption></figure>

You can also attach images, upload files, or create polls within the group chat.

<figure><img src="/files/c9aI8zZNV2lx9CROSaWk" alt=""><figcaption></figcaption></figure>

### 3.3 Delete a Group Chat

Swipe left on the group chat you want to remove → Tap the three-dot menu → Select Delete conversation.

<figure><img src="/files/w7j68H4b0Pt6n8AJpwLV" alt=""><figcaption></figcaption></figure>


---

# 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://helpdesk.getfly.vn/app/user-guide/home-screen/internal-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.
