> For the complete documentation index, see [llms.txt](https://docs.noros.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.noros.ai/features.md).

# Features

- [What Noros Can Do](https://docs.noros.ai/features/what-noros-can-do.md): Learn what you can ask Noros, what it can show you, and how it reaches you outside the app.
- [Cost Breakdown](https://docs.noros.ai/features/cost-breakdown.md)
- [Cost Trends & Forecasting](https://docs.noros.ai/features/cost-trends-and-forecasting.md)
- [Anomaly Detection](https://docs.noros.ai/features/anomaly-detection.md)
- [Savings Opportunities](https://docs.noros.ai/features/savings-opportunities.md)
- [Reservation & Commitment Health](https://docs.noros.ai/features/reservation-and-commitment-health.md): Monitor commitment utilization, coverage, and upcoming expirations across your cloud accounts.
- [Budgets](https://docs.noros.ai/features/budgets.md): Learn how to set spending budgets, how Noros tracks them, and how to be told when spend approaches a threshold you choose.
- [Sustainability & GreenOps](https://docs.noros.ai/features/sustainability-and-greenops.md)
- [Advanced Data Querying](https://docs.noros.ai/features/advanced-data-querying.md): Ask precise, custom questions of your detailed billing data without writing SQL.
- [Dashboards](https://docs.noros.ai/features/dashboards.md): Save the charts, tables, and numbers you care about to a dashboard that keeps itself up to date.
- [Reports & Schedules](https://docs.noros.ai/features/reports-and-schedules.md): Learn how to turn any question you ask Noros into a recurring report, and how to manage the ones you have.


---

# 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://docs.noros.ai/features.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.
