You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/ai-agents.mdx
+26-15Lines changed: 26 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ title: "AI agents"
10
10
/>{""}
11
11
</CardGroup>
12
12
13
-
Lightdash AI agents transform the way you interact with your data by allowing you to ask questions in natural language and get answers back. Whether you're exploring data in Lightdash or collaborating with your team in Slack, AI agents make data analysis as simple as having a conversation.
13
+
AI agents transform the way you interact with your data by allowing you to ask questions in natural language and get answers back. Whether you're exploring data in Lightdash or collaborating with your team in Slack, AI agents make data analysis as simple as having a conversation.
To get the most accurate and useful answers from your AI agents, follow these best practices for preparing your data and configuring your agents.
89
106
90
107
### Think specialized, not general
91
108
92
-
Think of AI agents as your specialized analysts - each one can be configured to focus on specific areas of your business. For example, you might create a "Marketing Assistant" that only has access to marketing data like campaign performance, lead generation, and customer acquisition metrics. This focused approach ensures more accurate, relevant responses and prevents sensitive data from being accessible to the wrong teams. To find out more about how to configure specific access, see [Curating fields with tags](#curating-fields-with-tags).
109
+
Think of AI agents as your specialized analysts - each one can be configured to focus on specific areas of your business. For example, you might create a "Marketing Assistant" that only has access to marketing data like campaign performance, lead generation, and customer acquisition metrics. This focused approach ensures more accurate, relevant responses and prevents sensitive data from being accessible to the wrong teams. To find out more about how to configure specific access, see [Limiting access to specific explores/fields](#limiting-access-to-specific-explores/fields).
93
110
94
111
### Document your data thoroughly
95
112
@@ -169,18 +186,12 @@ For more granular control, tag specific metrics and dimensions:
169
186
tags: ['ai', 'finance'] # <--------- tagging the metric
170
187
```
171
188
172
-
## Learn more
189
+
## FAQs
173
190
174
-
Watch this comprehensive demo to see AI agents in action:
Lightdash only stores one-line-answers, for example: "How many orders we've had so far?". So you can look back at your threads' history, we have to keep this record stored. All other queries that result a query do **not** get stored. We only store the fields (and filters if applicable) to generate the query to your warehouse.
194
+
195
+
2. Why can't I set multiple Agents for the same Slack channel?
196
+
197
+
Since you have to mention the Slack App for your organization, and to avoid unexpected results, we don't allow multiple agents for the same slack channel. To align with best practices, we recommend one slack channel per project, so you prompt with confidence.
0 commit comments