# Set up my store as Nimbus demo

To import and configure your store as a demo, ensure that **your theme is not in trial mode** and proceed with the steps outlined below.

## Get the sample data

{% hint style="success" %}
Once you've added the theme to your Shopify store, click the links below to download the desired demo sample data.
{% endhint %}

| Demo    | Sample Data                                                                                    |
| ------- | ---------------------------------------------------------------------------------------------- |
| Bright  | [Download](https://drive.google.com/file/d/14CcPNZaxl6IX_LchnanYBIhqR94pj_vf/view?usp=sharing) |
| Harmony | [Download](https://drive.google.com/file/d/1raxCArtJN7VrphNB-v6tTm0x6XE3ozLi/view?usp=sharing) |
| Organic | [Download](https://drive.google.com/file/d/1Ger5ILeyitazoF7b_nNw6F23qTb3zPGr/view?usp=sharing) |
| Palette | [Download](https://drive.google.com/file/d/1RVnYY_2xTcYBYzj3LCCiNlOYSebM_wMP/view?usp=sharing) |

{% hint style="success" %}
Each sample data folder contains files in **JSON** format.
{% endhint %}

## Import the sample data to your theme

{% hint style="success" %}
**Steps:**

1. From your Shopify dashboard, go to **Online Store** > **Actions** > **Edit code.**
2. Access the theme files in the theme code and update their content by replacing it with the corresponding files from the sample data folder.

**templates/index.json:** copy and replace the content of the file **templates/index.json.**

**sections/header-group.json:** copy and replace the content of the file **sections/header-group.json**.

**sections/footer-group.json:** copy and replace the content of the file **sections/footer-group.json**.

1. **Save** all the changes.
   {% endhint %}


---

# 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://oranthemes.gitbook.io/nimbus-theme/getting-started/set-up-my-store-as-nimbus-demo.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.
