# Install Opulent Theme

## Get the Theme Package

{% hint style="success" %}
Locate the file: opulent - x.x.x.zip. This is..."
{% endhint %}

## Upload the Theme

{% hint style="success" %}
"After obtaining the theme file, you're ready to upload it to your Shopify store.

Instructions:

1. Navigate to your Shopify dashboard and select Online Store.
2. Within the Theme library, choose Add theme > Upload zip file.
3. In the Upload theme dialog, click on Add file and choose the file you wish to upload.
4. Finally, click Upload file to complete the process."
   {% endhint %}

<figure><img src="/files/u4cFXO1LXS5R4gNJImmA" alt=""><figcaption><p>Wait until the uploading process finishes. Then you can customize and publish your opulent theme 🙌</p></figcaption></figure>

Import the sample data to your theme

{% hint style="success" %}
"Navigate to your Shopify dashboard and select Online Store > Actions > Edit code.

Access the files in the theme code and update the content with the ones found in the sample data folder:

* For templates/index.json: Copy and replace the content of the file templates/index.json.
* For settings\_data.json: Copy and replace the content of the file config/settings\_data.json.

Ensure to save all the modifications."
{% endhint %}

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

<figure><img src="/files/b6dSUiYcMIbbIC9lWrDU" 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://4sh-templates.gitbook.io/opulent-os2.0/getting-started/install-opulent-theme.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.
