# Priorities Components

Users can view and access all priorities related to their tenancy on the **Priorities** home page. This view provides options for sorting and filtering on multiple fields.&#x20;

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

Clicking the priority row or **View** under a priority's "Actions" column directs users to the priority **Details** summary, including additional tabs for **Findings** and **Assets**.&#x20;

## Details Tab

The **Details** tab provides the priority description, recommendation, treatment, and any assigned tags. The column on the right provides additional information about the priority.&#x20;

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

## Findings Tab

This tab displays all findings contained in the priority.&#x20;

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

### Bulk Actions

Bulk action options appear after one or more findings are selected on the home page. To access them, click the checkbox to the far left of the finding title field or the box next to the column header.&#x20;

Click **Actions** to see the list of options, such as adding tags or changing the reported date.

### 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. To remove a column, click **X** within the bar.

{% hint style="info" %}
Fields that are required do not have an **X** available.
{% endhint %}

When fields are removed, an "Add Column" pulldown menu is added 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. &#x20;

This modal represents the sequence of fields provided in the table, meaning the bar on top will be the column on the table's far left.&#x20;

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

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

Click **Save** when finished.&#x20;

## Assets Tab

This tab displays all assets contained in the priority.&#x20;

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

### Bulk Actions

Bulk action options appear after one or more findings are selected on the home page. To access them, click the checkbox to the far left of the finding title field or the box next to the column header.&#x20;

Click **Actions** to see the list of options.

### Configuring Table View

The table view can be customized by clicking the column view icon to the right of the search bar.

## Additional Configuration

Admins do additional setup and configuration in the **Admin Dashboard**.

{% hint style="warning" %}
It is recommended to read the admin settings documentation before using priorities to understand the impact each setting has on the experience.&#x20;
{% endhint %}

### Tenant Level Settings

Priorities can be set at the tenant or client levels and configured under "Priorities" in the **Admin Dashboard**.

<div align="left"><figure><img src="/files/7M1GqWEox7824HW7Vmku" alt="" width="352"><figcaption></figcaption></figure></div>

### Risk Scoring

PlexTrac allows admins to leverage a priority score equation instead of the manual approach of setting a score based on likelihood and impact. Equations can be enabled and customized under the "[Risk Scoring](/plextrac-documentation/product-documentation-1/account-management/account-admin/automations/risk-scoring.md)" section of the **Admin Dashboard**.

### Viewing the Priority Score

The priority score can be viewed under the progress bar on the **Details** tab of a priority.

<div align="left"><figure><img src="/files/vWQnbOZ3Y8p467WEA70C" alt="" width="278"><figcaption></figcaption></figure></div>


---

# 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/priorities/priorities-components.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.
