diff --git a/README.md b/README.md
index 92a7621..f458a6f 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,10 @@ This project aims to offer an intuitive and user-friendly solution for WireGuard
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
+## Screenshots
+
+   
+
## Deployment
Follow these steps to deploy wireguard_webadmin:
diff --git a/screenshots/console.png b/screenshots/console.png
new file mode 100644
index 0000000..2d3123f
Binary files /dev/null and b/screenshots/console.png differ
diff --git a/screenshots/peerlist.png b/screenshots/peerlist.png
new file mode 100644
index 0000000..7000090
Binary files /dev/null and b/screenshots/peerlist.png differ
diff --git a/screenshots/serverconfig.png b/screenshots/serverconfig.png
new file mode 100644
index 0000000..fd286f4
Binary files /dev/null and b/screenshots/serverconfig.png differ
diff --git a/screenshots/usermanager.png b/screenshots/usermanager.png
new file mode 100644
index 0000000..1dd19a0
Binary files /dev/null and b/screenshots/usermanager.png differ
diff --git a/templates/base.html b/templates/base.html
index 543f2b5..4cc5e74 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -192,7 +192,7 @@
diff --git a/templates/user_manager/list.html b/templates/user_manager/list.html
index 68c0075..d1928f7 100644
--- a/templates/user_manager/list.html
+++ b/templates/user_manager/list.html
@@ -22,4 +22,6 @@
+ Add User
+
{% endblock %}