# Analytics

Analytics is a tool for managing and analyzing an organization's cloud expenses. It prioritizes essential cost information while excluding unnecessary data to streamline processing time. This feature offers custom filtering to allow for aggregation of cost details and trends across different categories such as accounts, products, and regions. It offers diverse filtering options to support comprehensive cost analysis, based on the time duration you choose.

## Filters

In AWS, data can be filtered by account, product, and region. Azure allows filtering by subscription, product, and region. GCP enables filtering by project, product, and region. Additionally, clicking on 'Save Filters' lets you save filters for future use.

## Viewing cost trends

Click the Period Cost Trends tab to see the cost trends for the user-defined accounts, products, and regions in graphical forms. When hovering over the graph, tooltips display cost information for accounts (subscriptions and projects), products, and regions, as well as total cost.

## Viewing cost percentage

View the portion of costs within the total expenses for each category. Choosing 'Cost Trends by Account' allows you to see how much money is being spent on each account in both amount and percentage on a graph. Similarly, selecting 'Cost Trends by Product' provides a view of expenses based on different products, and choosing 'Cost Trends by Region' allows you to examine the expenses across various regions.

***


---

# 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.opsnow.io/opsnow-user-guide/analytics.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.
