> For the complete documentation index, see [llms.txt](https://docs.subrise.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subrise.app/guide/settings/tags.md).

# Tags

### Create Custom Tags for Customers and Orders

<figure><img src="/files/Mt9Wabq8p8L7y08EgkmR" alt=""><figcaption><p>Seperate the Tags by a "," (comma) to add multiple tags to single topic</p></figcaption></figure>

## Customer Tags

<figure><img src="/files/q9uJo4FiHdZIRWlQFQOH" alt=""><figcaption><p>Example of Active Tags on a Customer Account</p></figcaption></figure>

### First Time Subscriber

This tag will be applied to all customers who are first time subscribers to your shop.

### Active Subscriber

This tag will be applied to all customers with active subscriptions (Not paused, not cancelled)

### Inactive Subscriber

This tag will be applied to all customers who have no active subscriptions (All subscriptions are cancelled)

### Paused Subscriber

This tag will be applied to all customer who have no Actice Subscriptions (All subscriptions are paused)

## Order Tags

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

### Prepaid Orders

This tag will be applied to all orders that contain a prepaid subscription.

### All Subscription Orders

This tag will be applied to all orders that contain a subscription.

### New Subscription Orders

This tag will be applied to all orders that are the first billed order of a new subscription

### Repeat Subscription Orders

This tag will be applied to all orders that are repeat customers ordering the same items on a subscription.

## Advanced Tags

For more advanced tag features we have integrated with Shopify Flow, which will allow you to set custom tag events, such as tagging orders or customers when certain products are purchased.\
Please refer to our Docs on the Shopify Flow Integrations to see how this is possible.


---

# 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://docs.subrise.app/guide/settings/tags.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.
