diff --git a/docs/percona-lab.md b/docs/percona-lab.md
new file mode 100644
index 0000000..d6feeb3
--- /dev/null
+++ b/docs/percona-lab.md
@@ -0,0 +1,25 @@
+---
+hide:
+- feedback
+- navigation
+- toc
+---
+
+!!! warning "Disclaimer"
+
+ The software is in the testing stage and may cause unexpected behavior. Not all features may be available or be fully functional. Back up your data before using this software, it may cause data loss. Do not use this software in a production environment. We provide no support for this software. Check the system requirements and release notes for any known compatibility issues before installing. Be prepared for unexpected behavior. Help us to improve by sharing your experiences and reporting any issues. The documentation in this section is based on early versions of the software and describes incomplete features. Expect frequent updates. The features described may change or be removed. New features may be added in the future.
+
+## Percona Lab software
+
+
+
+### Transparent Data Encryption for PosgreSQL {.title}
+
+A extension that brings in [Transparent Data Encryption (TDE)](https://percona-lab.github.io/pg_tde/main/tde.html) to PostgreSQL and enables users to keep sensitive data safe and secure.
+
+
+
+[Documentation :material-arrow-right:](https://percona-lab.github.io/pg_tde/main/)
+
+
+
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 2a01a45..911c26e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -38,6 +38,8 @@ extra_css:
- css/landing.css
- css/osano.css
markdown_extensions:
+ - admonition
+ - pymdownx.details
- md_in_html
- attr_list
- pymdownx.emoji:
@@ -88,4 +90,5 @@ nav:
- Percona Operators: percona-operators.md
- Percona Everest: "https://pmcf-percona.github.io/everest-doc/"
- PMM: "https://pmcf-percona.github.io/pmm-doc/"
- - Legacy docs: "https://docs.percona.com/legacy-documentation/"
\ No newline at end of file
+ - Legacy docs: "https://docs.percona.com/legacy-documentation/"
+ - Percona Lab: percona-lab.md
\ No newline at end of file