> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/revenue/subscriptions/see-and-browse-your-subscriptions-the-subscriptions-page.md).

# See and browse your subscriptions (the Subscriptions page)

You reach the Subscriptions page through Invoices: open Invoices in the main navigation, then click Subscriptions in the submenu that appears beneath it - there is no standalone Subscriptions item in the main nav, and the whole Invoices section (so Subscriptions too) only shows if you have the Invoicing add-on and invoice access.

The page lists your recurring billing agreements - each one automatically generates an invoice for a customer and property on a set interval. Each row shows the External ID (the #S number), Status, Amount (the recurring total per invoice), Customer, Property, Type (automatic charges a saved card, manual emails the customer to pay), Next Invoice date, Created By, and Created.

Use the status tabs across the top - All, Draft, Active, Paused, Canceled, Completed - to filter, and the Filter by ID, customer, or property box to search. Click a row to open that subscription, and New Subscription (top right) starts a new one.

You can also ask Essential to find a subscription, see what's billing next, or list your active or paused ones across the business.

> **Where to find it:** Open Invoices in the main navigation, then the Subscriptions item that appears beneath it (needs the Invoicing add-on and invoice access); New Subscription is top right

## Related guides

* [A subscription's generated invoices and metrics](/revenue/subscriptions/a-subscriptions-generated-invoices-and-metrics.md)
* [What the subscription page shows](/revenue/subscriptions/what-the-subscription-page-shows.md)
* [Auto-charge vs manual billing on a subscription](/revenue/subscriptions/auto-charge-vs-manual-billing-on-a-subscription.md)
* [Create a subscription for recurring invoices](/revenue/subscriptions/create-a-subscription-for-recurring-invoices.md)
* [Do I need Stripe for recurring invoices?](/revenue/subscriptions/do-i-need-stripe-for-recurring-invoices.md)


---

# 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://learn.withessential.com/revenue/subscriptions/see-and-browse-your-subscriptions-the-subscriptions-page.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.
