@@ -9,7 +9,40 @@ Get Started with Embedding
9
9
|charts-short| offers a :guilabel:`Getting Started` UI to help you
10
10
learn how to embed :ref:`charts <embedding-charts>` and
11
11
:ref:`dashboards <embedding-dashboards>` with an iFrame or Javascript
12
- SDK.
12
+ SDK. You can use authenticated or unauthenticated embedding to view
13
+ charts and dashboards generated from your environment.
14
+
15
+ Authenticated embedding allows you to perform the following actions to
16
+ your charts and dashboards:
17
+
18
+ - Control user access
19
+ - :ref:`Injected filtering <embedded-chart-options>`
20
+ - :ref:`Google and JWT authentication <configure-auth-providers>`
21
+
22
+ Unauthenticated embedding allows you to perform the following actions to
23
+ your charts and dashboards:
24
+
25
+ - Allow everyone with the chart or dashboard link to have view access
26
+ - Specify the following options:
27
+
28
+ - Maximum data range
29
+ - Auto-refresh
30
+ - Color theme, width, and height
31
+ - Whether to display the title and description
32
+
33
+ .. tip::
34
+
35
+ If you use the :ref:`Embedding SDK <embedding-charts-sdk>`, you can
36
+ make more flexible adjustments to dashboard settings and rendering
37
+ specifications such as styling and branding. To learn more, see
38
+ :ref:`charts-embedding-sdk`.
39
+
40
+ Prerequisites
41
+ -------------
42
+
43
+ - You must be a chart or dashboard :ref:`Author <dashboard-permissions>`
44
+ to enable embedding for a chart or dashboard.
45
+ - Access to the :ref:`data source <data-sources>`.
13
46
14
47
Use the Getting Started UI
15
48
--------------------------
0 commit comments