# Summary

The `Summary` page contains the statistics of the Credential Discovery Audit scan result. You can examine the results between scans with the timeline graph.

### Credential Discovery Scan Based Statistics

Visualizes important data related to scan operations performed over a specific time period.

<figure><img src="/files/oWxDNe8rJxHYhWjko59F" alt=""><figcaption><p>Credential Discovery Statistics Timeline</p></figcaption></figure>

* **Number of Accessed Machines:** Indicates the number of machines scanned successfully.
* **Total Machines:** Indicates the number of all [Online](https://docs.forestall.io/fsprotect/introduction/glossary#online) machines in the Active Directory.
* **Number of Scanned Files:** Indicates the number of files processed.
* **Total Data Scanned (MB):** Indicates the total amount of data processed in megabytes (MB).
* **Total Matches Detected:** Indicates the number of matches that meet the defined regexes.

### Charts

The pie charts show the Credential Discovery scan results for the [Selected Scan](https://docs.forestall.io/fsprotect/introduction/glossary#selected-scan-current-scan). The **Scan Status** reflects the current lifecycle of a scan. While the scanner is actively enumerating, the status is **Running**. Once execution ends, the status switches to one of two terminal values: **Completed successfully**, indicating that scanner finished without an error; or **Completed with errors**, indicating that the scan reached completion but encountered at least one error that did not halt the overall process.

<figure><img src="/files/zrUM0SxJwBANC9VCBYv2" alt=""><figcaption><p>Credential Discovery Results</p></figcaption></figure>

<table><thead><tr><th width="255">Badge</th><th>Description</th></tr></thead><tbody><tr><td><strong>Machine Status Breakdown</strong></td><td>Shows the ratio of accessed and inaccessible machines.</td></tr><tr><td><strong>Severity Breakdown</strong></td><td>Shows the breakdown of matches according to regex severity.</td></tr><tr><td><strong>Extension Breakdown</strong></td><td>Shows the breakdown of file extensions with matches.</td></tr><tr><td><strong>Top 5 Share Name</strong></td><td>Shows the top 5 most detected share names.</td></tr><tr><td><strong>Top 5 File Name</strong></td><td>Shows the top 5 most detected file names.</td></tr><tr><td><strong>Top 5 Matched Rules</strong></td><td>Shows the 5 most matching regex rules.</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.forestall.io/fsprotect/credential-discovery/summary.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.
