> For the complete documentation index, see [llms.txt](https://illust.gitbook.io/illust-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://illust.gitbook.io/illust-studio/getting-started/simple-tutorials.md).

# 🧑‍🏫 Simple Tutorials

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td><td>A short overview of the AR Studio and placing a work.</td><td></td><td><a href="/files/40sP0crRceN7BmGM2Vkn">/files/40sP0crRceN7BmGM2Vkn</a></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><a href="/pages/1pNpox5gs9C2My4iBfXf">/pages/1pNpox5gs9C2My4iBfXf</a></td><td>Present an AR experience to the world in under 2 minutes!</td><td></td><td><a href="/files/HUjPrjT9dvHCMcdIJ3Rk">/files/HUjPrjT9dvHCMcdIJ3Rk</a></td><td><a href="/pages/1pNpox5gs9C2My4iBfXf">/pages/1pNpox5gs9C2My4iBfXf</a></td></tr><tr><td><a href="/pages/HKi0EjnzIPW6fr2LIwUN">/pages/HKi0EjnzIPW6fr2LIwUN</a></td><td>Lead your audience on a hunt for clues using the map and AR text.</td><td></td><td><a href="/files/nmjzNk7RDdDiYAN2nGz8">/files/nmjzNk7RDdDiYAN2nGz8</a></td><td><a href="/pages/HKi0EjnzIPW6fr2LIwUN">/pages/HKi0EjnzIPW6fr2LIwUN</a></td></tr><tr><td><a href="/pages/4ltKve2j3b51h9JadmNE">/pages/4ltKve2j3b51h9JadmNE</a></td><td>A demonstration on using Studio Face Effects to engage your audience</td><td></td><td><a href="/files/b6ubplfJu4BxDLakzK60">/files/b6ubplfJu4BxDLakzK60</a></td><td><a href="/pages/4ltKve2j3b51h9JadmNE">/pages/4ltKve2j3b51h9JadmNE</a></td></tr><tr><td><a href="/pages/m4mQlj9NApIXCZc2cXpb">/pages/m4mQlj9NApIXCZc2cXpb</a></td><td>Bring life to your 3D experiences by pairing music with your AR encounter.</td><td></td><td><a href="/files/bZu5TuMwxZNBl18n8PqK">/files/bZu5TuMwxZNBl18n8PqK</a></td><td><a href="/pages/m4mQlj9NApIXCZc2cXpb">/pages/m4mQlj9NApIXCZc2cXpb</a></td></tr><tr><td><a href="/pages/mbFt3KSIJgB2A28S5cPL">/pages/mbFt3KSIJgB2A28S5cPL</a></td><td>Great for tour guides, instructions, and exclusive information!</td><td></td><td><a href="/files/2NnBD2FZgiU2GtFP0hFZ">/files/2NnBD2FZgiU2GtFP0hFZ</a></td><td><a href="/pages/mbFt3KSIJgB2A28S5cPL">/pages/mbFt3KSIJgB2A28S5cPL</a></td></tr></tbody></table>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://illust.gitbook.io/illust-studio/getting-started/simple-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
