# Configuration

To get started with **Unity Visual Scripting**, you first need to make sure that all the assemblies are properly set up. This will allow you to use your all the supported features directly in the visual scripting environment. Here’s how to do it:

#### Navigating to the Settings

To begin, you’ll need to navigate to the **Visual Scripting** settings within Unity:

1. Go to the **Edit** menu and select **Project Settings**.
2. In the settings window, find and select the **Visual Scripting** section.
3. tap on **Initialize Visual Scripting**

<figure><img src="/files/172xOwnjnoEvZsmDr53C" alt=""><figcaption></figcaption></figure>

#### Enabling the Assemblies

Once you’re in the Visual Scripting settings, follow these steps:

* Under the **Node Library** section, there is the **Assemblies** list.
* Tap the + button

<figure><img src="/files/mpkaPSdjg1EHnv3BthuM" alt=""><figcaption></figcaption></figure>

* add the following assemblies
  * Newtonsoft.Json
  * Unity.AI.Navigation

<figure><img src="/files/iNwlDpYd1U7Aw62iZUeJ" alt=""><figcaption></figcaption></figure>

* After enabling the assemblies, click **Regenerate Nodes**. This will refresh the available nodes in the **Graph Explorer**, making them accessible for use in visual scripts.

<figure><img src="/files/te63mHjQgPzzv1NgYPMu" alt=""><figcaption></figcaption></figure>


---

# 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://docs.overthereality.ai/over-sdk-manual/sdk-coding-nodes/configuration.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.
