diff --git a/docs/product/dashboards/custom-dashboards/index.mdx b/docs/product/dashboards/custom-dashboards/index.mdx
index c5fdf3fa37a9d..07db8e8442177 100644
--- a/docs/product/dashboards/custom-dashboards/index.mdx
+++ b/docs/product/dashboards/custom-dashboards/index.mdx
@@ -9,6 +9,8 @@ og_image: /og-images/product-dashboards-custom-dashboards.png
Custom dashboards are shared across your organization, and users can view each other’s custom dashboards on the [Dashboards home page](https://sentry.io/orgredirect/organizations/:orgslug/dashboards/). Note that any changes you make and **save** become global, and will appear for users across the entire organization.
+
+
## Manage Dashboards
On the Dashboards home page, you can:
diff --git a/docs/product/dashboards/index.mdx b/docs/product/dashboards/index.mdx
index 32dc8b13ff8b4..3578436137c63 100644
--- a/docs/product/dashboards/index.mdx
+++ b/docs/product/dashboards/index.mdx
@@ -9,7 +9,7 @@ og_image: /og-images/product-dashboards.png
Sentry's [Dashboards](https://sentry.io/orgredirect/organizations/:orgslug/dashboards/) provide you with a broad overview of your application’s health by allowing you to navigate through error and performance data across multiple projects. Dashboards are made up of one or more widgets, and each widget visualizes one or more [dataset](/product/dashboards/widget-builder/#choose-your-dataset). Try it out in a Dashboards sandbox.
-
+
## Global Filters
diff --git a/docs/product/dashboards/sentry-dashboards/outbound-api-requests.mdx b/docs/product/dashboards/sentry-dashboards/outbound-api-requests.mdx
index 215a8c21a805f..9f76b514d7299 100644
--- a/docs/product/dashboards/sentry-dashboards/outbound-api-requests.mdx
+++ b/docs/product/dashboards/sentry-dashboards/outbound-api-requests.mdx
@@ -6,6 +6,8 @@ description: "Track the performance of your application's HTTP requests and dril
This page applies to outbound HTTP requests from **frontend**, **mobile**, and **backend** applications. With performance monitoring enabled, Sentry tracks all outgoing HTTP requests and helps you investigate the domains that serve those requests.
+
+
On the [Requests page](#requests-page), you get an overview of the domains that serve your application's outgoing requests. From there, you can check each individual domain's behavior on its [Domain Summary page](#domain-summary-page) and find sample events in the [Sample List](#sample-list).
## Prerequisites and Limitations