# Installation / Update

## Installation

1. Simply install the package from the Unity package manager \ <mark style="background-color:yellow;">Window / Package Manager</mark>

## Dependency

1. Databrain uses the official Unity Newtonsoft-json package, this dependency must therefore be installed. Unity usually does this automatically but, if not, simply open the Package Manager, click on the "+" button and select “add a package from git URL” and enter this URL: <mark style="background-color:yellow;">com.unity.nuget.newtonsoft-json</mark>

## Update

Before updating, please make sure to remove the complete Databrain folder. \
When updating an add-on remove the add-on folder.

## Update to 2.0

If you have the Logic add-on installed, please make sure to remove the Logic folder in the Databrain.Add-ons folder completely. The Logic node editor is now a part of the Databrain package by default.


---

# Agent Instructions: 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://giantgrey.gitbook.io/databrain/installation-update.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.
