> For the complete documentation index, see [llms.txt](https://docs.xygeni.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xygeni.io/xygeni-products/iac-security/iac-user-interface-guide.md).

# IaC User Interface Guide

The **Infrastructure as Code page** provides a comprehensive view of all your project(s) hidden IaC flaws. You can reach the **Infrastructure as Code** page by selecting the **IaC** optin under the [**Risks**](/xygeni-products/application-security-posture-management-aspm/all-risks.md) tab.

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

### Statistics

Infrastructure as Code' **Statistics** view shows:

* Charts for # of issues by severity, by type and by type & severity
* A table with the issues (as well as a filter for the table)

You can use filters to select specific issues:

* By Funnel Phase (see [Prioritization Funnels](/introduction-to-xygeni/prioritization-funnels.md) )
* By severity
* By issue type
* By cloud provider
* By IaC framework
* By project (pattern)
* By issue status (open, confirmed, muted, etc)
* By tag
* etc.

In the issues table, by clicking on the ![](/files/4H3LZniNOmmCt33ndqmx) icon of any issue, you will see the details of the issue.

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

### Prioritization funnel

Infrastructure as Code' **Prioritization funnel** view shows default Infrastructure as Code funnel.

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

{% hint style="info" %}
See [Prioritization Funnels](/introduction-to-xygeni/prioritization-funnels.md) for further details
{% endhint %}


---

# 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.xygeni.io/xygeni-products/iac-security/iac-user-interface-guide.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.
