# Add the Magic: Details that Sell

Turn every design into a masterpiece with the right details. From a captivating **name** and enticing **description** to setting the perfect **price** and marking your **featured items**—these small touches make a big difference.

### How to define the product details?

To create your own Boutique or Components collection, you must start by preparing your `.3dm` files with a minimum amount of information entered in the **Boutique Panel**, available from the **File** menu in RhinoArtisan. In this panel, you can fill out the following details for each design:

* **Name** (required)
* **Description** (required)
* SKU
* Regular Price
* Sale Price
* Highlight (to mark featured items)

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

Only the **Name** and **Description** are mandatory, as these will appear under each item's image when browsing the collection.

You’ll also need a **cover image** for your collection:

* The image must be named `Collection.jpg` for Boutique collections or `Components.jpg` for Components collections.
* It must be placed in the **same folder** as the `.3dm` files.

Additionally, you can provide **individual preview images** for each design:

* Each image must have the **same name** as its corresponding `.3dm` file.
* If no image is provided, RhinoArtisan will automatically generate one by capturing a viewport screenshot of the model.

If you want to offer **multiple metal color options** (such as white, yellow, or rose gold) for a design, you can activate the **Multi-Metal Selector** during the collection creation.\
To enable this feature:

* Include additional images named by adding a suffix to the `.3dm` filename:
  * **W** for White
  * **Y** for Yellow
  * **R** for Rose
* For example, if a design is named **BE1001**, you should provide:
  * `BE1001` (main image)
  * `BE1001W` (white metal version)
  * `BE1001Y` (yellow metal version)
  * `BE1001R` (rose metal version)

This allows users to switch between metal color options through a color selector located in the top right corner when viewing the collection.

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


---

# 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.rhinoartisan.com/retail/bring-your-jewelry-collections-to-life/add-the-magic-details-that-sell.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.
