From a7f496b27281b808d6d0ad63f46f875c5637b5cb Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:58:45 +0000 Subject: [PATCH 01/14] Update guides/ai-agents/getting-started.mdx --- guides/ai-agents/getting-started.mdx | 153 +++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 guides/ai-agents/getting-started.mdx diff --git a/guides/ai-agents/getting-started.mdx b/guides/ai-agents/getting-started.mdx new file mode 100644 index 00000000..0abd21df --- /dev/null +++ b/guides/ai-agents/getting-started.mdx @@ -0,0 +1,153 @@ +--- +title: Getting started with AI agents +description: Learn how to create and configure your first AI agent in Lightdash +--- + +Getting started with AI agents is simple - you can begin using them right away on any project in your Lightdash instance. + +## Creating your first AI agent + + + + + +1. **Find the "Ask AI" button** in your project - this will be your entry point to AI agents +2. **Create a new agent** (only admins and developers can create new AI agents) +3. **Configure your agent:** + + - **Name and image** - Give your agent a memorable name and visual identity + - **Instructions (optional)** - Provide context about your models, tables, or specific use cases to help the AI give more relevant responses. Some templates are provided to get you started. + - **Enable Data Access (optional)** - Enable data access to allow your agent to analyze actual query results and provide insights based on the data. When disabled, agents work with metadata only + - **Enable Self-Improvement (optional, Beta)** - Allow your agent to propose changes to your semantic layer, including updating descriptions and creating new metrics. Changes are tracked in changesets for review + - **User and Group Access (optional)** - Control which users and groups can access your agent through the agent settings + - **Tags (optional)** - Use dbt tags to control which metrics and dimensions the agent can access + - **Slack Integration (optional)** - Connect your agent to Slack channels so users can interact directly from Slack + +Once set up, you can start asking questions immediately! Try asking "What kind of data can you access?" to get started. + + + + + +## Setting up multiple agents + +You can create multiple AI agents, each configured for different tasks, tones, languages, or teams. Each agent can have access to different datasets to focus results and give more accurate answers. + + +