# Order Tags

We add a few tags to orders, depending on the state of the order, so that we can provide the best analytics.

## Tag: inveterate-signup

The `inveterate-signup` tag is added to the initial membership subscription order.

## Tag: inveterate-purchase

The `inveterate-purchase` tag is added to orders made by program members, not including a membership re-bill or the initial membership purchase.

## Tag: inveterate-rebill

The `inveterate-rebill` tag is added to orders generated by re-billing for membership.

## Tag: order-credits

The `order-credits` tag is added to orders where credits are given to the member.


---

# 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://help.inveterate.com/help-center/tag-information/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.
