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

# Agent Data Overview

> Understanding how data flows through your agents

Agent data is a crucial aspect of building effective automation workflows. This section covers how data moves through your agents, from inputs to output, and how to manage variables along the way.

## Key Concepts

### Data Flow

Data in agents follows a clear path:

1. **Inputs** - Data provided to the agent when it starts
2. **Variables** - Data stored, extracted, and used during execution
3. **Output** - The output produced by the agent

## In This Section

<CardGroup>
  <Card title="Inputs" icon="arrow-right-to-bracket" href="/agent-data/inputs">
    Learn how to provide and handle input data for your agents
  </Card>

  <Card title="Variables" icon="code-branch" href="/agent-data/variables">
    Understand how to store and manage data during agent execution
  </Card>

  <Card title="Output" icon="arrow-right-from-bracket" href="/agent-data/output">
    Discover how to format and return agent results
  </Card>
</CardGroup>

{" "}
