diff --git a/docs/ecolyo-agent/Technical/grdf.md b/docs/ecolyo-agent/Technical/grdf.md
new file mode 100644
index 0000000000000000000000000000000000000000..563866d4372bd3c69be4d42b7f82ed9bfda76ba4
--- /dev/null
+++ b/docs/ecolyo-agent/Technical/grdf.md
@@ -0,0 +1,7 @@
+# GRDF Access Token
+
+To avoid the creation of a new access token for each connectors, the backoffice is responsible for fetching access tokens.
+
+It fetches a new access token every 2 hours and stores it in a table `grdf_access_tokens`.
+
+Each connectors will fetch an endpoint to get the access token instead.