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

# Flute Shopify

## New to Shopify? <a href="#newtoshopify" id="newtoshopify"></a>

\
Welcome to the Flute user documentation.

Set up your Flute theme instantly by browsing through support documentation.

If you're setting up a Shopify store for the first time, we recommend visiting the [Shopify Help Center](https://help.shopify.com/en) to familiarize yourself with the platform.

**Read the Shopify manual before you start**

* [Manual](https://help.shopify.com/manual)
* [Installing a new theme](https://help.shopify.com/en/manual/online-store/themes/adding-themes)
* [General settings](https://docs.shopify.com/manual/settings/general)
* [Create a page](https://help.shopify.com/en/manual/online-store/themes/theme-structure/pages)
* [Navigation](https://help.shopify.com/en/manual/online-store/menus-and-links)
* [Products](https://help.shopify.com/en/manual/products)
* [Collections](https://help.shopify.com/en/manual/products/collections)
* [Blogs](https://help.shopify.com/en/manual/online-store/blogs)
* [Customizing checkout page](https://help.shopify.com/en/manual/checkout-settings/checkout-style)
* [Translating your theme into another language](https://help.shopify.com/en/manual/online-store/themes/customizing-themes/language/translate-theme)

## Theme support <a href="#support" id="support"></a>

Our theme support team is available to help get you up and running with our Flute theme instantly. However, in case of too many tickets, the response time can be longer or within 24 hours.<br>

## License <a href="#license" id="license"></a>

Themes come with a single-use license meaning people do not have permission to transfer or sell a theme to any other person’s store on Shopify or elsewhere. Read more about Shopify’s [terms and conditions](https://www.shopify.com/legal/terms#ThemeStore).


---

# 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://webibazaar.gitbook.io/flute-documentation/flute-shopify.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.
