> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/projects/uploading-files-by-email-forwards.md).

# Uploading Files by Email Forwards

You can upload documents directly to your Jurisphere Project by forwarding them to a unique project email address.

#### How to use it:

1. Go to the [Projects Homepage](/projects/projects-homepage.md) from the left side panel on your home screen.

<figure><img src="/files/MsOgr9fmusT9t11fmR4O" alt="" width="563"><figcaption></figcaption></figure>

2. Locate the box labelled Project File in the center of the screen and copy the dedicated email address displayed inside.\
   \
   Eg: <contract-review@jurisphere.ai> if the name of your project is Contract Review.

<figure><img src="/files/a638REpw4Elbc3C37862" alt="" width="357"><figcaption></figcaption></figure>

3. Forward your documents as attachments to this email address, and they will automatically appear in your [File Library](/file-library/overview-of-the-file-library.md).

{% hint style="warning" %}
Since email providers have an upper limit on the file size that can be part of an attachment in an email, the email upload feature will work for documents that are less than 25 MB.
{% endhint %}

<figure><img src="/files/FzrGTfcMbXMCZSVqrvns" alt="" width="509"><figcaption></figcaption></figure>

The file types supported by email forwarding are the same as those supported by uploading them directly on the platform. Once forwarded, the documents attached in the email will be processed and uploaded onto the dedicated project within Jurisphere, and you will be notified of the same.

#### Note:

1. You must have an active Jurisphere subscription linked to the sending email address for this process to work.
2. Corrupt files, files above the size limit, and formats not supported by Jurisphere will automatically fail to upload.
3. Be sure to have distinct names for your projects in order to have unique email IDs to forward to.


---

# 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.jurisphere.ai/projects/uploading-files-by-email-forwards.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.
