> 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/your-folders.md).

# Your folders

Folders in Jurisphere help you keep your documents neatly organized by matter, client, or stage of work. You can create folders and subfolders, rename them, delete them, or share them with your team. Whether you're managing a complex bundle of filings or a set of contracts, folders let you structure your workspace just the way you need it.

## Creating a Folder

1. From your Jurisphere dashboard, click on 'Browse files' in the top left of the navigation bar.
2. Click on “New Folder” - You will find this at the top of your Folder pane.
3. A popup will ask for the folder name. Enter a clear and descriptive name.
4. Then click <mark style="background-color:blue;">**Create**</mark>.

{% embed url="<https://drive.google.com/file/d/1jaGKbomU2jH9L6p_-E8zG_XvFFhToBAq/view?usp=sharing>" %}

The new folder will appear in your Folder pane on the left. You can now upload files directly into this folder or create subfolders as needed.

{% embed url="<https://drive.google.com/file/d/1KAZBxjNrXNjfch9-cFfghDyaR8GXsMfO/view?usp=sharing>" %}

***

## Sorting Folders

Jurisphere makes it easy to sort your folders, helping you quickly find what you need — whether it’s the most recent uploads or alphabetically organized documents.&#x20;

Follow these simple steps:

1. Go to your Folder pane — open any tool from your Jurisphere dashboard.
2. Locate the **Sort By** button at the top of the Folder pane, below the 'Upload Files' button. It’s represented by a sorting icon (↑↓).
3. Click the button to open the sorting options.
4. Select the desired option, and your folders will rearrange automatically.

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

{% hint style="info" %}
The sorting arrangement will be retained for your next sessions on Jurisphere as well - as long as you're on the same web browser and don't clear your browser history.
{% 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/your-folders.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.
