# Variables

Variables act as placeholders that you fill in with actual information as the workflow happens, such as who's buying and what they're buying.&#x20;

Using variables helps you save time and effort. You can set different content for different products all at once.

They change accordingly to different products or collection.

| Content                                                      | What visitors see                                         |
| ------------------------------------------------------------ | --------------------------------------------------------- |
| `{{collection name}}`                                        | `Valentine Flower Bouquet`                                |
| Visit `{{store name}}` to get your gift                      | Visit `Flower in France` to get your gift                 |
| Buy `{{ product.title }}` at the best price in `{{address}}` | Buy `Summer flower bouquet` at the best price in `Paris`. |

{% hint style="info" %}
Learn more about [variables in Shopify.](https://help.shopify.com/en/manual/shopify-flow/reference/variables)
{% endhint %}

Avada SEO Suite support all variables in Shopify.&#x20;

Check all [product ](https://shopify.dev/docs/api/liquid/objects/product)and [shop variables](https://shopify.dev/docs/api/liquid/objects/shop) to find your best fit.

Copy this format and change into your variables.

```
{{ variables }}
```


---

# 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://docs.avada.io/seo-suite-help-center/search-appearance/meta-tags/variables.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.
