# Inbox: Overview

The Inbox is the operational and analytical heart of the Endless CRM layer (to be renamed **Inbox** in the UI).\
It enables organizations to:

* Review all AI interactions in real time or retrospectively.
* Inspect message generation logic with full traceability.
* Manage tickets escalated to human attendants.
* Monitor, audit, and optimize performance across both AI and human channels.

It is divided into two main pillars:

| Section           | Purpose                                                                           |
| ----------------- | --------------------------------------------------------------------------------- |
| **Chat History**  | Stores and allows deep inspection of all Agent-user interactions.                 |
| **Human Support** | Manages live customer conversations handled by human attendants after AI handoff. |


---

# Agent Instructions: 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:

```
GET https://docs.zaia.app/inbox/inbox-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
