> For the complete documentation index, see [llms.txt](https://help.joy.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.joy.so/settings/order/add-tags-for-orders-and-customers.md).

# Order tag synchronization

{% hint style="info" %}
This feature is available for **All plans**.
{% endhint %}

### Why do you need to add tags for orders and customers?

This new Joy tagging feature automatically labels orders and customers using loyalty coupons, allowing you to track program participation, measure impact on sales and retention, and generate revenue reports with a single filter—eliminating the need to search through multiple coupon codes for simplified analysis.

### How to setting up Order and customer Tagging

{% stepper %}
{% step %}
**Access tag settings**

In the Joy dashboard, navigate to **Settings**. Select the **Order** tab
{% endstep %}

{% step %}
**Configure tags**

Enter the tag you want to apply to orders that use Joy coupons

* Default: "Joy-assisted"
* You can customize this to any text that's meaningful for your store
  {% endstep %}

{% step %}
**Sync all tags**

Click on **sync all tags** to apply tags to previous orders that were assisted before this feature was released
{% endstep %}

{% step %}
**Using tags to filter orders and customers**

{% embed url="<https://app.arcade.software/share/VIdlnMIdGgOmqYP63JAx>" %}
{% endstep %}
{% endstepper %}

### Frequently Asked Questions

**Q: What if I want to change the tag name?**

A: If you wish to change your tag name, please contact our support team. Our technical team will assist you in updating your tag settings.

**Q: Will these tags be visible to my customers?**

A: No, these tags are only visible in your Shopify admin interface and are not displayed to customers.

**Q: How quickly are tags applied after an order is placed?**

A: Tags are applied immediately after the order is processed, typically within seconds.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://help.joy.so/settings/order/add-tags-for-orders-and-customers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
