diff --git a/README.md b/README.md
index 55d157eb9bdb8e7b89c2a7fa1ca002b28a5830c2..d6560c0b1ff4ae442dbec3e6d79d3d9c1c8dbf50 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,12 @@ The manage user screen consists of a list with the users emails and one correspo
 
 Currently, to avoid the scenario of no administrators in the system, the only option to delete an admin account, is if another admin in the system does it. This is done either by removing the admin privilege of the user, so that they can delete their own account. Or, by denying the user access to the system, and delete them from the pending user list. This way, there will always be at least one admin in the system. 
 
-[bilder??]
+<p align="center">
+    <img src="images/manage_salamanders.png" alt="manage salamanders" width="200"/>
+    <img src="images/manage_salamanders_cards.png" alt="manage salamanders cards" width="200"/>
+    <img src="images/salamander_overview.png" alt="salamander overview" width="200"/>
+    <img src="images/change_salamander.png" alt="change salamander" width="200"/>
+</p>
 
 The last feature an admin has access is the manage salamander feature. Here, an admin can look at all registered salamanders at a given location. They can look at every individual salamander, and all entries registered for that salamander. If they want to change a salamanders data, due to either the data not being correct, or they want to update its measurements, this is possible by choosing the entry they want to edit, and go to the change salamander screen. If the user changes either location, species or sex, the salamander will be rematched with the new data. The same matching process as in the register salamander screen in the camera module will be done.