Skip to content

Commit c93e552

Browse files
authored
Add generate dashboards (#303)
1 parent ceed513 commit c93e552

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

dashboards/create.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tags:
88

99
To create a dashboard, choose one of the following:
1010

11+
- [Generate a dashboard](#generate-dashboards-using-ai) using AI based on a natural-language prompt.
1112
- [Create an empty dashboard](#create-empty-dashboards).
1213
- [Fork an existing dashboard](#fork-dashboards). This is how you make a copy of prebuilt integration dashboards that you cannot directly edit.
1314
- [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:
1617
- [Add dashboard elements](/dashboard-elements/create). For example, add a table or a time series chart.
1718
- [Configure the dashboard](/dashboards/configure). For example, control who can access the dashboard and change the time range.
1819

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+
1935
## Create empty dashboards
2036

2137
1. Click the Dashboards tab.
2238
1. In the top right corner, click **New dashboard**.
39+
1. In Type, select **Empty dashboard**.
2340
1. Add a name and a description.
24-
1. Click **Create**.
41+
1. Click **Create dashboard**.
2542

2643
## Fork dashboards
2744

query-data/explore.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The Query tab provides you with robust computation and processing power to get d
1212

1313
Go to the Query tab and choose one of the following options:
1414

15-
- [Generate query using AI based on a natural-language prompt](#generate-query-using-ai)
16-
- [Create query using the visual query builder](#create-a-query-using-visual-query-builder)
17-
- [Create query using Axiom Processing Language (APL)](#create-a-query-using-apl)
15+
- [Generate a query using AI based on a natural-language prompt](#generate-query-using-ai)
16+
- [Create a query using the visual query builder](#create-a-query-using-visual-query-builder)
17+
- [Create a query using Axiom Processing Language (APL)](#create-a-query-using-apl)
1818

1919
You can easily switch between these two methods at any point when creating the query.
2020

0 commit comments

Comments
 (0)