diff --git a/public/docs-static/img/how-to-guides/add-posture-check.png b/public/docs-static/img/how-to-guides/add-posture-check.png
new file mode 100644
index 00000000..c6d2650e
Binary files /dev/null and b/public/docs-static/img/how-to-guides/add-posture-check.png differ
diff --git a/public/docs-static/img/how-to-guides/netbird-version-check.png b/public/docs-static/img/how-to-guides/netbird-version-check.png
new file mode 100644
index 00000000..8f82e93f
Binary files /dev/null and b/public/docs-static/img/how-to-guides/netbird-version-check.png differ
diff --git a/public/docs-static/img/how-to-guides/policies-list.png b/public/docs-static/img/how-to-guides/policies-list.png
new file mode 100644
index 00000000..a6be5b35
Binary files /dev/null and b/public/docs-static/img/how-to-guides/policies-list.png differ
diff --git a/public/docs-static/img/how-to-guides/policy-new-posture-check.png b/public/docs-static/img/how-to-guides/policy-new-posture-check.png
new file mode 100644
index 00000000..a9775e13
Binary files /dev/null and b/public/docs-static/img/how-to-guides/policy-new-posture-check.png differ
diff --git a/public/docs-static/img/how-to-guides/policy-posture-checks-assigned.png b/public/docs-static/img/how-to-guides/policy-posture-checks-assigned.png
new file mode 100644
index 00000000..6dae216f
Binary files /dev/null and b/public/docs-static/img/how-to-guides/policy-posture-checks-assigned.png differ
diff --git a/public/docs-static/img/how-to-guides/policy-posture-checks-select.png b/public/docs-static/img/how-to-guides/policy-posture-checks-select.png
new file mode 100644
index 00000000..6b101769
Binary files /dev/null and b/public/docs-static/img/how-to-guides/policy-posture-checks-select.png differ
diff --git a/public/docs-static/img/how-to-guides/posture-check-create-list.png b/public/docs-static/img/how-to-guides/posture-check-create-list.png
new file mode 100644
index 00000000..5b1f6254
Binary files /dev/null and b/public/docs-static/img/how-to-guides/posture-check-create-list.png differ
diff --git a/public/docs-static/img/how-to-guides/posture-check-netbird-version-enabled.png b/public/docs-static/img/how-to-guides/posture-check-netbird-version-enabled.png
new file mode 100644
index 00000000..9154858d
Binary files /dev/null and b/public/docs-static/img/how-to-guides/posture-check-netbird-version-enabled.png differ
diff --git a/public/docs-static/img/how-to-guides/posture-check-post-config.png b/public/docs-static/img/how-to-guides/posture-check-post-config.png
new file mode 100644
index 00000000..5770e9e1
Binary files /dev/null and b/public/docs-static/img/how-to-guides/posture-check-post-config.png differ
diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx
index 62294cce..8c2dab57 100644
--- a/src/components/NavigationDocs.jsx
+++ b/src/components/NavigationDocs.jsx
@@ -62,6 +62,7 @@ export const docsNavigation = [
{ title: 'CLI', href: '/how-to/cli' },
{ title: 'Delete your NetBird account', href: '/how-to/delete-account' },
{ title: 'IdP sync', href: '/how-to/idp-sync' },
+ { title: 'Manage access with posture checks', href: '/how-to/manage-posture-checks' },
{ title: 'Report bugs and issues', href: '/how-to/report-bug-issues' },
{ title: 'Troubleshooting client issues', href: '/how-to/troubleshooting-client' },
],
diff --git a/src/pages/how-to/manage-posture-checks.mdx b/src/pages/how-to/manage-posture-checks.mdx
new file mode 100644
index 00000000..3e2a4adb
--- /dev/null
+++ b/src/pages/how-to/manage-posture-checks.mdx
@@ -0,0 +1,120 @@
+# Manage access with posture checks
+
+NetBird enables administrators to manage network access by creating access policies that dictate
+which peer groups can interact with other peers in your network.
+Posture checks extend these policies, augmenting their capabilities by allowing administrators to
+enforce access restrictions based on specified criteria. By integrating posture checks seamlessly
+into policy-based ACLs, NetBird evaluates various attributes to determine the eligibility of peers to
+connect to the network.
+
+## Concepts
+
+### NetBird client version check
+
+The NetBird client version check verifies the version of NetBird installed on the device attempting to connect to the
+network. This check ensures that only devices running a specified version of NetBird can gain access,
+thus preventing outdated or incompatible clients from compromising network security.
+
+### Operating system version check
+
+The operating system version check evaluates the operating system (OS) version running on the connecting device.
+This check allows for enforcing minimum OS requirements, ensuring that only devices with up-to-date and
+secure operating systems can access network resources.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+