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

# FAQs

- [About Whiley Mai](https://erickson.gitbook.io/themes/faqs/about-whiley-mai.md)
- [Demo store](https://erickson.gitbook.io/themes/faqs/demo-store.md): If you are inspired by the setup of our demo store and want use the same sections and block combinations to build your store, then here is a summary of how we have setup our presets.
- [Theme Updates](https://erickson.gitbook.io/themes/faqs/theme-updates.md)
- [Support](https://erickson.gitbook.io/themes/faqs/support.md)
- [Multiple theme licensing](https://erickson.gitbook.io/themes/faqs/support/multiple-theme-licensing.md)
- [Refunds](https://erickson.gitbook.io/themes/faqs/support/refunds.md)
- [Theme housekeeping](https://erickson.gitbook.io/themes/faqs/support/theme-license.md)
- [Custom coding](https://erickson.gitbook.io/themes/faqs/custom-coding.md)
- [How to confirm your current theme version](https://erickson.gitbook.io/themes/faqs/how-to-confirm-your-current-theme-version.md)
- [Subscriptions](https://erickson.gitbook.io/themes/faqs/subscriptions.md)
- [Size guide](https://erickson.gitbook.io/themes/faqs/size-guide.md): Size guides are a great way to keep customers informed when making purchases on your online store. You can expect to see a reduction in return orders as a result of people ordering sizes that fit them
- [Storefront wording/languages](https://erickson.gitbook.io/themes/faqs/storefront-wording.md)


---

# 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://erickson.gitbook.io/themes/faqs.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.
