# Data Stores

The Inventory of Data Stores page provides a complete catalog of all cloud storage infrastructure discovered across your connected AWS accounts. It shows encryption status, public access exposure, data classification results, and risk levels for every resource. Currently, S3 buckets can be selected for classification.

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

### Summary Metrics

At the top of the page, we have metric cards for an at-a-glance view of data store health.

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

| Card                | What It Shows                                                      |
| ------------------- | ------------------------------------------------------------------ |
| Total Assets        | Count of total assets, as well as what's displayed upon the page   |
| Publicly Accessible | Count of resources broken down by public, private, and unsupported |
| Encryption Status   | Count of encrypted vs unencrypted resources                        |
| Data Classification | Count of resources with and without classification matches         |
| Capacity            | Resources grouped by size (Large / Medium / Small / Tiny / Empty)  |

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

### Searching and Filtering

#### Search Bar

Type in the search bar to filter assets by name or property. You can also press `/` on your keyboard to focus the search bar quickly.

#### Quick Filters

Two pre-built quick filters are available above the asset list:

* **Public-facing resources** — Shows only assets accessible from the internet
* **Unencrypted storage** — Shows only assets without encryption enabled

Click either button to apply it. Click again to remove it.

#### Advanced Filters

Click the filter icon to expand additional filter options:

| Filter            | Options                           |
| ----------------- | --------------------------------- |
| Size              | Large, Medium, Small, Tiny, Empty |
| Last Accessed     | Time-based ranges                 |
| Risk Level        | Critical, High, Medium, Low       |
| Encryption Status | Encrypted, Unencrypted            |
| Public Access     | Public, Private                   |

#### Active Filter Badges

When filters are applied, they appear as badges below the search bar. Click the **×** on any badge to remove that individual filter.

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

***

### Asset List

Each asset appears as a card showing applicable details:

* Resource name and type
* AWS region and account
* Risk classification level
* Encryption status
* Last access timestamp
* Data classification match status

Click an asset card to expand it and see full details.

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

***

### Triggering Classification

You can manually trigger a data classification scan on one or more applicable assets:

1. Select assets using the checkboxes on each card.
2. Click the **Classify Now** button that appears in the toolbar.
3. Confirm the action in the dialog.

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

***

### Pagination

Use the **Previous** and **Next** buttons at the bottom of the list to navigate between pages. Use the page size selector to control how many assets appear per page.


---

# 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://help.datadefender.io/portal-overview/data-security-insights/data-stores.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.
