# Understand Agentic Components

## Overview

The **Agentic Components under Guardrails** page gives you an aggregated view of guardrail activity across your environment. The primary goal of this page is to help you understand **which guardrail types and categories are being flagged most**, and **where those events originate**.

<figure><img src="/files/FDePTQ17SRMifA5ztkye" alt="" width="563"><figcaption></figcaption></figure>

## Key Metrics

### Top Guardrail Types

Displays the most frequently triggered guardrail types across all components.

Use this metric to understand which risk patterns are most common and validate whether existing guardrails address real attack behaviour.

### Top Guardrail Categories

Aggregates guardrail triggers into broader categories.

This metric helps you assess where risk is concentrated and prioritise remediation efforts based on security impact.

## Component List

Lists all discovered agentic components along with their guardrail exposure.

<details>

<summary><strong>Available details</strong></summary>

| Column                    | Description                                      |
| ------------------------- | ------------------------------------------------ |
| **Agentic Component URL** | URL where agentic interactions are monitored.    |
| **Host**                  | Domain or service hosting the component.         |
| **Malicious Actors**      | Number of distinct malicious actors detected.    |
| **Malicious Requests**    | Total requests flagged as malicious.             |
| **Discovered (Date)**     | Date the component was first identified by Akto. |

</details>

Selecting a component redirects you to the **Guardrail Activity** page with the URL filter applied, showing only events related to that component.

To analyse individual events in detail, refer to [Guardrail Activity Detailed View](/agentic-guardrails/how-to/guardrail-activity-detailed-view.md).


---

# 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://ai-security-docs.akto.io/agentic-guardrails/how-to/understand-agentic-components.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.
