diff --git a/README.md b/README.md
index 82488c9e9a465010e7d827141afc990914ce160f..55d157eb9bdb8e7b89c2a7fa1ca002b28a5830c2 100644
--- a/README.md
+++ b/README.md
@@ -114,11 +114,17 @@ The profile screen is the third, and currently final bottom tab destination, loc
 
 #### Admin Module
 
-[Bilder??]
+<p align="center">
+    <img src="images/profile.png" alt="match" width="200"/>
+</p>
 
 The features of this module are all located on the profile screen, but only visible to users with the role 'administrator'. The admin specific features include being able to manage pending users (new users who wants access to the system), manage all users in the system, and the ability to manage all registered salamanders in the system. 
 
-[bilder??]
+<p align="center">
+    <img src="images/pending_users.png" alt="pending users" width="200"/>
+    <img src="images/manage_users.png" alt="manage users" width="200"/>
+    <img src="images/change_rights.png" alt="change rights" width="200"/>
+</p>
 
 The user management features, consists of two screens, one for pending users and one for all the current users in the system. Pending users consists of a list with the users emails and two corresponding buttons, one for granting the user's access, and one for denying them. If the admin denies a pendning user's access, they will be completely deleted from the system. If an admin accepts a user, they will be moved to the manage users screen, and the admin can further manage them there.