diff --git a/source/_dashboards/sections.markdown b/source/_dashboards/sections.markdown
index 5385e47645b..fa7aced53b5 100644
--- a/source/_dashboards/sections.markdown
+++ b/source/_dashboards/sections.markdown
@@ -65,6 +65,12 @@ In the sections view, you can rearrange sections and cards by dragging them to a
Rearranging cards by dragging
+## Show or hide section conditionally
+
+You can choose to show or hide certain sections based on different conditions. The [available conditions](/dashboards/conditional/#card-conditions) are the same as that for the conditional card.
+
+To edit the section visibility conditions, select the
button and then click on the visibility tab.
+
## Check out the demo
Check out the demo from the March live stream on dashboards.
diff --git a/source/dashboards/cards.markdown b/source/dashboards/cards.markdown
index 8d707a46dbf..5d263a8ce7c 100644
--- a/source/dashboards/cards.markdown
+++ b/source/dashboards/cards.markdown
@@ -50,6 +50,12 @@ Some cards have support for [header and footer widgets](/dashboards/header-foote
Screenshot of an entities card with a picture header and buttons footer.
+## Show or hide card conditionally
+
+You can choose to show or hide certain cards based on different conditions. The [available conditions](/dashboards/conditional/#card-conditions) are the same as that for the conditional card.
+
+To edit the card visibility conditions, open the card editor and then click on the visibility tab.
+
## Adding cards to your dashboard
1. If this is your first time editing a dashboard, [take control of the default dashboard](/dashboards/#get-started-with-your-own-dashboard).