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