# UdonToolkit

## v1.x

- [UdonToolkit](https://ut.orels.sh/master.md): Purpose-built Udon Behaviours and tools to make your own
- [Behaviours Overview](https://ut.orels.sh/behaviours/overview.md): General info on UdonToolkit behaviours
- [Misc Behaviours](https://ut.orels.sh/behaviours/misc-behaviours.md): A collection of small, general / single purpose built behaviours
- [Camera System](https://ut.orels.sh/systems/camera-system.md): A Depth of Field camera system with VR Friendly physical controls and a desktop mode
- [Flight System](https://ut.orels.sh/systems/flight-system.md): Add the power of flight to your world
- [Presentation System](https://ut.orels.sh/systems/presentation-system.md): A turn-key solution for Virtual Conferences
- [Attributes Overview](https://ut.orels.sh/attributes/attributes-overview.md): A collection of attributes to create custom UIs for your own behaviours
- [Attributes List](https://ut.orels.sh/attributes/attributes-list.md): A collection of attributes to create custom UIs for your own behaviours
- [Creating Custom Attributes](https://ut.orels.sh/attributes/creating-custom-attributes.md): Udon Toolkit can be extended with your own custom attributes! All you need is inherit from one of the classes provided below
- [Guides Overview](https://ut.orels.sh/guides/guides-overview.md)
- [Mirror Toggle](https://ut.orels.sh/guides/mirror-toggle.md): An example of setting up a mirror toggle via UI Button
- [Teleport Players](https://ut.orels.sh/guides/teleport-players.md): This guide describes 2 of the most common ways to teleport players
- [Migration to v1.0.0](https://ut.orels.sh/extras/migration-to-v1.0.0.md)
- [Migration to v0.4.0](https://ut.orels.sh/extras/migration-to-v0.4.0.md)
- [UT Controllers](https://ut.orels.sh/extras/ut-controllers.md): Create custom behaviour UIs for your own code

## v0.x

- [UdonToolkit v0.x](https://ut.orels.sh/v0.x/master.md): Purpose-built Udon Behaviours and tools to make your own
- [Behaviours Overview](https://ut.orels.sh/v0.x/behaviours/overview.md): General info on UdonToolkit behaviours
- [Misc Behaviours](https://ut.orels.sh/v0.x/behaviours/misc-behaviours.md): A collection of small, general / single purpose built behaviours
- [Camera System](https://ut.orels.sh/v0.x/systems/camera-system.md): A Depth of Field camera system with VR Friendly physical controls and a desktop mode
- [Flight System](https://ut.orels.sh/v0.x/systems/flight-system.md): Add the power of flight to your world
- [Presentation System](https://ut.orels.sh/v0.x/systems/presentation-system.md): A turn-key solution for Virtual Conferences
- [Attributes Overview](https://ut.orels.sh/v0.x/attributes/attributes-overview.md): A collection of attributes to create custom UIs for your own behaviours
- [Attributes List](https://ut.orels.sh/v0.x/attributes/attributes-list.md): A collection of attributes to create custom UIs for your own behaviours
- [Guides Overview](https://ut.orels.sh/v0.x/guides/guides-overview.md)
- [Mirror Toggle](https://ut.orels.sh/v0.x/guides/mirror-toggle.md): An example of setting up a mirror toggle via UI Button
- [Migration to v0.4.0](https://ut.orels.sh/v0.x/extras/migration-to-v0.4.0.md)
- [UT Controllers](https://ut.orels.sh/v0.x/extras/ut-controllers.md): Create custom behaviour UIs for your own code


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ut.orels.sh/master.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.
