# Aerial View

Aerial View allows you to see the monthly cost of specific projects and services used in an interactive sunburst chart.

Aerial view comprises 2 main components as follows that can be utilized to understand cloud costs better.

## Sunburst chart

The sunburst chart helps to visualize the cloud cost hierarchically. It shows hierarchy through a series of concentric rings, where each ring corresponds to a cloud resource. Furthermore, each ring is segmented proportionally to represent its constituent details.

<figure><img src="/files/U4TeUUF0FfEZfTnJbDdy" alt="" width="563"><figcaption></figcaption></figure>

To change the month for which the data is depicted, use the drop-down button at the top right corner. After selecting the desired month, the chart will gauge and represent all the aggregate costs of the projects and associated resources accordingly.

<figure><img src="/files/GyPdjSIsYpvglMQBKkla" alt="" width="208"><figcaption></figcaption></figure>

## Spend table

The expenditure table is located on the right, with the first row displaying the aggregate cost of all connected resources, followed by the expenses of those resources individually. To dig down further for a certain resource, simply click on it and the metrics will populate accordingly.

<figure><img src="/files/QGThn1kHSObrZzkq9jUY" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.economize.cloud/product-features/explorer/aerial-view.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.
