> 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/matter-overview.md).

# Matter Overview

## Matter Overview

The Overview is where a matter opens. It pulls together the case's files, drafts, conversations, and collaborators in one place, so you can see where things stand and pick the work back up without hunting for it.

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

#### What the Overview shows

* **Explore Skills** — guided starting points for common legal workflows, so you don't have to start from a blank prompt
* **Manage Matter Files** — upload documents or connect a cloud drive; files added here are available to every conversation in the matter
* **Collaborate with your team** — add members so colleagues can manage files and view the chats, drafts, chronologies, and timelines for this matter
* **Recent Drafts** — the documents produced in this matter; select **Open** to keep editing in [Canvas](https://help.paxton.ai/help/ai-assistant/editing-drafts-with-canvas)
* **Chat History** — past conversations, each listed with the drafts it produced

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.

#### The left sidebar

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

* **Back to all matters** — return to your matters list
* **Matter Overview** — this summary view
* **Matter Files** — the organized file structure for this matter
* **Matter Record** — [Matter Timeline](https://help.paxton.ai/help/matter-record/matter-timeline), [Medical Chronologies](https://help.paxton.ai/help/matter-record/medical-chronologies), and [Billing Summaries](https://help.paxton.ai/help/matter-record/billing-summaries)
* **Chat History** — **New Chat**, plus every conversation in this matter

#### Starting a conversation from the Overview

Select **Chat** at the top right, or **New Chat** under **Chat History**. The conversation is automatically associated with the current matter: it can read the matter's files, it researches in the matter's jurisdiction, and any draft it produces lands in **Recent Drafts**. Files you attach come from the matter's own file picker (plus Unassigned), so each case's work product stays self-contained.

See [Conversations with Paxton](https://help.paxton.ai/help/ai-assistant/using-the-ai-assistant) for what you can ask.

#### Adding team members

Select **Add Members**, from the banner on the Overview or the button at the top right. Added members can manage files and view this matter's chats, drafts, chronologies, and timelines. See [Collaborating Across Matters in Paxton](https://help.paxton.ai/help/matters/collaborating-across-matters-in-paxton) for roles and details.

### 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/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.
