# Findings

The **Findings** tab has two containers of information that can be expanded or collapsed:&#x20;

* **Findings**: an overall view of all findings that the user has access to view and have been published
* **Findings by client**: a view of findings filtered by the client

{% hint style="info" %}
Only published findings from reports with a "Published" status are included in the analytics module. In the **Admin Dashboard**, administrators can [default findings to "Published"](https://docs.plextrac.com/plextrac-documentation/product-documentation-1/account-management/account-admin/tenant-settings/general-settings#findings-default-published) upon creation.
{% endhint %}

<div align="left"><figure><img src="/files/iVXc1RyHArqQDPhcChsx" alt="" width="563"><figcaption></figcaption></figure></div>

When filters are selected, the data displayed refreshes, and the active filters are listed at the top of the page.&#x20;

## Findings Filters

Search filters allow users to refine and narrow their search results based on specific criteria or parameters.

Analytics filter values and data sets are updated every minute. If a tag or field was updated but did not appear as expected, wait one minute and try again.

A list of all filters and values for the **Findings** tab exists below:

* Client(s)
* Client Tags&#x20;
* Date Range&#x20;
* Asset(s)
* Asset Tags&#x20;
* Finding Severity: Unchecking a severity will hide any asset with only findings of that severity.
  * Critical
  * High
  * Medium
  * Low
  * Informational
* Asset Severity
  * Critical
  * High
  * Medium
  * Low
  * Informational
  * Unspecified
* Finding Tags
* Finding Status
  * Open
  * In Process
  * Closed
* Report
* Report Tags&#x20;
* Graph View&#x20;
  * Horizontal
  * Vertical
* Assignees: This field only relates to Clients, Client Tags, Finding Tags, Reports, and Report Tags. If other fields are selected, the pulldown menu for Assignees will be blank. Similarly, if a report with no assignees is set, the pulldown menu for Assignees will be empty.
* CVE ID
* CWE ID

{% hint style="info" %}
The CVE and CWE filters use an “and” query condition that requires both of the specified search terms or conditions to be present in the results. In other words, the search results must meet all of the specified conditions to be included in the results.\
\
For example, if two CVE values are added as a filter, the results will only display findings that contain both values.
{% endhint %}

## Findings Container

The **Findings** container displays the status, severity, client breakdown, and most critical findings for all tenant findings within defined query parameters and user permissions.&#x20;

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

## Findings By Clients Container

The **Findings By Client** container breaks down findings per client. Scroll down to see additional clients in the tenant.&#x20;

<div align="left"><figure><img src="/files/NrnMLIIvqPsIULAA0cre" alt=""><figcaption></figcaption></figure></div>

## Finding Information

More details about a specific finding can be obtained in the "Most Critical Findings" table.

<div align="left"><figure><img src="/files/lA83grXAL7sMUmsfaHX7" alt=""><figcaption></figcaption></figure></div>

Clicking the row of a finding brings up the finding details modal.&#x20;

1. Access the **Findings** tab of the **Report** module for further editing by clicking the "Finding ID" value.
2. Modify the finding status by clicking the "Status" value.
3. View information on an affected asset by clicking the table row of the&#x20;


---

# 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.plextrac.com/plextrac-documentation/product-documentation/analytics/track-findings.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.
