From f22c763b33e72fc783e3dd5506acd7ef99e81717 Mon Sep 17 00:00:00 2001 From: Jake Peterson Date: Thu, 26 Jun 2025 19:15:27 -0500 Subject: [PATCH] update AI agent data access --- guides/ai-agents.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guides/ai-agents.mdx b/guides/ai-agents.mdx index 271a5055..b86852e8 100644 --- a/guides/ai-agents.mdx +++ b/guides/ai-agents.mdx @@ -16,6 +16,12 @@ Ask questions about your data, and it will: * Present results in the most insightful format, whether that's a visualization, table, or natural language summary * Ask clarifying questions when needed to ensure you get exactly what you're looking for + +AI Agents in the Lightdash app will follow row-level, column-level, and table-level data access based on [user attributes](/references/user-attributes). + +In Slack, the AI will have the user attributes of the user who set up the agent. We plan to respect user attributes based on Slack user email in the future, reach out if you need that feature! + + ## Preparing your data for AI