> 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/overview-of-projects.md).

# Overview of Projects

Projects are **shared, matter-centric workspaces** built for legal teams. Instead of juggling scattered files, chat threads, and research notes, a Project keeps everything for a case or transaction in one secure, structured place. It gives your team a single source of truth, from the first document upload to the final draft, while keeping a complete history of what was done, by whom, and when.

***

### What Projects allow you to do

* **Work together seamlessly:** everyone on the team sees the same files, notes, tasks, and AI outputs.
* **Keep context:** your research history, AI analyses, drafts, and changes are stored inside the Project, so nothing gets lost when you return later or bring new team members on board.
* **Centralize files:** upload directly or import from Google Drive, OneDrive, SharePoint and Dropbox. The original folder structure is preserved and auto-organized.

{% hint style="info" %}
[Connect a Document Management System](broken://pages/57NP2bxVvenmgB7XaiZs) like Google Drive, OneDrive, SharePoint, or Dropbox to Jurisphere to automatically sync your files. Select a folder to sync, and any changes like uploading files, creating subfolders, or deleting files will be reflected on the project in real time.
{% endhint %}

* **Assign and track work:** create tasks with owners, deadlines, and reminders, so follow-ups don’t get missed.
* **Audit and revisit:** every upload, edit, or AI run is logged with time stamps, keeping your matter trail clear and defensible.

***

### What a Project contains

Each Project opens into your Project homepage. The homepage contains key matter details such as parties, case type, forum, important deadlines, and a centralized intelligence with sugegsted workflows.\
\
Dedicated **Activities** areas — *Analyze*, *Research*, and *Draft* — let you run AI tools on just the materials you’ve included.

Most importatly, Projects offers a shared space for **Notes & Tasks**, plus a **history panel** that records every change and keeps your work auditable.

Team access is role-based, so you decide who can upload, edit, or only view.

***

### Why Projects matter

Managing complex matters usually means scattered drives, lost context, and repeated work. Projects solve this by giving your team:

* A **single, reliable workspace** where everything stays connected.
* A **clear record** of actions and edits, helpful for accountability and internal review.
* A structure that **scales easily** as matters grow or new collaborators join.

***

{% hint style="info" %}
⚡ **Availability**\
Projects are available only on our **top-tier Enterprise plans**.\
If you don’t see the Projects option in your workspace and would like access, please contact support or reach out to our sales team.
{% 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/projects/overview-of-projects.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.
