> 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/other-topics/uploading-files.md).

# Uploading Files

### Uploading Files to Paxton

There are several ways to get files into Paxton. Use whichever fits your workflow: add documents directly to a matter, attach them on the fly while chatting with the AI Assistant, or connect Box or OneDrive to keep your files in sync automatically.

***

#### Method 1: Upload from Matter Files

Use this when you want to add documents to a matter so they're stored and available across every chat in that matter.

1. In the left sidebar, click **Matter Files**.
2. At the top right of the file list, click **Upload** (or **New Folder** to organize first).
3. Select the files from your computer, or drag and drop them onto the file list.

Your files appear in the list with their name, last-modified date, and size.

> Supported formats: `.pdf`, `.docx`, `.doc`, `.xlsx`, `.xls`, `.pptx`, `.txt`, `.csv`, `.json`, `.html`, `.xml`, `.md`, `.markdown`

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

***

#### Method 2: Drag & Drop in the AI Assistant

Use this when you want to attach a document to the chat you're working in right now.

1. In the left sidebar, click **AI Assistant** and open or start a **New Chat**.
2. Drag a file from your computer onto the **Drag & Drop or Choose Files** area in the middle of the screen — or click **Choose Files** to browse.
3. The file attaches to your current chat, ready to query, summarize, or reference.

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

***

#### Method 3: Paperclip Icon in the AI Assistant

Use this when you're already typing a prompt and want to attach a file without leaving the message box.

1. In the AI Assistant chat, click the **paperclip icon** next to the prompt box.
2. In the **Add Files** menu, choose one of:
   * **Upload Files** — add a document from your computer.
   * **Add from Matter Files** — attach a document already stored in the matter.
3. The selected file attaches to your prompt.

<figure><img src="/files/SROwlg4PqR7JG7bV6NWO" alt="" width="375"><figcaption></figcaption></figure>

***

#### Method 4: Sync automatically from Box or OneDrive

Use this when you want a matter's files to stay current without uploading anything by hand. Connect **Box** or **Microsoft OneDrive** once, map the folders you use to your matters, and Paxton keeps pulling in new and updated records automatically. Changes flow from Box or OneDrive into Paxton. The connection is authorized with read and write permissions so future capabilities won't require reconnecting, but today's sync is strictly read-only — Paxton does not edit, move, or delete anything in your connected account.

1. Open **Settings** from the account menu in the bottom-left.
2. Under **Connected Accounts → Document Management**, choose **Box** or **Microsoft OneDrive** and authorize the connection.
3. Map the folders you want to sync to a matter. No files sync until you map folders to matters.

> **Dropbox** and **Google Drive** are coming soon.

> **Learn more:** See [Continuous File Integrations](/help/intergrations/continuous-file-integrations.md) for full setup steps and how one-way sync works.

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

***

#### Which method should I use?

| If you want to...                                      | Use                                               |
| ------------------------------------------------------ | ------------------------------------------------- |
| Store documents in a matter for ongoing use            | **Matter Files**                                  |
| Quickly attach a file to the chat you're in            | **Drag & Drop**                                   |
| Attach a file (new or existing) while writing a prompt | **Paperclip icon**                                |
| Keep a matter's files in sync automatically            | **Continuous File Integrations (Box / OneDrive)** |

Your documents and data are secure and are not used to train 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/other-topics/uploading-files.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.
