diff --git a/docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md b/docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md
index 396ad7dea81..7f3f60f1c96 100644
--- a/docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md
+++ b/docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md
@@ -79,7 +79,7 @@ The following list contains role-based access control actions.
| `dashboards.permissions:write` |
- `dashboards:*`
- `dashboards:uid:*`
- `folders:*`
- `folders:uid:*`
| Update permissions for one or more dashboards. |
| `dashboards:read` | - `dashboards:*`
- `dashboards:uid:*`
- `folders:*`
- `folders:uid:*`
| Read one or more dashboards. |
| `dashboards:write` | - `dashboards:*`
- `dashboards:uid:*`
- `folders:*`
- `folders:uid:*`
| Update one or more dashboards. |
-| `dashboards.public:write` | - `dashboards:*`
- `dashboards:uid:*`
| Write public dashboard configuration. |
+| `dashboards.public:write` | - `dashboards:*`
- `dashboards:uid:*`
| Write shared dashboard configuration. |
| `datasources.caching:read` | - `datasources:*`
- `datasources:uid:*`
| Read data source query caching settings. |
| `datasources.caching:write` | - `datasources:*`
- `datasources:uid:*`
| Update data source query caching settings. |
| `datasources:create` | None | Create data sources. |
diff --git a/docs/sources/administration/roles-and-permissions/access-control/rbac-fixed-basic-role-definitions/index.md b/docs/sources/administration/roles-and-permissions/access-control/rbac-fixed-basic-role-definitions/index.md
index 68ea28a7814..ccc283db650 100644
--- a/docs/sources/administration/roles-and-permissions/access-control/rbac-fixed-basic-role-definitions/index.md
+++ b/docs/sources/administration/roles-and-permissions/access-control/rbac-fixed-basic-role-definitions/index.md
@@ -98,7 +98,7 @@ To learn how to use the roles API to determine the role UUIDs, refer to [Manage
| `fixed:dashboards.insights:reader` | `fixed_JlBJ2_gizP8zhgaeGE2rjyZe2Rs` | `dashboards.insights:read` | Read dashboard insights data and see presence indicators. |
| `fixed:dashboards.permissions:reader` | `fixed_f17oxuXW_58LL8mYJsm4T_mCeIw` | `dashboards.permissions:read` | Read all dashboard permissions. |
| `fixed:dashboards.permissions:writer` | `fixed_CcznxhWX_Yqn8uWMXMQ-b5iFW9k` | All permissions from `fixed:dashboards.permissions:reader` and
`dashboards.permissions:write` | Read and update all dashboard permissions. |
-| `fixed:dashboards.public:writer` | `fixed_f_GHHRBciaqESXfGz2oCcooqHxs` | `dashboards.public:write` | Create, update, delete or pause a public dashboard. |
+| `fixed:dashboards.public:writer` | `fixed_f_GHHRBciaqESXfGz2oCcooqHxs` | `dashboards.public:write` | Create, update, delete or pause a shared dashboard. |
| `fixed:datasources:creator` | `fixed_XX8jHREgUt-wo1A-rPXIiFlX6Zw` | `datasources:create` | Create data sources. |
| `fixed:datasources:explorer` | `fixed_qDzW9mzx9yM91T5Bi8dHUM2muTw` | `datasources:explore` | Enable the Explore feature. Data source permissions still apply, you can only query data sources for which you have query permissions. |
| `fixed:datasources:reader` | `fixed_C2x8IxkiBc1KZVjyYH775T9jNMQ` | `datasources:read`
`datasources:query` | Read and query data sources. |
diff --git a/docs/sources/panels-visualizations/panel-overview/index.md b/docs/sources/panels-visualizations/panel-overview/index.md
index 5816a6f1ce8..7acc0cf1ff1 100644
--- a/docs/sources/panels-visualizations/panel-overview/index.md
+++ b/docs/sources/panels-visualizations/panel-overview/index.md
@@ -140,7 +140,7 @@ To access the panel editor, hover over the top-right corner of any panel. Click
- **View**: View the panel in full screen.
- **Edit**: Open the panel editor to edit panel and visualization options.
-- **Share**: Share the panel as a link, embed, or library panel.
+- **Share**: Share the panel as a link, embed, or snapshot.
- **Explore**: Open the panel in **Explore**, where you can focus on your query.
- **Inspect**: Open the **Inspect** drawer, where you can review the panel data, stats, metadata, JSON, and query.
- **Data**: Open the **Inspect** drawer in the **Data** tab.
@@ -150,8 +150,8 @@ To access the panel editor, hover over the top-right corner of any panel. Click
- **More**: Access other panel actions.
- **Duplicate**: Make a copy of the panel. Duplicated panels query data separately from the original panel. You can use the special `Dashboard` data source to [share the same query results across panels](ref:share) instead.
- **Copy**: Copy the panel to the clipboard.
- - **Create library panel**: Create a panel that can be imported into other dashboards.
- - **Create alert**: Open the alert rule configuration page in **Alerting**, where you can [create a Grafana-managed alert](ref:create) based on the panel queries.
+ - **New library panel**: Create a panel that can be imported into other dashboards.
+ - **New alert rule**: Open the alert rule configuration page in **Alerting**, where you can [create a Grafana-managed alert](ref:create) based on the panel queries.
- **Hide legend**: Hide the panel legend.
- **Get help**: Send a snapshot or panel data to Grafana Labs Technical Support.
- **Remove**: Remove the panel from the dashboard.
@@ -164,10 +164,14 @@ By hovering over a panel with the mouse you can use some shortcuts that will tar
- `e`: Toggle panel edit view
- `v`: Toggle panel fullscreen view
-- `ps`: Open Panel Share Modal
+- `pu`: Share link
+- `pe`: Share embed
+- `ps`: Share snapshot
+- `px`: Open panel in **Explore**
- `pd`: Duplicate Panel
+- `i`: Inspect
+- `pl`: Hide or show legend
- `pr`: Remove Panel
-- `pl`: Toggle panel legend
## Add a panel