> For the complete documentation index, see [llms.txt](https://docs.divisupply.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.divisupply.com/supreme-store/installing-the-child-theme.md).

# Installing the Child Theme

This guide will talk you through the Installation process of the "Supreme Store" Child Theme for Divi.

### Step 1. Download the Package

So the first step is to download the package and extract it to your computer.

{% hint style="info" %}
You don't need to extract the file If you've downloaded it from **Marketplace.**
{% endhint %}

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

### Step 2. Install the Demo Importer Plugin

You need to install the demo importer plugin for Supreme Store by going to Dashboard -> Plugins -> Add New.

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

Now on the next screen click the "Upload" button at the top and then upload the "supreme-store.zip" file from the package you've extracted. Then click the Install now button.

{% hint style="info" %}
If you downloaded from Marketplace, simply upload the main downloaded file here.
{% endhint %}

<figure><img src="/files/2dhdADUi0fNaA7KMfKBe" alt=""><figcaption></figcaption></figure>

Once Installed, It will ask you to Activate it as well. So all you need to do is Activate it.

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

So now you're done with the Installation Process. Head to the Demo Import Process!


---

# 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.divisupply.com/supreme-store/installing-the-child-theme.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.
