> 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/welcome-to-mimeeq.md).

# Welcome to Mimeeq

Everything you need to set up, configure, and embed your product configurator.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">What are you trying to do? </button>

### Where do you want to go?

From first setup to advanced integrations — find what you need below.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4>⚙️ <strong>Configurator</strong></h4></td><td>Build product experiences — options, rules, embeds, dimensions, and 3D assets.</td><td><a href="/configurator/getting-started.md">Getting started</a></td><td><a href="/configurator/options-and-widgets.md">Options &amp; widgets</a></td><td><a href="/configurator/rules.md">Rules</a></td><td></td></tr><tr><td><h4>🛒 <strong>Commerce &#x26; Integrations</strong></h4></td><td>Connect Mimeeq to your storefront — Shopify, WooCommerce, or custom.</td><td><a href="/commerce-and-integrations/shopify.md">Shopify</a></td><td><a href="/commerce-and-integrations/woocommerce.md">WooCommerce</a></td><td><a href="/commerce-and-integrations/custom-commerce.md">Custom Commerce</a></td><td></td></tr><tr><td><h4><strong>💰 Pricing &#x26; Codes</strong></h4></td><td>Set up prices, promotions, and connect your pricing API.</td><td><a href="/pricing-and-codes/pricing-setup/pricing-overview.md">Pricing Overview</a></td><td><a href="/pricing-and-codes/price-codes-and-promotions/promotional-prices.md">Promotional Prices</a></td><td><a href="/pricing-and-codes/price-codes-and-promotions/pricing-api.md">Pricing API</a></td><td></td></tr><tr><td><h4>📱 <strong>Augmented Reality</strong></h4></td><td>Prepare models and materials for AR experiences.</td><td><a href="/augmented-reality/ar-only-materials.md">AR-Only Materials</a></td><td><a href="/augmented-reality/low-poly-models.md">Low-Poly Models</a></td><td><a href="/augmented-reality/unsupported-parameters.md">Unsupported Parameters</a></td><td></td></tr><tr><td><h4>👥 <strong>Users &#x26; Permissions</strong></h4></td><td>Invite team members, manage partners, and control access.</td><td><a href="/users-and-permissions/authentication.md">Authentication</a></td><td><a href="/users-and-permissions/invite-team-members.md">Invite Team Members</a></td><td><a href="/users-and-permissions/invite-partners.md">Invite Partners</a></td><td></td></tr><tr><td><h4>✨ <strong>Mimeeq AI Studio</strong></h4></td><td>Generate scenes, packshots, and manage your media with AI.</td><td><a href="/mimeeq-ai-studio/overview.md">Overview</a></td><td><a href="/mimeeq-ai-studio/scene-generator.md">Scene Generator</a></td><td><a href="/mimeeq-ai-studio/packshot-generator.md">Packshot Generator</a></td><td></td></tr><tr><td><h4>🖥️ <strong>Platform</strong></h4></td><td>Manage your workspace — usage limits, file revisions, and custom fields.</td><td><a href="/platform/usage-dashboard.md">Usage Dashboard</a></td><td><a href="/platform/revisions.md">Revisions</a></td><td><a href="/platform/custom-fields.md">Custom Fields</a></td><td></td></tr><tr><td><h4>👩‍💻 <strong>Developer Guides</strong></h4></td><td>API keys, webhooks, events tracking, and custom UI.</td><td><a href="/developer-guides/api-keys.md">API Keys</a></td><td><a href="/developer-guides/events-and-tracking.md">Events &amp; Tracking</a></td><td><a href="/developer-guides/webhooks.md">Webhooks</a></td><td></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://help.mimeeq.com/welcome-to-mimeeq.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.
