> For the complete documentation index, see [llms.txt](https://mazingxr.gitbook.io/mazing-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mazingxr.gitbook.io/mazing-world/project-management/integration-support.md).

# Integration Support

To complete or support you with the 3D/AR integration, Mazing may need temporary access to your store backend. This allows us to set up, test, and publish your 3D/AR product displays without disrupting your existing setup.

***

### Shopify

1. **Provide myshopify.com domain + collaborator access code**<br>

   <figure><img src="/files/RbGxjD2kSjNCDqIjA4Po" alt=""><figcaption></figcaption></figure>
2. **We send a Partner Access Request**
   * We’ll send you a Shopify Partner request from our Mazing partner account.
   * In your Shopify admin, go to **Settings → Users and permissions → Collaborators**.
   * Approve our request and **provide the Collaborator Code** if your store requires it.
3. **Permissions Needed**

   * Themes
   * Apps
   * *Optional: Product*&#x20;
   * *Optional: Report*

   <figure><img src="/files/PTMNNIRnhmdIpdFyyQ79" alt=""><figcaption></figcaption></figure>

***

### Magento (Adobe Commerce)

1. **Create a New Admin User**
   * Navigate to **System → Permissions → All Users → Add New User**.
   * Fill in a username (e.g., `mazing`), email, and temporary password.
   * Under **User Role**, assign the role with access to **Products** and **Content**.
2. **Send Credentials Securely**
   * Share the login details via a secure method (e.g., encrypted email link or password manager invite).

***

### Shopware

1. **Add a New User**
   * Go to **Settings → System → Users & Permissions → Add User**.
   * Assign a role that grants access to **Products** and **Themes**.
2. **Send Access**
   * Share the login URL, username, and temporary password securely.

***

### Other Platforms

If you’re using a different e-commerce system:

* Please create a temporary user with product management and theme/content editing rights.
* Send us the access credentials securely.
* We will only use this access for integration and testing, and you can revoke it after the setup is complete.

***

**Security Note:**\
Mazing will only request the minimum permissions needed. Access can be removed immediately after the 3D integration is live.


---

# 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://mazingxr.gitbook.io/mazing-world/project-management/integration-support.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.
