# Overview

Our OVER SDK enables developers to integrate, interact with, and publish experiences directly to our platforms. Designed for simplicity and flexibility, the SDK provides tools to streamline development and deployment.

To access the SDK, simply go to the **Window** menu in Unity and look for the **Over Editor** option.

<figure><img src="https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/eESqIBln1ZvvlfqrPe52/Immagine%202022-04-29%20162022.png" alt=""><figcaption></figcaption></figure>

Once opened, you will need to log in using the **access token** generated \[[here](https://builder.ovr.ai/dash/unity-sdk)]. Navigate to the **Over Editor** window in Unity, enter your token, and authenticate to start using the SDK.

<figure><img src="/files/X65snXkvbp25he7D54GN" 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-editor/overview.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.
