> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/augmented-reality/ar-only-materials.md).

# AR-Only Materials

## Why and when to set a Alternative AR Material

Many advanced 3d material parameters are not supported in AR

{% hint style="info" %}
Read more about Material Parameters Not Supported by AR in [this article](/augmented-reality/unsupported-parameters.md)
{% endhint %}

When creating complex materials like velvet which uses, for example Anisotropy, the result on the browser looks great but for AR the material can appear completely different, specifically and most importantly a different tone.

By adding an alternate material for AR the product admin can make a simplified material for AR and the result is that you do not have to compromise your browser rendered model.

## How to Set the Alternative Material and

1. Option Set

When you assign the material to the particular option in the option set you can now also assign the alternative AR Material.

{% hint style="warning" %}
It is optional, meaning if you leave it empty, the main 3d material will be displayed in AR.
{% endhint %}

![Option Set AR Material](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FNUuaKdUqwHeHyLGLPMPf%2Fsimplified-version_1fd8h3p.png?alt=media)

2. Override Material Rule

You can also assign the alternative AR material when you override the static material using the rule on the product level.

![Override material rule with alternative AR material](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2F3svIQ6EuB0fgZ1jtMvSP%2Fimage_78fdj3.png?alt=media)


---

# 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://help.mimeeq.com/augmented-reality/ar-only-materials.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.
