> For the complete documentation index, see [llms.txt](https://4sh-templates.gitbook.io/opulent-os2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://4sh-templates.gitbook.io/opulent-os2.0/getting-started/install-opulent-theme.md).

# 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
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://4sh-templates.gitbook.io/opulent-os2.0/getting-started/install-opulent-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.
