# Why is the tag not added to order?

If a tag is not added to an order, it's because the order's information doesn't match with the condition you set.

First of all, copy the order's ID whose you think the tag should be added to Secondly, select the tag that you think it should be added to the order Finally, put the order's ID to the test field and see does it matches or not

Please refer to this video for a tutorial

{% embed url="<https://www.youtube.com/watch?v=1F9o-huqPHw>" %}


---

# 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/faq/why-is-the-tag-not-added-to-order.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.
