# Findings Admin

**URL:** <https://pentest.ws/findings-admin>

The Findings Admin screen allows you to customize the fields available in the Findings Library. Don’t need to capture Validation Steps or track a Remediation Log? Simply visit the Findings Admin utility and hide these fields. Want to rename the References field to External Links? No problem. Add/Remove environments and categories. You can even change the color of your Risk Levels!

![Screenshot has been truncated for space](/files/GHjIdzu6VzUQzvpaO3DX)

## Fields

Elect to show or hide various fields such as CVSS or DREAD. If your organization doesn't use a particular field, simply remove it from your user interface.&#x20;

![Fields Section](/files/h9LW3YVkVEap8YZO1qsL)

{% hint style="info" %}
Hiding fields from the user interface does not remove data from the database. Any previously entered values in Engagement Findings or Findings Library entries will not be lost, only hidden.
{% endhint %}

### Brief Fields

Several fields in the Findings System have a Brief variant. These are meant to be short descriptive versions of the full language field. For example, "Description - Brief" summarizes the Finding's "Description" in one or two sentences. These brief fields are useful for short executive summaries where the longer version is not needed.

Not all organizations take advantage of these brief fields, therefor they are broken out in the Fields list and can be hidden from your Findings Systems while keeping the full language field.

### Rename Fields

Use the Rename functionality to customize the names of certain fields. Renaming a field affects your [Findings Library](/findings/findings-library.md) interface and all [Engagement's Findings](/findings/engagement-findings.md). This does not affect generated reports since those details are customizable by uploading a new [Report Template](/clients-and-reporting/reporting-templates-admin.md).

Renaming brief fields affects both the brief version of the field and the full language field.

## Lists

These lists are the available drop down values when creating a Finding during an Engagement.

![Lists Section](/files/1wfLiDIrvRcaBoJXoJ93)

{% hint style="info" %}
Modifying these lists does not affect previously created Engagement Findings or Findings Library entries. This only affects the list shown while creating new entries.
{% endhint %}

### Environments

Define the environments you operate in, such as Web, Internal, External, etc.

### Categories

The format for Categories is:

`Environment - Category`

Environment is optional and limits the Category to the Environment. If no Environment is specified, the Category will appear in all Environments.

### Risk Levels

The format for Risk Levels is:

`Risk Level - Color`

Color is optional and can be a named color (red, green, blue) or an RGB color code (#ff000, #00ff00, #0000ff).

## DREAD

The DREAD values are pre-populated with standard DREAD values. You can modify these lists if your organization uses a custom DREAD scoring system.

![DREAD Section](/files/iO5H3atoJ84Bpkb6Do26)

## Tier Availability

**Findings Admin** is available on **Hobby Tier** and **Pro Tier**.


---

# 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.pentest.ws/findings/findings-admin.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.
