> For the complete documentation index, see [llms.txt](https://guide.taskopad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.taskopad.com/fundamentals/task/task-creation-process/quick-reply.md).

# Quick Reply

***Quick Reply:*** TaskOPad Introduce quick reply which is a predefined message that you can quickly select, edit, and send to the Team. You’ll save time by responding quickly. It’s also possible to create shortcuts for quick replies with this feature. Users can simply write ‘/’ in a conversation after selecting the message to send from the listing, accordingly, they can post into the comment section, Task name, and everywhere in the Text area.

To begin with, you need to go to Task Management Feature and click on ![](/files/vh9HRaMiMogWFrmLSNmk)and from the Drop-Down select Quick Reply.

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

After clicking on that you can create multiple quick replies by giving the title and the message.

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

To save time while sending a brief message, use the / symbol in the Task, Task Description, and Text section.

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

This is how all rapid responses will look as suggestions, with the title and whole message. Instead of typing the entire message, it's a form of shortcut.


---

# 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://guide.taskopad.com/fundamentals/task/task-creation-process/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.
