> 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/dms-upload-sync.md).

# DMS Upload Sync

## Integrations available on Jurisphere

Jurisphere supports the following file storage integrations:

* **OneDrive**
* **Google Drive**
* **DropBox**
* **Sharepoint**
* **Docusign**

Please note that this is a feature available only for select enterprise clients. In case you wish to enquire further, please [contact support](mailto:contact@jurisphere.ai).

***

## How DMS Sync works

Once connected, Jurisphere syncs your selected DMS folders in real time. The moment you upload a file to a synced folder in your DMS, whether it's a draft, a note, or a legal document, Jurisphere picks it up automatically and adds it to your File Library.

You can track every upload as it happens from the **Tasks** page, which shows you the processing status, file type, and timestamp for each item coming in.

***

## Setting it up

### Step 1- Connect your DMS

1. Go to **Account Settings** and scroll down to locate your DMS provider.
2. Click **Connect Dropbox/GDrive/OneDrive/Docusign**.
3. You'll be prompted to authorise Jurisphere to access your DMS. If you're already logged into your DMS on the same browser, this happens almost instantly.

### Step 2- Select the folder you wish to sync from your DMS

In your DMS, select the folder whose contents you want to sync to Jurisphere. You may also create a new folder and name it something recognisable (for example, Jurisphere\_DropboxSync). Files in this folder will get automatically synced with Jurisphere, updated real-time.

### Step 3- Subscribe to the folder in Jurisphere

1. Head back to Jurisphere and click **Add Folder**.
2. Select the relevant [**Project**](/projects/overview-of-projects.md).
3. Your newly created Dropbox folder will appear in the list- select it and confirm.

{% hint style="success" %}
Your folder is now synced to your Jurisphere workflow.
{% endhint %}

***

## DMS Sync Features

When using Google Drive with Jurisphere:

* Changes made to a file in Google Drive are reflected on the platform automatically.
* Deleting a file from Google Drive removes it from the platform.
* Restoring a file from Google Drive Trash restores it on the platform.
* Nested folders and subfolders are preserved, maintaining the same folder hierarchy.
* Moving a file between folders updates its location on the platform.
* Uploading the same document with a different name creates a separate document.
* Files with identical names and content are handled correctly.

{% hint style="info" %}
You can monitor all incoming files from the **Tasks** page, which shows status (In Progress, Completed or Failed), file name, type, and the exact time it was started.
{% endhint %}


---

# 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/dms-upload-sync.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.
