> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/anywhere-id/team/team-chat/send-message.md).

# Send Message

Di bagian bawah layar, ketuk menu **Team**. Kemudian, Anda akan melihat halaman team chat. Misalnya, pilih user menggunakan pencarian pada team member Anda untuk memulai pesan pribadi baru, dan tulis pesan di box bagian bawah chat. Saat pesan sudah siap, ketuk tombol **'send'**.

![Send Message](/files/-McOKlQ3-0thuok9TKu5)

### Send More Message

Setelah chat dimulai (baik grup atau personal), cukup ketuk di daftar chat untuk masuk kembali ke dalamnya dan mengirim lebih banyak pesan.

![Send More Message](/files/-McONtxgjdsea7FNA-YA)

### Edit or Delete Message

Anda dapat mengedit atau menghapus pesan apa pun yang telah Anda kirim ke user. Ketuk pesan lalu ketuk tombol **‘More options‘** > Ketuk ‘**Edit**‘ atau ‘**Delete**‘.

![Edit or Delete Message](/files/-McSRbhAlzOHFc991dBv)

### Mark Message as Unread

Terkadang Anda mungkin perlu menandai pesan sebagai belum dibaca. Mungkin karena, setelah Anda membuka pesan tersebut, Anda belum mengetahui jawaban dari pertanyaan yang diajukan. Ketuk pesan dari user lain dan ketuk tombol **‘More Options‘** > pilih **‘Mark unread**'.

![Mark Unread](/files/-McOXJUybd9Vp3zjzLF3)

### Say More With Reaction

Anda dapat dengan cepat menanggapi pesan apa pun dari team chat dengan menggunakan reaksi emoji. Ketuk pesan dan ketuk tombol rekasi emoji. Pilih dan tap reaksi emoji yang akan dikirimkan. Kemudian, akan muncul emoji pada pesan tersebut, seperti gambar di bawah ini.

![Send Emoji](/files/-McOYfET7aHK9Rd_IaLT)


---

# 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://docs.3dolphins.ai/anywhere-id/team/team-chat/send-message.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.
