# Customer & Order Tags

This feature allows merchants using Smart Order Notifications to tag an order or customers based on the rules configured in the notification. This is particularly powerful for providing feedback in the admin about whether a notification has been sent for an order.

A good example use case for this feature is when a merchant sends a supplier notification and wants a visual confirmation of that on the order in the Shopify admin. Let's say clothing brand that specialise in t-shirts has a supplier called Acme Caps who ship all their caps for them. In this scenario an email notification would be set up to trigger when a product type of `cap` is found on the order. To ensure customer service staff know that notification has been sent to the supplier then adding the tag `Acme Notification Sent` to the order will be a big help.

<div align="left"><img src="/files/-MdRzZ_ibPBpUKxpReII" alt="Notification output configured to add &#x27;Acme Notification Sent&#x27; tag to orders "></div>

<div align="left"><img src="/files/-MdRzc8WORVMUFeimme6" alt="&#x27;Acme Notification Sent&#x27; tag appears in the Shopify admin"></div>

{% hint style="info" %}
**Tagging only**\
Many merchants have asked for a dedicated tagging output with no email sent. This is something we're working on but in the meantime it's easy to achieve by using an email output for the notification and leaving the email address blank. In this situation no email will be sent but the tag will be applied. &#x20;
{% endhint %}


---

# 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://smart-notifications.gitbook.io/docs/getting-started/customer-and-order-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.
