> 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/commerce-and-integrations/shopify/getting-started.md).

# Getting Started

Learn how to integrate Mimeeq's 3D product configurator with your Shopify store. Setup guide covers admin settings, theme installation, error recovery & more.

Welcome to Mimeeq's 3D product configurator for Shopify! This guide will help you transform your online store with interactive 3D product experiences that boost customer engagement and drive sales.

{% hint style="info" %}
📌 Note: To use our Shopify integration, you need an active Mimeeq Account. If you don't have one yet, reach out to our team to get started.
{% endhint %}

## Content

1. [Shopify Admin App Settings](#shopify-admin-app-settings)
2. [Shopify App Theme Extension - Configure your Store Front](#shopify-app-theme-extension-configure-your-store-front)
3. [Error Recovery Center](#error-recovery-center)
4. [Setting Up Email Notifications](#setting-up-email-notifications)
5. [What's New - Version Updates](#whats-new-version-updates)
6. [Frequently Asked Questions](#frequently-asked-questions)

## Shopify Admin App Settings

[Admin App Settings](/commerce-and-integrations/shopify/admin-settings.md) control how Mimeeq works with your store. Don't worry - we'll guide you through each option so you can set things up just right.

**You'll learn how to:**

* How to configure API key
* Set up email alerts for important issues
* How to handle cart and pricing configuration
* How to connect your products with Mimeeq

## Shopify App Theme Extension - Configure your Store Front

Adding 3D configurators to your store is easier than you think! [Our drag-and-drop tool](/commerce-and-integrations/shopify/theme-extension.md) works with your current theme - no coding needed.

**We'll show you how to:**

* Add configurator to any product page
* Set up helpful error messages for customers
* Configure UI elements

## Error Recovery Center

Sometimes customers run into issues - maybe a product won't load or they can't add to cart. Our [Error Recovery Center](/commerce-and-integrations/shopify/error-recovery.md) helps you catch these problems fast and keep your customers happy.

**Here's what it does:**

* Keeps detailed records of each error
* Collects customer contact info (if they share it)
* Lets you export data for deeper analysis

## Setting Up Email Notifications

Don't wait to find out about problems. Set up [email alerts](/commerce-and-integrations/shopify/error-notifications.md) and know right away when customers need help.

**Get notified about:**

* Products showing zero price
* 3D configurators not loading
* Add to cart problems
* Out of stock issues

## Whats New - Version Updates

We're always improving our Shopify App to help your business grow. Check our[ latest updates](/commerce-and-integrations/shopify/changelog.md) regularly to discover new tools and features that can boost your sales.

**In our updates, you'll find:**

* What's new in each release
* Simple guides for using new features
* Fixes for any issues

## Frequently Asked Questions

Got questions? We've got answers! Our[ FAQ ](/commerce-and-integrations/shopify/faq.md)covers everything from "How do I install this?" to "What if something goes wrong?"


---

# 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/commerce-and-integrations/shopify/getting-started.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.
