> For the complete documentation index, see [llms.txt](https://help.paxton.ai/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paxton.ai/help/matters/using-matters-in-paxton-ai/matter-overview.md).

# Matter Overview

### What the Overview shows

The Overview pulls together the key elements of the matter in one place so you don't have to dig through separate tabs to see where things stand:

* **Recent activity** — the latest chats, uploads, and changes within the matter
* **AI Assistant chats** — conversations scoped to this matter (and only this matter)
* **Files** — quick access to documents uploaded to the matter
* **Matter Files** — the organized folder structure, such as Medical Chronology folders

Because everything here is scoped to the matter you're in, you can trust that what you're looking at belongs to this client or case — not to another one.

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

### The left sidebar

From the Overview, the left sidebar lets you move between the parts of the matter:

* **Matter Overview** — this summary view
* **AI Assistant** — start or continue a chat scoped to the matter
* **Files** — documents you've uploaded to the matter
* **Matter Files** — the organized file structure

### AI Assistant, scoped to the matter

Chats you start from a matter live inside that matter. When you open the AI Assistant from the Overview, any new conversation is automatically associated with the current matter, and any files you attach come from the matter's own file picker (plus Unassigned). This keeps each case's work product self-contained.

> **Tip** — If you're looking for an older chat that isn't showing up here, it may not have been linked to a matter. Check the **Unassigned** matter and move the chat into the right matter. See Using Matters in Paxton for how.

### Need help?

If something on the Overview looks off, reach out to support at **<support@paxton.ai>**.


---

# 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://help.paxton.ai/help/matters/using-matters-in-paxton-ai/matter-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.
