> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/doc-plugins/plugin-glpi-network/glpi-cloud-usage.md).

# GLPI Cloud Usage

{% hint style="info" %}
This plugin is only available for Cloud instances (private and public).
{% endhint %}

## Features

This plugin allows you to:

* View the UUID of your GLPI Cloud instance
* View the disk space used
* View the number of paying users

***

## Install the plugin

* Go to the marketplace. Download and install the GLPI Cloud Usage plugin.

<div align="left"><figure><img src="/files/7NhiLrUzrJIxfoBJPRXO" alt=""><figcaption><p>Install th eplugin</p></figcaption></figure></div>

***

## Explanations

<figure><img src="/files/DB2nJg0dTxGbwh7x88Fd" alt=""><figcaption><p>Cloud usge details</p></figcaption></figure>

1. This section displays the UUID of your instance.
2. Here you will find the disk space used (documents, user images, free space).
3. Here are the paying users who will be billed according to your billing plan.


---

# 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://help.glpi-project.org/doc-plugins/plugin-glpi-network/glpi-cloud-usage.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.
