# Subscription states

A subscription is always in one of five possible states and is always created as either `trial` or as an `active` (i.e. paying). The diagram below shows the possible state transitions.

<figure><img src="/files/ReHCwV9Mldu47V5H66vt" alt=""><figcaption><p>Subscription states</p></figcaption></figure>

A subscription that is created ahead of its start date will remain in `pending` state until that date. The transition from `pending` to `active` is used to trigger tenant provisioning and can be used in any workflow.

A subscription can be canceled in any states except expired. A trial subscription can also convert to active or expired depending on the trial setting on the product plan.


---

# 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://docs.bunny.com/guide/tour/subscription-management/subscription-states.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.
