# Remediation

Monitor and track actions applied to sensitive data. Remediation provides a clear overview of remediation status and history, serving as a trail of how your organisation has responded to discovered sensitive information.

The page displays all files that have undergone remediation, along with complete details about each file, the action taken, and the user who performed it.

<figure><img src="/files/hocSmRDDDiIrTmdSMjM1" alt="" width="563"><figcaption></figcaption></figure>

1. Navigate to **DISCOVER** > **Remediation**.&#x20;
2. The page displays all remediated files across all scans, grouped by device type. Select a category to view the relevant listings.
3. Use filter options at the top of the page to narrow results by date range, remediation action type, scan name, classification, or data type.

After [**performing remediations**](/discover/investigate-and-remediate/results.md#remediate), you can see the following information:

<table><thead><tr><th width="145">Field Group</th><th width="163">Field</th><th>Description / Details</th></tr></thead><tbody><tr><td>Scan Details</td><td>Scan Name</td><td>Name of the scan job that was run.</td></tr><tr><td></td><td>Scan Date</td><td>Date and time when the scan job was initiated.</td></tr><tr><td>File Details</td><td>File Name</td><td>Name of the file where sensitive data was detected.</td></tr><tr><td></td><td>Folder Path</td><td>Path of the file on the device.</td></tr><tr><td></td><td>File Owner</td><td>Owner of the file on the endpoint/data source.</td></tr><tr><td>Endpoint / Data Source</td><td>Target Name</td><td>Name of the device where the file resides. Endpoint and data source are the same in this context.</td></tr><tr><td>Scan Results</td><td>Data Types</td><td>Clickable field showing the sensitive data types detected during the scan. For example, if Visa card data is configured to be scanned, this shows how many instances were found. An upper limit can be configured, e.g., only 5 results will be displayed if the limit is set to 5.</td></tr><tr><td>Remediation Details</td><td>Status</td><td>Current status of the file (e.g., Remediated, Pending, Investigating).</td></tr><tr><td></td><td>Action</td><td>Action performed on the file or available actions.</td></tr><tr><td></td><td>Remediated By</td><td>Name of the user who performed the remediation.</td></tr><tr><td></td><td>Remediated At</td><td>Date and time when remediation was performed.</td></tr><tr><td></td><td>Remediation Performed At</td><td>Timestamp of the remediation activity (similar to Remediated At, can reflect exact system logging).</td></tr><tr><td></td><td>Previous Comment</td><td>Any comment added during prior remediation or investigation steps.</td></tr></tbody></table>


---

# 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.guardware.com/discover/investigate-and-remediate/remediation.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.
