# Recommendations

Economize’s Recommendations Engine provides actionable insights and suggestions to optimize cloud spend and is accessible from the sidebar of the Economize console.&#x20;

The application begins crawling all of the resources in your onboarded project as soon as you integrate it and provides you with suggestions to reduce your cloud spend.

<figure><img src="/files/B2mxH3KMr4UHANymUltp" alt=""><figcaption></figcaption></figure>

The Recommendations provide you with the following information and controls:

## **Information**

* **Total recommendations** available.
* **Potential savings** per month across all the projects if you apply the recommendations.
* **Resources crawled** across your projects.
* Each recommendation breakdown displays the following information:

<table data-full-width="false"><thead><tr><th width="242">Data</th><th>Description</th></tr></thead><tbody><tr><td>Resource name</td><td>Name of the resource for which the recommendation is generated.</td></tr><tr><td>Estimated savings</td><td>Potential monthly savings, if you apply that recommendation.</td></tr><tr><td>Description</td><td>Explaining the recommendation why and how it will save you on your cloud bill.</td></tr><tr><td>Region</td><td>Where that particular resource is located.</td></tr><tr><td>Recommended action</td><td>The intended action that needs to be taken to apply the recommendation. </td></tr></tbody></table>

## **Controls**

* You can easily manage all the recommendations using separate tabs. If you want to save a particular recommendation for future reference you can use the star icon which will move that to the **Saved Recommendations** tab. In case if you do not want to act on a suggestion you have the option to move it to the **Dismissed Recommendations** tab by using the trash icon.
* You can filter by resource type or associated labels, and sort by available savings.
* Additionally, you get the functionality to share any recommendation by copying the shareable link for it as well as downloading the generated recommendations as a CSV file.


---

# 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/recommendations.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.
