> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rad.security/llms.txt
> Use this file to discover all available pages before exploring further.

# Glossary

> Definitions of common terms used in RAD Security.

<AccordionGroup>
  <Accordion title="Agent">
    An autonomous runtime security entity that continuously monitors, analyzes, and responds to security events within its assigned scope.
  </Accordion>

  <Accordion title="Runtime">
    The live execution environment under observation, including containers, processes, and services running in production.
  </Accordion>

  <Accordion title="Playbook">
    Automated remediation or workflow script that defines the sequence of actions to take in response to specific security events.
  </Accordion>

  <Accordion title="Control Plane">
    The centralized management system that hosts agent intelligence and orchestrates SecOps workflows across the platform.
  </Accordion>

  <Accordion title="Data Fabric">
    The infrastructure that streams logs, metrics, and traces from runtime environments to the reasoning engine for analysis.
  </Accordion>

  <Accordion title="Agentic AI">
    AI systems that can reason, plan, and act autonomously within defined guardrails and policy constraints.
  </Accordion>

  <Accordion title="Runtime Security">
    Security measures that operate on live systems and workloads, providing real-time protection and response capabilities.
  </Accordion>

  <Accordion title="Telemetry">
    Data collected from runtime environments including process behavior, network traffic, and system calls.
  </Accordion>
</AccordionGroup>
