> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/members-features/quick-reply.md).

# Quick Reply

## How Quick Reply Works

{% @arcade/embed flowId="WTJ3j5R99KYIEvEVJPYc" url="<https://app.arcade.software/flows/WTJ3j5R99KYIEvEVJPYc/view>" %}

1. Go to the “**Notifications**” Section\
   You'll see a Quick Reply option next to the notification.
2. Click the **Quick Reply Button**\
   A message window will appear, allowing you to type a quick greeting.
3. Write Your Message and **Send**\
   Once sent, the Quick Reply window will disappear from your notifications, and the fan will receive your message.

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

## After Sending a Quick Reply

* One-time use: Once a Quick Reply is sent, the button disappears for everyone on the account, ensuring fans don’t receive multiple quick replies.
* Continue the conversation anytime: A chat icon next to the Quick Reply button lets you open a full chat with the fan instantly.<br>

By using Quick Reply, you can engage fans quickly and save time, keeping interactions smooth and efficient while leaving space for deeper conversations later.

\ <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://docs.onlymonster.ai/members-features/quick-reply.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.
