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

# Managing Findings

The **Findings** module provides a streamlined approach to managing findings, providing enhanced visibility, automation, and granularity for vulnerability management.

## **Interacting with Metrics**

The metrics default to all clients that the user can access. Filtering by clients and date narrows the data set.

{% hint style="warning" %}
These fields do not impact the findings shown in the findings table.
{% endhint %}

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

Hovering the cursor over a specific date will generate a pop-up with detailed information related to that date.&#x20;

<div align="left"><figure><img src="/files/6H1BfrP3GInk8wcpGV14" alt="" width="508"><figcaption></figcaption></figure></div>

Clicking on severity values hides them from the chart.

<div align="left"><figure><img src="/files/Mlmjd2ZXRI6AeecxylaT" alt="" width="527"><figcaption></figcaption></figure></div>

Clicking the severity bar graph in the "open findings" window will result in all `Open` or `In Process` findings with that severity being displayed in the table below.&#x20;

<div align="left"><figure><img src="/files/sWSEkNgXnfJ5yGwiTxnP" alt="" width="536"><figcaption></figcaption></figure></div>

## Using Filters

When filters have been set, the option to "Reset filters" is next to the findings count in the table header.&#x20;

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

The number of filters used in a specific column is identified with a purple number next to the column header.

## Viewing a Finding Instance

Click a finding row to view its instances (one or more, CVE and CWE scores (when applicable), seen history, metadata, and other options to edit the instance.

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

## Viewing the Finding Activity Log

To view the activity log for a finding, click the **Activity** button in the top-right corner of the page.

{% hint style="info" %}
This feature is available to Admin users only.
{% endhint %}

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

{% hint style="info" %}
The activity log displays events recorded on or after the 2.17 release (May 21, 2025). Activity prior to this date is not included.
{% endhint %}

## Deleting a Finding

Click Delete under the "Actions" menu to delete a finding from this table.

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

## Configuring Table View

The table view can be customized by clicking the column view icon to the right of the search bar. Once clicked, a modal appears that lists all fields.

<div align="left"><figure><img src="/files/UVAKpefkdCEXe6O4P7gg" alt="" width="407"><figcaption></figcaption></figure></div>

To remove a column, click the X within the bar. Fields that are required and cannot be eliminated do not have an X available.

When fields are removed, an "Add column" pulldown menu appears at the bottom left of the modal to store the field. Any removed fields can be added later by clicking **Add column** and selecting the field to add.

This modal represents the sequence of fields shown in the table, meaning the bar at the top corresponds to the column on the far left of the relevant box. The order of columns can be adjusted within this modal by clicking the six dots on the left of the bar for a field and dragging the bar to the desired position in the sequence.

Click **Save** when finished.


---

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