# Secrets User Interface Guide

The **Secrets** page provides a comprehensive view of all your project(s) hidden secrets. You can reach the **Secrets** page by selecting the ***Secrets** option under the **Risks** tab.*

### Statistics

Secrets' **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)

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

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 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.

{% hint style="info" %}
Please note that **any detected secret will never be sent to Xygeni servers**. Any found secret will be obfuscated previously to be sent to Xygeni.
{% endhint %}

<figure><img src="/files/7RpfatxDCwxHaWzPRrFt" alt=""><figcaption></figcaption></figure>

### Prioritization funnel

Secrets' **Prioritization funnel** view shows default Secrets funnel.

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

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


---

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