> For the complete documentation index, see [llms.txt](https://ta-subscriptions-app.easto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ta-subscriptions-app.easto.io/admin/how-do-admin-view-and-manage-the-subscription-metrics-revenue-and-growth.md).

# How do admin view and manage the subscription metrics, revenue, and growth?

Navigate to the Subscription App Admin Dashboard -> Dashboard section to see the subscriptions metrics.

Once entered the dashboard, the admin can choose a specific time period from the button on the top right corner. The dashboard then proceeds to display the information within that period.

![subscription-dashboard-select-time-period](http://wiki.bsscommerce.com/wp-content/uploads/2021/06/Subscription-1.png)

Once the popup for setting time appears, you can either pick a specific start/ end date, or choose from the preset menu list of time periods. You can also set the time period for how many days up to or from the present day that you want to apply.

After configuring the time period, click on the button Apply.

![time-period-popup](http://wiki.bsscommerce.com/wp-content/uploads/2021/06/choosing-time-period.png)

The dashboard will give you the overview information of your subscriptions, like the total number of orders and your order revenue, total canceled subscriptions, and the average order value.

![general-information](http://wiki.bsscommerce.com/wp-content/uploads/2021/06/General-information.png)

You can also check how well your subscriptions sold over the last week, month or year by viewing the order/subscription amount bar charts, and the daily/weekly/monthly/yearly interval subscriptions subscribed by customers.

![historic-data](http://wiki.bsscommerce.com/wp-content/uploads/2021/06/history.png)

The estimation metrics will also help you a great deal by giving you the next 7 days/ 30 days/ 90 days revenue estimation, and show a graphical comparison between the estimated revenue and the history revenue so you will know if you have reached your goals or not.

![estimated-information](http://wiki.bsscommerce.com/wp-content/uploads/2021/06/estimated-information.png)

If you have further questions, feel free to contact us at [**support-sbc@bsscommerce.com**](mailto:support-sbc@bsscommerce.com)**.**


---

# 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://ta-subscriptions-app.easto.io/admin/how-do-admin-view-and-manage-the-subscription-metrics-revenue-and-growth.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.
