> For the complete documentation index, see [llms.txt](https://docs.quickreply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quickreply.ai/product-modules/conversations/overview.md).

# Overview

## What are Conversations in QuickReply?

Conversations in QuickReply refer to all customer interactions handled through various messaging channels, including WhatsApp, Instagram, Facebook Messenger, and Live Chat. The platform consolidates messages into a **unified inbox**, allowing businesses to manage interactions from different sources in a single view.

### Why Use QuickReply’s Conversations Module?

* **Centralized Inbox** – Manage messages from multiple platforms in one place.
* **Streamlined Customer Engagement** – Assign chats, add tags, and categorize conversations efficiently.
* **Multi-Agent Collaboration** – Allow support and sales teams to work together seamlessly.
* **CRM & Customer Insights** – View customer profiles, history, and lead stages within chat.
* **Automation & Efficiency** – Use auto-replies, templates, and routing rules to optimize response times.

## Key Benefits

* **Unified CRM View** – Access customer details, past interactions, and purchase history.
* **Faster Resolution** – Categorize, assign, and respond to chats quickly.
* **Seamless Multi-Channel Support** – Handle conversations across WhatsApp, Instagram, Facebook Messenger, and Live Chat effortlessly.
* **Improved Sales & Support** – Enable teams to convert leads, resolve issues, and build customer relationships.


---

# 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.quickreply.ai/product-modules/conversations/overview.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.
