> For the complete documentation index, see [llms.txt](https://layerlabs.gitbook.io/abuse-manager-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://layerlabs.gitbook.io/abuse-manager-pro/optional-and-advanced/admin-quick-replies.md).

# Admin Quick Replies

{% hint style="info" %}
Admin Quick Replies feature is a new enhancement that is available in v4.1 and above.&#x20;
{% endhint %}

Quick replies allow admins to use text within their replies in open abuse reports, or when creating new abuse reports. Quick replies help the admins avoid entering repetitive text, if they use the same content on replies for example.

To be able to use quick replies, you first need to navigate to **Support > Predefined Replies** in WHMCS admin area and add a new category with category name as amp (lower case, as below)

<figure><img src="/files/rBo8rLsoVS29BAaX6j3x" alt=""><figcaption><p>Adding a new category in Predefined Replies</p></figcaption></figure>

Now, you can add a predefined reply, and give it a title of your choice (as below)

<figure><img src="/files/5KPjfZzZ4X3sGjP4GGBc" alt=""><figcaption><p>Adding a new predefined reply in Predefined Replies</p></figcaption></figure>

Next, add in the content of the predefined reply, and make sure the category selected is amp

<figure><img src="/files/rroO0y2yvyHH2YDXSHiI" alt=""><figcaption><p>Adding the content and selecting the category for this predefined reply</p></figcaption></figure>

You can now use the newly created predefined reply when creating a new abuse report or when replying to a customer in an open abuse report (both shown below)

<figure><img src="/files/RCIkJuaTOfNcUC4hXT1q" alt=""><figcaption><p>You can choose the predefined reply to be populated in to the additional information section</p></figcaption></figure>

<figure><img src="/files/wdpi8Rrw7Y0vLiMVWvky" alt=""><figcaption><p>You can choose the predefined reply to be populated in to the reply text area in an open abuse report</p></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://layerlabs.gitbook.io/abuse-manager-pro/optional-and-advanced/admin-quick-replies.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.
