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

# Save Agent Memory

## Overview

Save notes, context, or insights to this agent's persistent memory for future recall and reference. Combined with [Look Up Agent Memories](./query_agent_kb) and [List Agent Memories](./list_agent_memories), this gives your agent a long-term, queryable memory store.

### Use Cases

* **Stateful agents**: Remember decisions, preferences, or past user inputs across runs.
* **Audit trails**: Save a record of what the agent did and why.
* **Knowledge accumulation**: Build up domain knowledge as the agent learns from each run.

## Configuration Fields

### Content

* **Description**: The text or notes to save.
* **Required**: Yes

### Topic / Keywords

* **Description**: Optional metadata to make later retrieval easier (e.g. meeting ID, domain, customer name).

### Output Variable Name

* **Description**: Variable name to store the saved memory's ID / metadata.
* **Validation**: Only letters, numbers, and underscores.
* **Required**: Yes

## Related Actions

* [Look Up Agent Memories](./query_agent_kb) for semantic retrieval with citations.
* [List Agent Memories](./list_agent_memories) for browsing and keyword filtering.
