> For the complete documentation index, see [llms.txt](https://docs.gamifyroute.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamifyroute.com/kb/account-and-billing/track-usage-statistics.md).

# Track Usage Statistics

## What is Usage Tracking?

Tracking your usage statistics allows you to monitor and manage the resources and features you are utilizing within the app. This helps ensure you stay within your plan limits and optimize your usage for better performance and cost management.

### How to Track Your Usage Statistics

* **Accessing Your Billing Information:**
  * On the top right corner of the app, click on your profile picture.
  * Click on "Billing". This will open the billing information in a new tab.

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

* **Navigating to Subscription Tab:**
  * Go to the "Subscription" tab.
  * Under "Plan Usages", you can check your usage of different items such as interactions, campaigns, users, workspaces, and gallery storage.

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

### Checking Specific Item Usage Statistics

Other than the "Plan Usages" section, usage statistics for different items are available at various locations within the app:

* **Interactions:**
  * Found on the common header

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

* Under the "Dashboard" > "Game" tab

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

* In the "Business Settings" > "Workspace" screen

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

* **Campaigns:**
  * Located on the "Campaign" screen

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

* In the "Business Settings" > "Workspace" screen

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

* **Users:**
  * In the "Business Settings" > "Users" screen

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

* **Workspaces:**
  * In the "Business Settings" > "Workspace" screen

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

* **Gallery:**
  * On the "Gallery" screen

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

***

For further assistance, please contact our support team at <support@gamifyroute.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://docs.gamifyroute.com/kb/account-and-billing/track-usage-statistics.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.
