> For the complete documentation index, see [llms.txt](https://jurisphere.gitbook.io/jurisphere-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jurisphere.gitbook.io/jurisphere-guide/file-library/overview-of-the-file-library.md).

# Overview of the File Library

The File Library provides a centralized location to manage and review your documents. It's a great starting point for you to begin your work on Jurisphere - you can view summaries in different formats, and access detailed information about each document.

**The File Library takes away the need to manually ask for a summary of your documents.** With the tool automatically reading and summarizing all your uploaded documents, you can get straight into your documents without any prompting. The in-line citations allow you to seamlessly reach relevant portions of your documents in a single click.

## Key Features

* **Centralized File Management:** Easily browse and upload files to your library.
* **Multiple View Options:** Switch between a `Table View` for detailed summaries and a `Chart View` for document category distribution.
* **Comprehensive Document Summaries:** Access key information such as Document Type, Title, Date, and a concise Summary for each file.
* **Detailed File View:** Click on any document to open a "details of file view" which provides an in-depth overview, key information, and clickable citations.
* **Downloadable Output:** Tabular overview and the summaries can be downloaded as a `.docx` file.

{% hint style="info" %}
If the auto-generated overview does not load or is incomplete, it may be an indication that [manual OCR is needed](/jurisphere-guide/file-upload-and-management/your-files-and-documents.md#when-is-manual-ocr-needed) on your document(s) before proceeding to other tools.
{% 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:

```
GET https://jurisphere.gitbook.io/jurisphere-guide/file-library/overview-of-the-file-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
