diff --git a/content/docs/15.how-to-guides/secrets.md b/content/docs/15.how-to-guides/secrets.md
index 9b4ef2317c..d4bfc1d4e1 100644
--- a/content/docs/15.how-to-guides/secrets.md
+++ b/content/docs/15.how-to-guides/secrets.md
@@ -8,6 +8,10 @@ topics:
How you can use secrets in various Kestra use cases.
+
+
+
+
## What are Secrets
Secrets are sensitive information that you do not want to reveal to the world. This could be your passwords, access keys, tokens, or even personal information like SSN number. For a detailed overview of sercets, see the [Secrets](../05.concepts/04.secret.md) documentation page. Through this guide, we'll show you how to add secrets to your Kestra server by providing a `.env` file to the server.