# Data Security Insights

The Data Security Insights page is your main dashboard — a central hub that gives you a high-level view of your cloud security posture and quick access to every major feature.

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

***

### Overview

When you first log in, this page presents six cards, each representing a key security question. Each card is clickable and takes you directly to the relevant feature.

| Card                | Question It Answers                                                   | Destination              |
| ------------------- | --------------------------------------------------------------------- | ------------------------ |
| Data Stores         | Where is all my data stored? What types of storage do I use?          | Inventory of Data Stores |
| Data Classification | What types of data do I have? Do I know where all my data stores are? | Data Classification      |
| Public Resources    | What resources are open to the public?                                | Public Resources         |
| Suspected Attacks   | Are any attackers trying to get to my data?                           | Suspected Attacks        |
| Security Holes      | What misconfigurations & security holes exist?                        | Security Checks          |

***

### How to Use This Page

Click any card to navigate directly to that feature.&#x20;

**Recommended workflow:**

1. Start with **Data Stores** to confirm all your cloud resources are being monitored.
2. Check **Public Resources** to identify any storage open to the internet.
3. Review **Data Classification** to see where sensitive data has been detected.
4. Check **Security Holes** for misconfigurations that need remediation.
5. Monitor **Suspected Attacks** for any active threat activity.


---

# 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.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.
