# Unity

- [Installation](https://docs.echo3d.com/unity/installation.md): Learn how to integrate our system with Unity.
- [Using the SDK](https://docs.echo3d.com/unity/using-the-sdk.md): Learn how to use our Unity SDK.
- [Script Settings](https://docs.echo3d.com/unity/script-settings.md): Adjust the behavior of your assets. Please review the Readme included with the SDK for additional details.
- [Transforming Content](https://docs.echo3d.com/unity/transforming-content.md): Learn how to send real-time updates and control animations with our Unity SDK
- [Edit Code](https://docs.echo3d.com/unity/edit-code.md): Learn how to add code to your Unity project while getting data from the cloud.
- [Adding AR Capabilities](https://docs.echo3d.com/unity/adding-ar-capabilities.md): Learn how to add AR capabilities to your cloud-connected Unity project.
- [Troubleshooting](https://docs.echo3d.com/unity/troubleshooting.md): What to do when things don't work as expected with building your Unity app.


---

# 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.echo3d.com/unity.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.
