diff --git a/.changeset/twenty-waves-sleep.md b/.changeset/twenty-waves-sleep.md
new file mode 100644
index 0000000000..cd7939a3fd
--- /dev/null
+++ b/.changeset/twenty-waves-sleep.md
@@ -0,0 +1,5 @@
+---
+'@swisspost/design-system-documentation': minor
+---
+
+Added usage examples for the header component.
diff --git a/packages/documentation/src/stories/components/header/header-selected-class.sample.html b/packages/documentation/src/stories/components/header/header-selected-class.sample.html
deleted file mode 100644
index 309269e1d7..0000000000
--- a/packages/documentation/src/stories/components/header/header-selected-class.sample.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
- ...
-
-
-
-
Main Navigation
-
-
- Letters
-
- Packages
-
-
- ...
-
diff --git a/packages/documentation/src/stories/components/header/header.docs.mdx b/packages/documentation/src/stories/components/header/header.docs.mdx
index 5b2c44af00..a69dcf6207 100644
--- a/packages/documentation/src/stories/components/header/header.docs.mdx
+++ b/packages/documentation/src/stories/components/header/header.docs.mdx
@@ -1,8 +1,7 @@
-import { Canvas, Controls, Meta, Source } from '@storybook/addon-docs/blocks';
+import { Canvas, Controls, Meta } from '@storybook/addon-docs/blocks';
import * as HeaderStories from './header.stories';
import './header.styles.scss';
import StylesPackageImport from '@/shared/styles-package-import.mdx';
-import HeaderSelectedClass from './header-selected-class.sample.html?raw';
@@ -13,38 +12,70 @@ import HeaderSelectedClass from './header-selected-class.sample.html?raw';
-
The header of the Post.
+
+ Allow users to navigate through your application.
+
+
+The Header adapts to your needs and can contain a variety of sub-components depending on your use case.
+
+It is divided into two sections:
+
+1. **Global Header** (Yellow Background): provides navigation links and information that are global to the entire organization.
+2. **Application Header** (White Background): displays navigation links and information specific to the current application.
-
+
+
+
-## Styling Active Navigation Items with `aria-current="page"`
+## Installation
-
+The `` element is part of the `@swisspost/design-system-components` package.
+For more information, read the [getting started with components guide](/?path=/docs/edfb619b-fda1-4570-bf25-20830303d483--docs).
-### Example
+
-
+### CSS Properties
-## CSS Properties
+The `` styles expose several custom properties on the `:root` element:
-The `` component exposes the following custom properties to the `:root` element:
+- `--post-header-height`: the current visible height of the header
+- `--post-header-expanded-height`: the height of the header when expanded
+- `--post-header-reduced-height`: the height of the header when reduced
-
-
- `--post-header-height`: This property represents the height of the header that is currently
- visible in the viewport.
-
-
`--post-header-expanded-height`: This property represents the actual size of the header.