# Import & Export Option Sets

Running multiple Shopify stores? No need to recreate option sets from scratch. Globo makes it easy to **import/export option sets** via CSV.

## <mark style="color:blue;">Export Option Set</mark>

{% stepper %}
{% step %}
Go to **Option Sets** in the left menu
{% endstep %}

{% step %}
Select the sets you want to export.
{% endstep %}

{% step %}
Click the **Export Option sets** button.

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

A CSV file will be downloaded to your device — save it for reuse.
{% endstep %}
{% endstepper %}

## <mark style="color:blue;">Import Option Sets</mark>

{% stepper %}
{% step %}
Go to **Option Sets**.
{% endstep %}

{% step %}
Click **Import Option Sets**.

<figure><img src="/files/npEpK5aE9EkVbMUXElyz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Upload a properly formatted CSV file [(UTF-8 encoding required)](https://www.w3schools.com/charsets/ref_html_utf8.asp).
{% endstep %}

{% step %}
Click **Upload and Continue** — and your sets will appear!

<figure><img src="/files/1iAz23jbSEMCSv4cVRAp" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### 🧠 CSV Format Overview

Here are some important columns in your CSV file:

| Column            | Description                                       |
| ----------------- | ------------------------------------------------- |
| **option\_id**    | Unique ID for each option (e.g., `text-1`)        |
| **option\_type**  | Type of input (text, select, radio, file, etc.)   |
| **option\_label** | Label shown on the product page                   |
| **option\_name**  | Internal name shown in cart/checkout              |
| **required**      | Yes / No                                          |
| **option\_value** | Option values (for select, checkbox, etc.)        |
| **addon**         | Add-on price (number only, no currency symbols)   |
| **products**      | Assign to products manually by ID or set to `all` |

***

### 🔹 Additional Tips

* Make sure your CSV files use **UTF-8** encoding.
* For color swatches, use a hex code (`#FF0000`). For image swatches, use an image URL.
* Paragraph options can be used to add explanatory text blocks between options.

📧 **Need Help?**\
If you run into any issues while setting up your option set, feel free to reach out to us at **Chat** or email **<contact@globosoftware.net>**.

We’re always here and happy to help — with sincerity and care!


---

# 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.globo.io/options/option-set-configurations/import-and-export-option-sets.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.
