# Learning Liquid

Understanding Shopify’s Liquid is imperative to implementing Metafields in your theme.

Shopify has a great selection of articles with technical tips, Liquid language resources, beginner how-tos, and a collection of useful code examples, that you may use for inspiration.

The "Cheat Sheet" below sums up the use of various Liquid objects.

{% embed url="<https://shopify.dev/docs/themes/liquid/reference>" %}

{% embed url="<https://shopify.dev/docs/themes/liquid/reference/basics>" %}

{% embed url="<https://www.shopify.com/partners/blog/topics/learning-liquid>" %}

{% embed url="<https://shopify.github.io/liquid-code-examples>" %}

{% embed url="<https://www.shopify.ca/partners/shopify-cheat-sheet>" %}


---

# Agent Instructions: 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:

```
GET https://help.accentuate.io/liquid-guides/learning-liquid.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.
