> For the complete documentation index, see [llms.txt](https://qodex.gitbook.io/shopify-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qodex.gitbook.io/shopify-docs/greeting.md).

# Greeting

> First of all, we would like to thank you for your trust and choosing our Theme.
>
> We want to express our gratitude for your recent purchase from our store. Your support means everything to us, and we're here to ensure that you're completely satisfied with your purchase.
>
> — From the [QODEX](https://themeforest.net/user/qodex)

## Below are special offers or useful resources for you:&#x20;

1. **Open a Store for FREE** => [**Enjoy 3 months of Shopify for $1/month**](https://shopify.pxf.io/Mmd04P)
2. **Support Mail** => [**Contact now**](mailto:qodexweb@gmail.com)

> We are using email for support, you can contact via email <qodexweb@gmail.com>

3. **My portfolio** => [**Here**](https://themeforest.net/user/qodex)

> You can also reach out through this channel for additional support from us, and it also offers you more options on other Themes.


---

# 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://qodex.gitbook.io/shopify-docs/greeting.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.
