> For the complete documentation index, see [llms.txt](https://support.8seats.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.8seats.com/hints-and-tips/message-actions.md).

# Message Actions

### **How to reply to a message**

*Want to reply? Drop it right in the thread.*

1. Press and hold for a few seconds on a message you wish to reply to.
2. A pop up will appear.

<div align="left"><figure><img src="/files/S2FKjP7JtotSVJXzJf9c" alt="" width="375"><figcaption></figcaption></figure></div>

3. Tap or click ‘Reply’, type your message and click send.

### **How to d**elete a message

*Thinking of deleting a message? Remember, only your messages can be removed.*

1. Press and hold for a few seconds on your own message you wish to delete.
2. A pop up will appear.

<div align="left"><figure><img src="/files/gPqP1sbid9ySYki1yoqj" alt="" width="375"><figcaption></figcaption></figure></div>

1. Tap or click ‘Delete’ and your message will be instantly deleted.
2. A message will be left showing *“ 🗑️ This message was deleted”* which all users will be able to see.

<div align="left"><figure><img src="/files/jnzmf9ESyznaPqRDp2ZC" alt="" width="375"><figcaption></figcaption></figure></div>

### How to copy a message

*Want to copy that message? Easy-peasy!*

1. Press and hold for a few seconds on the message you wish to copy.
2. A pop up will appear.

<div align="left"><figure><img src="/files/cBck3W6Vuymc7HKVTcoe" alt="" width="375"><figcaption></figcaption></figure></div>

1. Tap or click ‘Copy Text’.
2. **Mobile:** Tap inside the composer box and tap ‘Paste’ and click send. **Web:** Click inside the composer box and either: Right click the keypad and click ‘Paste’ or for MAC click Command (⌘) + V or for PC click Control + V and hit send.


---

# 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.8seats.com/hints-and-tips/message-actions.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.
