> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/management/monitoring.md).

# Monitoring

**Category**: Management

**Version**: 1.0

**Last Updated**: January 5, 2026

**Author**: Any2Info

***

### Description

The Monitoring page is available in the Any2Info platform and provides KPI data about the currently active collection.

This page is intended for platform users who need insight into form usage and storage usage within the active collection. The page is read-only and does not allow users to perform actions or make changes.

***

### Location

The Monitoring page can be found via:

**Platform → Monitoring**

***

### Usage

Use the Monitoring page to view usage statistics for forms in the currently active collection.

Each form can be expanded to view the available KPI data for that specific form.

Typical use cases include:

* Viewing the number of filled forms.
* Viewing the number of attachments.
* Monitoring deleted forms and attachments.
* Monitoring storage usage by forms.
* Monitoring storage usage by attachments.

***

### Available KPIs

| KPI                                | Description                                                          |
| ---------------------------------- | -------------------------------------------------------------------- |
| Number of filled forms             | Shows the total number of filled forms for the selected form.        |
| Number of attachments              | Shows the total number of attachments linked to the selected form.   |
| Deleted number of filled forms     | Shows the number of deleted filled forms for the selected form.      |
| Deleted number of attachments      | Shows the number of deleted attachments linked to the selected form. |
| Storage usage by forms in MB       | Shows the amount of storage used by filled forms, measured in MB.    |
| Storage usage by attachments in MB | Shows the amount of storage used by attachments, measured in MB.     |

***

### Permissions

The Monitoring page is intended for platform users.

***

### Tips & Best Practices

* Use this page to monitor storage usage within the active collection.
* Expand individual forms to inspect their specific KPI values.
* Reload the page when you need to view the latest KPI values.

***

### Changelog

| Version | Date            | Change                               |
| ------- | --------------- | ------------------------------------ |
| 1.0     | January 5, 2026 | Initial documentation version added. |


---

# 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:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/management/monitoring.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.
