> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/extensions/cloud-tools/recommendations/view-recommendations.md).

# View Recommendations

The **Overview** page of the Recommendations module is an analytics-based view that helps you understand how recommendations are associated with various parts of your infrastructure and how they are tracked (potential or completed).&#x20;

All recommendations are divided into Cost Optimization, Operational Excellence, and Security.

Each tile on the **Overview** page displays how recommendations are distributed across different areas, and how advanced you are in implementing them. Additionally, under each tile, you can find information about the most impactful recommendation type.

<figure><img src="/files/wkMKFgWipuKrcIsfrRLA" alt=""><figcaption><p>Recommendations page</p></figcaption></figure>

## **View all r**ecommendations <a href="#cost-optimization" id="cost-optimization"></a>

1. From the main menu of the Client Portal, navigate to **Cloud tools** > **Recommendations**.&#x20;
2. Click the **Cost Optimization**, **Operational Excellence**, or **Security** tile to view the recommendation The following image shows the Cost Optimization recommendations:

<figure><img src="/files/SlERDzkWnWJ2Agg8zORY" alt=""><figcaption><p>Cost Optimization recommendations</p></figcaption></figure>

3. Click the individual recommendation to view more details about that recommendation. The following image shows the Potential and Realized savings for Cost Optimization recommendations:

<figure><img src="/files/VdCIPx5rVxomFiExwSs8" alt=""><figcaption><p>Potential and Realized savings for Cost Optimization recommendations</p></figcaption></figure>


---

# 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.platform.softwareone.com/extensions/cloud-tools/recommendations/view-recommendations.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.
