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

# Reports

{% embed url="<https://youtu.be/5yfQuGL4OFs>" %}

CloudDefense offers a fully customizable report section to the users. This includes

1. Pre-Built Reports&#x20;
2. Customizable data widgets &#x20;
3. Customize the size of the data widgets &#x20;
4. Change the chart types &#x20;
5. Print and Download the Reports in PDF format

### Pre-Built Reports

We have 3 types of pre-built reports available:&#x20;

1. CISO Report&#x20;
2. IAM Report&#x20;
3. Compliance Report

Go to **Report Section**. Then you will have the option to select all pre-built reports.

<figure><img src="https://lh3.googleusercontent.com/egorMq1IW6iSFux2AMpJ8FCHCoB54-noaUWoypuFQR2afPSTuA7beb9oqYLhAmXqLjVDc2-Om2eCAIgg-QBQYYmvQ5RCjiyGte0RJKqhCBMyy9hrrbjCpVYHNH-hwG73dQCKQtn20IhMc0Ffz6ZQpVWJMjTpY9sxUaHbbCgPRcVbZ7irfOylFzfPmk4AdQ" alt=""><figcaption></figcaption></figure>

Click on **“Try Now”** from the pre-built reports section.

**CISO Report**

<figure><img src="https://lh6.googleusercontent.com/plB08kwlISj4sL2axFS2ossGaGIqnnznnJvz1AARfFuzTAJhei5lFBawDSC6fGmT0MwfDewkTMowJK8x5WZC7t_DaN0GjBylOaa4QE8uJitFh-5XDc-I9RZwGX-8BmqGvAlOPdx7htyiiZTPj1CUC4MLnCq33A3RAGNMVrIFOLISOjrzZyt9hsujEdzoHA" alt=""><figcaption></figcaption></figure>

This is the pre-built report for the CISOs. CISO report has the following data widgets:

* Most Vulnerable Assets & Resources&#x20;
* Excessive Permissions&#x20;
* Total Vulnerabilities&#x20;
* Top 10 Most vulnerable assets&#x20;
* Over-privileged users/roles list&#x20;
* Past Trend report for vulnerabilities&#x20;
* List of Access keys (By Username) whose access key is not changed since last 90 days&#x20;
* List of top 10 Users not logged in since last 90 days

### IAM Report:&#x20;

This report contains all the details about IAM resources.

* Excessive Permissions&#x20;
* Top 10 most vulnerable users (Most non-complaint or security findings)&#x20;
* MFA Disabled Users list&#x20;
* List of Access keys (By Username) whose access key is not changed since last 90 days&#x20;
* List of Users not logged in since last 90 days

### Compliance Report:

In compliance report, you will see:

* Compliance Status&#x20;
* Compliance Checklist for a specific category of compliance&#x20;
* Top 10 (Critical then high) Non-Compliant issues&#x20;
* Top 10 Most non-compliant resources&#x20;
* Past Trend report for Non-Compliant resources

### Create Custom Reports&#x20;

You can even create custom reports. Please [check this article](/others/reports/how-to-create-custom-reports.md) to know how to create.

### Customization Reports&#x20;

The reports are totally customizable. You can do:

1. Drag and drop widgets **]**
2. Resize the data widgets&#x20;
3. Edit or delete the widgets

<figure><img src="https://lh4.googleusercontent.com/QCxIo3hyyJpBjJAu2etGJPikKNeaTv93aJjeW2wxSumBsq6eQirdYQ651SwhtVPsoqqzpyfp6Pdw0ekUACrc1LvwEkF8E-cdBZwzA1Rcj9PwTQgSTjcVVq2EaPp_xUua3cEOVCwXzRhdtJyvzp1qz8RXyDFvo6nI479sAcTUWSYPnoTqr2FxuasXMvR7NA" alt=""><figcaption></figcaption></figure>

### Download/Print:

From the right corner, hit download report.

<figure><img src="https://lh3.googleusercontent.com/Fuo4t4N7ndBJRyn7pHwuxZT57aBMKKEPlp6jO9byx8BvhC0LI90-feXOh7GokxAuUtZuG1dDrkAdPzZjbDuHZ3f7dvhjSpjbcWUzBioXbUiwoz_qXlHINEaBO_K0uIK-zjIP7j63gWebCQHt5Rm40R-dsSYCRjwH77LBsNXBi2YieHnNflurNmNR0ZZUQQ" alt=""><figcaption></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-acs.clouddefenseai.com/others/reports.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.
