> For the complete documentation index, see [llms.txt](https://docs.nitroapps.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nitroapps.co/lumise/important-notices-before-using.md).

# \*\*Important Notices before using\*\*

**1.** Don’t let the Design be too big. It’s too slow for loading and rendering in the App. You should choose the size is about 20 cm for the edges of the design area. Or convert it to pixel unit.

<figure><img src="https://wiki.the4.co/wp-content/uploads/2019/11/Screenshot_1.png" alt=""><figcaption></figcaption></figure>

**2.** Don’t upload heavy product image to Product Base. Shopify only allows a maximum of 31MB.

<figure><img src="https://wiki.the4.co/wp-content/uploads/2019/11/Screenshot_30-1.png" alt=""><figcaption></figcaption></figure>

That 39 MB is the maximum size of an order set by Shopify; we can’t change that.

So you need to reduce the size of the uploaded images and reduce the size of the printing area here:

<figure><img src="https://wiki.the4.co/wp-content/uploads/2019/11/Screenshot_16-1.png" alt=""><figcaption></figcaption></figure>

**3.** When you use Lumise, there is no way to get a percentage discount (although a certain amount of discount is still allowed). It is also impossible to use a coupon code. This is a technical limitation problem. We’re so sorry for that.

<figure><img src="https://wiki.the4.co/wp-content/uploads/2019/11/Screenshot_2-1.png" alt=""><figcaption></figcaption></figure>

**4.** You have to prepare your own product images ( mask images) yourself to upload them to the App. You can use Photoshop to lean how to create these product images. Lumise is just a supportive tool.

**5.** To make the other products customizable, you have to go to Lumise Admin > Ad New Products Base. Our app does not use the **existing Shopify products** in your store. You need to create them once again in the app here.

<figure><img src="https://wiki.the4.co/wp-content/uploads/2019/11/Screenshot_14.png" alt=""><figcaption></figcaption></figure>


---

# 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.nitroapps.co/lumise/important-notices-before-using.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.
