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: dashboards/create.mdx
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ tags:
8
8
9
9
To create a dashboard, choose one of the following:
10
10
11
+
-[Generate a dashboard](#generate-dashboards-using-ai) using AI based on a natural-language prompt.
11
12
-[Create an empty dashboard](#create-empty-dashboards).
12
13
-[Fork an existing dashboard](#fork-dashboards). This is how you make a copy of prebuilt integration dashboards that you cannot directly edit.
13
14
-[Duplicate an existing dashboard](#duplicate-dashboards). This is how you make a copy of dashboards other than prebuilt integration dashboards.
@@ -16,12 +17,28 @@ After creating a dashboard:
16
17
-[Add dashboard elements](/dashboard-elements/create). For example, add a table or a time series chart.
17
18
-[Configure the dashboard](/dashboards/configure). For example, control who can access the dashboard and change the time range.
18
19
20
+
## Generate dashboards using AI
21
+
22
+
Explain in your own words what you want to see in your dashboard and Axiom’s AI generates it in seconds.
23
+
24
+
1. Click the Dashboards tab.
25
+
1. In the top right corner, click **New dashboard**.
26
+
1. In Type, click **Generate dashboard**.
27
+
1. In Dataset, select the dataset from which you want to generate the dashboard.
28
+
1. Add a name and a description. Explain in detail what you want to see in your dashboard. The more specific you are, the closer the generated dashboard matches your expectations.
29
+
1. Click **Create dashboard**.
30
+
31
+
<Note>
32
+
You can currently generate dashboards based on a single dataset. After generating the dashboard, you can edit it and add dashboard elements that rely on data from other datasets.
33
+
</Note>
34
+
19
35
## Create empty dashboards
20
36
21
37
1. Click the Dashboards tab.
22
38
1. In the top right corner, click **New dashboard**.
0 commit comments