> ## 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.

# Look Up Agent Memories

## Overview

Search this agent's memories with AI-powered semantic search to recall past context, notes, and insights — with citations back to the original saved memories.

### Use Cases

* **Stateful conversations**: Pull prior context before answering the user.
* **Personalization**: Reference prior meetings / preferences for a returning user.
* **Audit & compliance**: Find past decisions tied to a customer or deal.

## Configuration Fields

### Query

* **Description**: A natural-language question or keyword search.
* **Required**: Yes

### Top K

* **Description**: Maximum number of matching memories to return.

### Output Variable Name

* **Description**: Variable name to store matched memories and citations.
* **Validation**: Only letters, numbers, and underscores.
* **Required**: Yes

## Related Actions

* [Save Agent Memory](./save_to_agent_kb) to add new memories.
* [List Agent Memories](./list_agent_memories) for browsing and keyword filtering.
