# Dynamic Tags 🔥

Dynamic Tags is designed for the dynamic value. For example: date, payment gateway, discount code, etc.\
\
For example: All customers have order with shipping fee more than 1000, you need to re-confirm with them. Then, you want to add the shipping free tag on the order and customer as well. You can use our dynamic tags.

First, you still need to create workflow and set up conditions as in [here](/auto-tags-documents/main-features/add-tag-to-a-customer.md).

<figure><img src="/files/1thMBYLVgn3mVXS28uHS" alt=""><figcaption></figcaption></figure>

In the dynamic tag, we have all the variants of the order for you to add to the tag.

<figure><img src="/files/OZXZDYDt1G5PyJpn3Hdr" alt=""><figcaption></figcaption></figure>

You can also add Prefix and Suffix for your tags. Like this:

<figure><img src="/files/zTwRldaQj3EMPUh84zgL" alt=""><figcaption></figcaption></figure>

Then if you order matches the condition, they will have tag like: `ShipFee1200`, `ShipFee1500.` Then you can easily check in your order list.

#### Test workflow.

You can enter your order ID you want to test to see if the order matches with your conditions or not.&#x20;

[How to get order ID?](/auto-tags-documents/faq/how-to-get-order-id.md)

<figure><img src="/files/7FLdsMbUYLPXqKrNQ3CK" alt=""><figcaption></figcaption></figure>

If it doesn't match, you can check your condition again to make sure nothing wrong.

<figure><img src="/files/I2klfJPkOYoxpdvkAz8E" alt=""><figcaption></figcaption></figure>


---

# 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://autotags-omega.gitbook.io/auto-tags-documents/main-features/dynamic-tags.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.
