> 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/paxton-ai/editing-drafts-with-canvas.md).

# Editing Drafts with Canvas

Canvas is Paxton’s in-app editor that allows legal professionals to seamlessly revise and finalize AI-generated documents without leaving the platform.

<figure><img src="https://1404317777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCY0Bz9NWp8rqtfuqg7ne%2Fuploads%2F8lnmdpr0cJJ9aAJL6TzI%2FCleanShot%202026-08-31%20at%2012.48.59.gif?alt=media&amp;token=57b429bc-fcdb-4220-b9c9-f0f48eba43b2" alt=""><figcaption></figcaption></figure>

### What Canvas Is

Canvas is Paxton's in-app document editor. When Paxton generates a draft, it opens in Canvas beside the chat — so you can edit the document and keep talking to Paxton about it in the same view.

No exporting to Word, editing there, and pasting back.

> 🖼️ **Screenshot goes here:** The draft opens on the left; the chat stays available on the right.

***

### How It Works

1. **Generate a draft** — ask Paxton for the document in your matter chat.
2. **Edit in Canvas** — the draft opens automatically. Rewrite, restructure, and format directly.
3. **Keep working with Paxton** — ask for changes in the chat; later responses build on your Canvas edits rather than overwriting them.
4. **Export** — click the download icon. Apply a template first if you need firm or court formatting.

> ℹ️ Edits save continuously as you type. There's no save button and nothing to lose.

***

### Checking Citations as You Read

Numbered markers such as `[1]` or `[2.1]` appear inline where a statement draws on a source. Select one to see what it's citing.

Review the draft the way you'd review a junior associate's: read the assertion, open the source, confirm it says what the draft claims.

> ⚠️ Verify legal citations with the AI Citator before filing. Confirm factual assertions against the underlying document in the matter.

***

### Why It Matters

* **One environment** — draft, revise, research, and verify without switching tools.
* **Your edits stick** — Paxton treats the edited draft as the current version.
* **Everything stays with the matter** — drafts, chat history, and versions remain on the Matter Overview for you and your collaborators.
* **Finished drafts become part of the record** — a later chat in the same matter can reference a draft you completed earlier, alongside your uploaded files.

***

### FAQ

**Can two people edit in Canvas at the same time?**

Not currently — only one person can edit a draft at a time. Collaborators on the matter can still view the draft, the chat, and the rest of the matter's contents.

**Do my manual edits get overwritten when I ask Paxton for changes?**

No. Later conversations and document versions build on the edits you've made in Canvas.

**How do I get the document out of Paxton?**

Use the download icon in the Canvas toolbar. To download it in your firm's or a court's formatting, apply a template first — see **Drafting in Paxton**.


---

# 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/paxton-ai/editing-drafts-with-canvas.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.
