# Real time alerts

When our system detects unusual behavior and malicious attacks, it generates alerts that you can export or visualize in the dashboard. A single attack can generate many alerts; most frequently, we see this occurring with runtime attacks (DLL Injection, method hooking, thread hijacking, etc).

Alerts contain general information about the attack's nature, and a summary of the events that occurred before and after the attack was detected. If you want to know more about the detections, it's best to reach out to support or view the raw logs of the events (enterprise only).


---

# 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.cyphor.net/code-guard/real-time-alerts.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.
