# Monitoring

AceCloud provides several commands for monitoring your resource usage, checking quotas, viewing pricing, and getting a dashboard overview of all provisioned resources.

## Command Structure

```
ace quota all                   # View all quotas
ace quota compute               # View compute quotas
ace quota storage               # View storage quotas
ace quota network               # View network quotas

ace pricing                     # View resource pricing
ace pricing --currency USD      # View pricing in specific currency

ace get-all                     # Dashboard of all resources
```

## Quick Start

```bash
# Check what you are using vs. your limits
ace quota all

# Check pricing in your region
ace pricing

# Get a full dashboard of all resources
ace get-all
```

## Topics

* [**Quotas**](/knowledge-base/cli/monitoring/quotas.md) -- View compute, storage, and network resource quotas
* [**Pricing**](/knowledge-base/cli/monitoring/pricing.md) -- View regional pricing for compute and storage
* [**Resource Overview**](/knowledge-base/cli/monitoring/resource-overview.md) -- Dashboard of all provisioned resources


---

# 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.acecloud.ai/knowledge-base/cli/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.
