# 2.1 Today's Data

<figure><img src="/files/4SeeEM1YUwvMehJbKcHc" alt=""><figcaption></figcaption></figure>

#### 🎯 Purpose

The **Today's Data** panel provides a real-time snapshot of the website's security posture and traffic behavior for the current day. It helps identify ongoing threats, traffic surges, and overall performance indicators.

#### 📌 Key Components

* **Total Visits**: Number of all HTTP requests received today.
* **Successful Requests**: Requests that returned 2xx HTTP status codes.
* **Malicious Action Attempts**: Count of requests detected as harmful or suspicious.
* **HTTP Risk Score**: A calculated metric indicating potential danger based on error patterns.

#### 🌍 Traffic Sources

* **Top Countries by Request Volume**: Displayed on an interactive map.
* **Top IP Addresses**: List of IPs sending the most requests.

#### 🔗 Endpoint Visibility

* **Top URLs Requested**: Shows which paths are most visited or potentially targeted.

#### 📈 Visual Indicators

* Percentage changes show trends compared to yesterday.
* Heat intensity on the map reflects request concentration.
* Color-coded HTTP status responses (green = 2xx, red = 5xx, etc.).

#### ✅ Use Cases

* Quickly detect ongoing attacks or brute-force attempts.
* Identify suspicious IPs or URL abuse.
* Monitor overall daily system health.


---

# 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.shieldsguard.com/getting-started/2.-overview/2.1-todays-data.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.
