# AR Foundation

- [Intro to AR Foundation](https://dots-tutorial.moetsi.com/ar-foundation/intro-to-ar-foundation.md): Code and workflows to integrate AR Foundation into your desktop build
- [Set Up AR Foundation and ARKit](https://dots-tutorial.moetsi.com/ar-foundation/set-up-ar-foundation-and-arkit.md): Code and workflows to implement AR Foundation and ARKit in your project to create an AR build
- [Spawn a Player using AR Foundation](https://dots-tutorial.moetsi.com/ar-foundation/spawn-a-player-using-ar-foundation.md): Code and workflows for using AR Foundation to spawn an AR Player
- [Update UI using AR Foundation](https://dots-tutorial.moetsi.com/ar-foundation/update-ui-using-ar-foundation.md): Code and workflows to optimize and update the UI in our AR enabled project


---

# 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://dots-tutorial.moetsi.com/ar-foundation.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.
