# Liquiflow

## Product Docs

- [Welcome to Liquiflow](https://docs.liquiflow.app/welcome-to-liquiflow.md)
- [Getting Started](https://docs.liquiflow.app/fundamentals/getting-started.md)
- [Template Structure](https://docs.liquiflow.app/fundamentals/template-structure.md)
- [How to Convert Your Theme](https://docs.liquiflow.app/fundamentals/how-to-convert-your-theme.md)
- [Overview](https://docs.liquiflow.app/section-settings/overview.md)
- [Settings](https://docs.liquiflow.app/section-settings/settings.md)
- [Sections](https://docs.liquiflow.app/section-settings/sections.md)
- [Blocks](https://docs.liquiflow.app/section-settings/blocks.md)
- [Theme Blocks](https://docs.liquiflow.app/section-settings/theme-blocks.md)
- [Static Blocks](https://docs.liquiflow.app/section-settings/static-blocks.md)
- [App Blocks](https://docs.liquiflow.app/section-settings/app-blocks.md)
- [Custom Settings](https://docs.liquiflow.app/section-settings/custom-settings.md)
- [Overview](https://docs.liquiflow.app/liquid-attributes/overview.md)
- [Objects](https://docs.liquiflow.app/liquid-attributes/objects.md)
- [Filters](https://docs.liquiflow.app/liquid-attributes/filters.md)
- [Iteration (Lists)](https://docs.liquiflow.app/liquid-attributes/iteration-lists.md)
- [Conditional](https://docs.liquiflow.app/liquid-attributes/conditional.md): To show or hide certain elements based on specific conditions, you can use conditional tags. This gives you more control over the frontend and can improve the user experience.
- [Other Liquid Tags](https://docs.liquiflow.app/liquid-attributes/other-liquid-tags.md)
- [Forms](https://docs.liquiflow.app/liquid-attributes/forms.md)
- [Snippets](https://docs.liquiflow.app/liquid-attributes/snippets.md)
- [Miscellaneous](https://docs.liquiflow.app/liquid-attributes/miscellaneous.md): During development, we identified several ways to enhance the capabilities of the process. Therefore, we implemented the following tags.
- [JS Events](https://docs.liquiflow.app/liquid-attributes/js-events.md)
- [Metafields and Metaobjects](https://docs.liquiflow.app/liquid-attributes/metafields-and-metaobjects.md)
- [How it Works](https://docs.liquiflow.app/section-converter/how-it-works.md)
- [Liquiflow Elements](https://docs.liquiflow.app/add-ons/liquiflow-elements.md)
- [Mini Cart](https://docs.liquiflow.app/add-ons/liquiflow-elements/mini-cart.md)
- [Product Variant Swatch](https://docs.liquiflow.app/add-ons/liquiflow-elements/product-variant-swatch.md)
- [Bundles](https://docs.liquiflow.app/add-ons/liquiflow-elements/bundles.md)
- [Section Rendering API](https://docs.liquiflow.app/add-ons/section-rendering-api.md)
- [Format Theme (Prettier)](https://docs.liquiflow.app/add-ons/format-theme-prettier.md)
- [Cheat Sheet](https://docs.liquiflow.app/useful/cheat-sheet.md)
- [Debugging](https://docs.liquiflow.app/useful/debugging.md)
- [Webflow and GSAP Animations](https://docs.liquiflow.app/useful/webflow-and-gsap-animations.md)
- [Resources](https://docs.liquiflow.app/useful/resources.md)
- [SEO](https://docs.liquiflow.app/useful/seo.md)
- [Shopify 1.0 vs Shopify 2.0](https://docs.liquiflow.app/useful/shopify-1.0-vs-shopify-2.0.md)
- [Liquiflow Starter Templates](https://docs.liquiflow.app/useful/liquiflow-starter-templates.md): Copy the Liquiflow Starter Template from Webflow to get started!


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.liquiflow.app/welcome-to-liquiflow.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.
