> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/releases/2022/spring-22-release/advanced-ar.md).

# Advanced AR

![](/files/8WxJjWMNj6OUAKNlHzn9)

Advance AR is the next evolution of Augmented Reality experience for Commerce. Advance AR is faster, more visually accurate, and interactive.&#x20;

You have full control over the experience, including the loading screen, UI elements on the screen, and call to actions (like “Add to Cart”).&#x20;

![](/files/ORGQLbJTsZuLa3fu19Y1)

Advance AR unlocks configuration within AR so Customers can continue to personalize your products in their space. This includes changing product options, like materials and parts, and spatial or modular configuration, like moving individual parts within the space independently of each other.

<figure><img src="/files/gaajP2L5Y8nGhpFZ8Ka4" alt=""><figcaption></figcaption></figure>

Advance AR must be turned on at an Organizational level from the Features page. It may be limited by device operating system if desired.

<figure><img src="/files/YykHx6i4paDp06WtiXGs" alt="" width="329"><figcaption></figcaption></figure>

Once turned on, a new Advance AR toggle is available on the individual Item page.

<figure><img src="/files/zQQ8eRb9gBM5YalaGtEM" alt="" width="348"><figcaption></figcaption></figure>

Edit the item to toggle it.


---

# 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://community.threekit.com/releases/2022/spring-22-release/advanced-ar.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.
