Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions guides/ai-agents/agent-memory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ description: Lightdash AI agents learn from your questions, corrections, and fee
---

<Warning>
Agent memory is currently in Beta and gated by a feature flag. Contact Lightdash support to enable it for your organization.
Agent memory is currently in Beta.
</Warning>

Agent memory is how Lightdash AI agents get better the more you use them. As you ask questions, correct wrong answers, and leave feedback, the agent quietly captures what it learned from those conversations as small, durable memories that it uses in future threads.

There is nothing to set up. Memory runs in the background, on a schedule, and turns on the moment the feature flag is enabled for your organization.
There is nothing to set up beyond the organization-level toggle described below. Memory runs in the background, on a schedule.

## Enabling memories

Only Organization Admins can turn memory on or off for the organization.

1. Go to **Settings → Organization Settings → Ask AI → General**.
2. Under **Review AI agent turns**, toggle **Enable AI agent memories** on.

Once enabled, future agent turns are eligible to produce memories in the background. Turning the toggle off stops learning from and using memories, but existing memory data is kept — turning it back on later resumes use with nothing lost.

## How it works

Expand Down
Loading