> 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/create-the-neo4j-graph/run-datashare-with-the-neo4j-plugin.md).

# Install Neo4j plugin

## Install the Neo4j plugin

Install the Neo4j plugin following [these instructions](/datashare/local-mode/plugins-and-extensions.md).

## Configure the Neo4j plugin

1\. At the bottom of the menu, click on the '**Settings**' icon:

<figure><img src="/files/MDEiu5GDx7e9F6nSfiqh" alt="Screenshot of Datashare&#x27;s homepage with the Settings icon at the bottom of the menu highlighted"><figcaption></figcaption></figure>

2\. Make sure the following settings are properly set:

* `Neo4j Host` should be `localhost` or the address where your Neo4j instance is running
* `Neo4j Port` should be the port where your Neo4j instance is running (`7687` by default)
* `Neo4j User` should be set to your Neo4j user name (`neo4j` by default)
* `Neo4j Password` **should only be set if your Neo4j user is using password authentication**

3\. **When running `Neo4j Community Edition`, set the `Neo4j Single Project` value**. In community edition, the Neo4j DBMS is restricted to a single database. Since Datashare supports multiple projects, you must set the `Neo4j Single Project` with the name of the project which will use Neo4j plugin. **Other projects won't be able to use the Neo4j plugin**.

4\. Restart Datashare to apply the changes. Check how for [Mac](/datashare/local-mode/install-datashare-on-mac/open-datashare-on-mac.md), [Windows](/datashare/local-mode/install-datashare-on-windows/open-datashare-on-windows.md) or [Linux](/datashare/local-mode/install-datashare-on-linux/open-datashare-on-linux.md).

5\. Go to '**Projects**' > **your project's page** > the **Graph** tab. You should see the Neo4j widget. After a little while, its status should be `RUNNING`:

<figure><img src="/files/vaLEGiErdzex8mPMVOnn" alt="Screenshot of a Project&#x27;s page on the Graph tab with the Running status highlighted"><figcaption></figcaption></figure>

You can now [create the graph](/datashare/local-mode/create-the-neo4j-graph/create-and-update-the-graph.md).


---

# 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/create-the-neo4j-graph/run-datashare-with-the-neo4j-plugin.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.
