> 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/auto-folderize.md).

# Auto-folderize&#x20;

Organizing legal documents can be time-consuming, especially when you’re working with large bundles of pleadings, contracts, or scanned filings. That’s where **Auto-Folderize** comes in. With a single click, Jurisphere intelligently sorts your files into dynamic folders and subfolders, saving you hours of manual effort.

Auto-Folderize is designed to work seamlessly across practice areas. Whether you're sorting filings for a court matter or categorizing agreements in a corporate transaction, the system identifies patterns like type of document, matter titles, and categories to create a clear, structured folder hierarchy.

Jurisphere recognizes the nature of each document **based on its contents** and not its file name. The names of the documents do not affect the auto-folderize function.

## Step-by-step Guide

1. Go to your Folder pane - click on 'Browse files' in the top left of the navigation bar..
2. Upload multiple files into a folder.
3. Once the files are uploaded, click the **Auto-Folderize** button <img src="/files/5LMgIaC8je1NEWUYIgRa" alt="" data-size="original">that appears at the top of the folder pane, just below the 'Upload Files' button.
4. A pop-up box will open.

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

Inside this pop-up:

1. Select the parent folder within which you want to organize the selected files.
2. Choose the sub-folders you want your selected files to be categorized into.
3. Review the auto-created sub-folders and the files within them. You can rename, delete, or rearrange them as needed.

{% hint style="success" %}
You can select the category heads like 'Litigation' or 'Corporate' if you want to choose all sub-folders under the head.
{% endhint %}

***

### Notes

* Auto-Folderize is ideal for large document sets like case bundles or filings.
* You can manually adjust the folder structure after Auto-Folderize runs.


---

# 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/auto-folderize.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.
