# ENGAGE SDK overview

You can use the tools in the ENGAGE SDK to create IFX and locations that you want to use in the ENGAGE app. The ENGAGE SDK is a Unity project. To use the ENGAGE SDK you must have the appropriate version of the Unity Editor installed on your computer.

{% hint style="warning" %}
For compatibility with the ENGAGE SDK, we currently recommend that you use **Unity 2022.3.32**. However, we don't anticipate any issues if you continue to use the previously recommended version of **Unity 2021.3.37**.
{% endhint %}

After you register as an ENGAGE developer, the ENGAGE team creates a repository for you on GitHub. This repository contains the ENGAGE SDK Unity project.

After you create your locations or IFX, you push them to your GitHub repository. You can then request that the ENGAGE team review your resources and register them on the ENGAGE servers. In the majority of cases, access to your resources will be limited to a specific Enterprise group. However, you can discuss other models of availability, which includes public availability, with the ENGAGE team.

![Overview of ENGAGE SDK process](https://2640392766-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5yxYHsXtlAaoMUrDWhLm%2Fuploads%2FEzNO9Nqec7Bfi2SFHBfZ%2Fsdk_arch_overview.png?alt=media\&token=2c9c14a4-6bfd-4224-a624-82de0e3a695c)


---

# 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.engagevr.io/developer/readme.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.
