diff --git a/docs/ecolyo-agent/technical/getting_started.md b/docs/ecolyo-agent/technical/getting_started.md
index 1ded18dc16519250dc35062548cbe0dfb5d9c0c3..e99d0b0ac274ee424a7db58700d3fbec10ea1db4 100644
--- a/docs/ecolyo-agent/technical/getting_started.md
+++ b/docs/ecolyo-agent/technical/getting_started.md
@@ -45,6 +45,15 @@ This command will launch the app from the _docker-compose.local.yml_ file, which
 
     The nginx server needs local ssl certificates in order to run an interact with backend, these certificates are present in the project.
 
+### Fluid prices initialisation
+
+To initialize the database with fluid prices, run the following commands :
+
+```shell
+cd scripts
+./init-fluidprices.sh
+```
+
 To stop it properly use
 
 ```bash