> For the complete documentation index, see [llms.txt](https://help.rechat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rechat.com/guides/deals/upload-and-organize-documents.md).

# Upload and Organize Documents

Add documents completed outside Rechat or received from another party to keep the complete transaction record organized inside the Deal.

<figure><img src="https://1031368632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJZySovZjoLVT1XAonI%2Fuploads%2FQMSR0RI1A5dqrlTSnrMR%2F2026-08-19_14-15-30.png?alt=media&amp;token=ecb948be-27ed-477d-a9d1-aeb55b8a0b4d" alt=""><figcaption></figcaption></figure>

### Upload to a checklist item

1. Open the Deal.
2. Locate the appropriate checklist item.
3. Select the available upload action.
4. Choose the document from your device.
5. Confirm the file and destination.

Uploading directly to the appropriate checklist item reduces the need to organize the file later.

### Upload to Unorganized Files

1. Scroll to **Unorganized Files** at the bottom of the checklist.
2. Select **Upload**, or drag and drop the file into the upload area.
3. Choose the file from your device when prompted.

Files added here remain unorganized until they are assigned to the appropriate checklist item.

### Email documents into a Deal

Each Deal includes a unique email address in the Unorganized Files section.

1. Copy the Deal email address.
2. Forward or send the email containing the document attachment to that address.
3. Return to the Deal and locate the file under **Unorganized Files**.
4. Assign the file to the appropriate checklist item.

{% hint style="info" %}
**Best practice:** Confirm that you are using the email address from the correct Deal before forwarding documents.
{% endhint %}

### Organize an unassigned file

Open the file from Unorganized Files and select the appropriate checklist destination. Confirm that the file appears under the correct item before submitting it for office review.

### Related articles

* [Understand Your Transaction Checklist](/guides/deals/understand-your-transaction-checklist.md)
* [Split a PDF](/guides/deals/split-a-pdf.md)
* [Submit Documents for Office Review](/guides/deals/submit-documents-for-office-review.md)


---

# 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.rechat.com/guides/deals/upload-and-organize-documents.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.
