# Application Statistics

The **Statistics** tab of an [Application](/management-portal/designer/applications/application.md) provides visibility into where the Application has been deployed across your infrastructure. This allows administrators to track deployments across devices and ensure the correct version of an Application is running everywhere.

<figure><img src="/files/EGWXm6fZDY9U1OKYI8DG" alt=""><figcaption><p>Statistics Tab</p></figcaption></figure>

***

### Purpose

The Statistics view is especially useful for:

* Auditing which devices are running a given [Application](/management-portal/designer/applications/application.md).
* Checking which devices are affected by changing an application an updating it using [Update Center](/management-portal/management/update-center.md).
* Tracking version consistency across devices.
* Identifying outdated versions that may require upgrades.

***

### Statistics

<figure><img src="/files/G35lHZPdAoGhQnM7FmH9" alt=""><figcaption><p>Showing Statistics for an Application where Version 3 is deployed to 3 devices</p></figcaption></figure>

* **Statistics Updated**: Shows the timestamp of the last update to ensure data freshness.
* **Application Deployments**: Lists all devices where the Application has been deployed. For each device, the **Application Version** is displayed.
* **Device Links**: Each listed device is clickable. Selecting a device name will navigate directly to the [Device Configuration Page under the *Applications* tab](/management-portal/management/device-configuration/applications.md), where you can review or modify the deployed Application.

The Statistics makes it simple to drill down from a high-level deployment overview into the specific configuration of each device.


---

# 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.tricloudnexus.io/management-portal/designer/applications/application-statistics.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.
