> For the complete documentation index, see [llms.txt](https://docs.variant3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.variant3d.com/variant-js-sdk.md).

# Variant V2 SDK

- [Embedding the SDK](https://docs.variant3d.com/variant-js-sdk/embedding-the-sdk.md): Using the Variant V2 SDK on your webpage or e-commerce site
- [Setting Mesh Options](https://docs.variant3d.com/variant-js-sdk/setting-mesh-options.md): Enabling/Disabling meshes and mesh groups in your variant.
- [Moving, Rotating & Scaling Objects](https://docs.variant3d.com/variant-js-sdk/moving-rotating-and-scaling-objects.md): Placing, rotating and scaling meshes and mesh groups in your variant.
- [Setting Material Options](https://docs.variant3d.com/variant-js-sdk/setting-material-options.md): Applying your materials to meshes and groups of meshes, and changing material properties.
- [Setting Texture Options (Beta)](https://docs.variant3d.com/variant-js-sdk/setting-texture-options-beta.md): Replacing, scaling, moving and rotating textures.
- [Setting Morph Options (Beta)](https://docs.variant3d.com/variant-js-sdk/setting-morph-options-beta.md): Create linear transforms that can create limitless variations in your meshes shape.
- [Launching an AR Quicklook](https://docs.variant3d.com/variant-js-sdk/launching-a-quicklook.md): How to start an AR experience on mobile devices
- [Embedding the 3D viewer on your webpage](https://docs.variant3d.com/variant-js-sdk/showing-product-variants-on-webpages.md): Embedding a viewer for desktop users, or moblie previews before an AR quicklook.
- [Browser/Hardware Compatibility](https://docs.variant3d.com/variant-js-sdk/browser-hardware-compatibility.md)


---

# 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://docs.variant3d.com/variant-js-sdk.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.
