# Guides Overview

Udon Toolkit might be a bit weird to use at first, so here are some examples of real-world things you might want to build with it.

The basic principle of most things in the Toolkit is that there are `Triggers` and `Actions`.\
`Triggers` react to player's input and call `Actions` to do things in the world, if you think about Toolkit in those terms - you should be up and running in notime!


---

# 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://ut.orels.sh/v0.x/guides/guides-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.
