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

# On your computer

- [About the local mode](https://icij.gitbook.io/datashare/local-mode/about-the-local-mode.md)
- [Embedded mode](https://icij.gitbook.io/datashare/local-mode/about-the-local-mode/embedded-mode.md)
- [Install on Mac](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-mac.md): These pages will help you set up and install Datashare on your computer.
- [Install Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-mac/install-datashare.md)
- [Start Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-mac/open-datashare-on-mac.md): Find the Datashare application on your computer and run it locally on your browser.
- [Add documents to Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-mac/add-documents-to-datashare-on-mac.md): Datashare provides a folder on your Mac to collect documents you want to have in Datashare.
- [Install on Windows](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-windows.md): These pages will help you set up and install Datashare on your computer.
- [Install Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-windows/install-datashare.md): You must have Windows 7 Service Pack 2 or any newer version.
- [Start Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-windows/open-datashare-on-windows.md): Find the application on your computer and run it locally in your browser.
- [Add documents to Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-windows/add-documents-to-datashare-on-windows.md): Datashare provides a folder to collect documents on your computer to index in Datashare.
- [Install on Linux](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-linux.md): These pages will help you set up and install Datashare on your computer.
- [Install Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-linux/install-datashare.md)
- [Start Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-linux/open-datashare-on-linux.md): Find the application on your computer and run it locally on your browser.
- [Add documents to Datashare](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-linux/add-documents-to-datashare-on-linux.md): Datashare provides a folder to collect documents on your computer to index in Datashare.
- [Install with Docker](https://icij.gitbook.io/datashare/local-mode/install-with-docker.md): This page will help you set up and install Datashare within a Docker.
- [Find entities](https://icij.gitbook.io/datashare/local-mode/find-entities.md): This page helps you find entities (people, organizations, locations, e-mail addresses) in your documents.
- [Add more languages](https://icij.gitbook.io/datashare/local-mode/add-more-languages.md): This page explains how to install language packages to support Optical Character Recognition (OCR) on more languages.
- [Install plugins and extensions](https://icij.gitbook.io/datashare/local-mode/plugins-and-extensions.md): This page explains how to locally add plugins and extensions to Datashare.
- [Neo4j](https://icij.gitbook.io/datashare/local-mode/create-the-neo4j-graph.md): This page explains how to setup Neo4j, install the Neo4j plugin and create a graph on your computer.
- [Install Neo4j plugin](https://icij.gitbook.io/datashare/local-mode/create-the-neo4j-graph/run-datashare-with-the-neo4j-plugin.md)
- [Create and update Neo4j graph](https://icij.gitbook.io/datashare/local-mode/create-the-neo4j-graph/create-and-update-the-graph.md): This page describes how to create and maintain your neo4j graph up to date with your computer's Datashare projects


---

# 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://icij.gitbook.io/datashare/local-mode.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.
