# Set up my store as Sleek demo

<figure><img src="/files/S54uJPoZFr1t8eVMKVmA" alt=""><figcaption><p><a href="https://chromewebstore.google.com/detail/foxtransfer-html-to-shopi/babcinhpofjfhjjbcnjhoikcjbgebimb?utm_source=foxecom&#x26;utm_medium=helpcenter&#x26;utm_campaign=foxtransfer_launch">Install FoxTransfer Chrome Extension FREE here</a></p></figcaption></figure>

Sleek offers [5 demos](https://themes.shopify.com/themes/sleek) ([Sleek](https://themes.shopify.com/themes/sleek/styles/sleek), [Wildpeak](https://themes.shopify.com/themes/sleek/styles/wildpeak/preview), [Jumped](https://themes.shopify.com/themes/sleek/styles/jumped/preview), [Modiva](https://themes.shopify.com/themes/sleek/styles/modiva) and [Glint](https://themes.shopify.com/themes/sleek/styles/glint)) that are great starting points for building your eCommerce site to stand out from the crowd.

{% tabs %}
{% tab title="Glossy" %}

<figure><img src="/files/OZiVlTIJhPlz8YpReFu6" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Wildpeak" %}

<figure><img src="/files/TUU87wPe97XsrUhguwku" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Jumped" %}

<figure><img src="/files/H20E0glce6lB3NMgIJyN" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Modiva" %}

<figure><img src="/files/3Y226AgBpUQkjvcyhom3" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Glint" %}

<figure><img src="/files/BgvONNWq8jLaqPT3Aapy" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

If you want to import and set up your store as a demo, make sure **your theme is not in the trial mode** and follow the steps below.

## Get the sample data <a href="#get-the-sample-data" id="get-the-sample-data"></a>

{% hint style="success" %}
After adding the theme to your Shopify store, click on the links listed below to download the demo sample data you want.
{% endhint %}

| Demo     | Sample data                                                                    |
| -------- | ------------------------------------------------------------------------------ |
| Glossy   | [Download](https://minimog.s3.ap-southeast-1.amazonaws.com/sleek/glossy.zip)   |
| Modiva   | [Download](https://minimog.s3.ap-southeast-1.amazonaws.com/sleek/inove.zip)    |
| Jumped   | [Download](https://minimog.s3.ap-southeast-1.amazonaws.com/sleek/jumped.zip)   |
| Wildpeak | [Download](https://minimog.s3.ap-southeast-1.amazonaws.com/sleek/wildpeak.zip) |
| Glint    | [Download](https://minimog.s3.ap-southeast-1.amazonaws.com/sleek/refrakt.zip)  |

{% hint style="info" %}
In each sample data folder, you will find some files in ***.json*** format.
{% endhint %}

<figure><img src="/files/A20GrjGG666QkURfH1Wn" alt=""><figcaption><p>For example, in this inove file, you can find 2 major folders: 'templates' and 'sections'.</p></figcaption></figure>

<figure><img src="/files/ndpX4Zr3IqAi9dDS095k" alt=""><figcaption><p>Open the 'sections' folder, you will see the above .json files.</p></figcaption></figure>

## Import the sample data to your theme <a href="#import-the-sample-data-to-your-theme" id="import-the-sample-data-to-your-theme"></a>

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

1. From your Shopify dashboard, go to **Online Store** > **Actions** > **Edit code.**
2. Open the theme files in the theme code and replace the content with the corresponding files in 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**.

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

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

{% hint style="info" %}
Use the search bar to quickly search and navigate to the theme files you need.
{% 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://docs.foxecom.com/sleek-theme/getting-started/set-up-my-store-as-sleek-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.
