diff --git a/Config.conf.md b/Config.conf.md
index d101160..670755f 100644
--- a/Config.conf.md
+++ b/Config.conf.md
@@ -10,5 +10,85 @@ path="C:\Users\Admin\Downloads\tutorial"
+## TELEGRAM
+
+> telegram access is done with [telethon](https://github.com/LonamiWebs/Telethon)
+
+
+ config.conf
+ [provider=telegram]
+app_id=""
+api_hash=""
+
+
+
+
+## HYDRUS NETWORK
+
+> medios-macina uses custom api wrapper based around the [Hydrus network API](https://hydrusnetwork.github.io/hydrus/developer_api.html#services_object)
+
+
+ config.conf
+ [store=hydrusnetwork]
+NAME=""
+API=""
+URL=""
+
+
+
+## OPENLIBRARY/ARCHIVE
+
+
+ config.conf
+ [provider=OpenLibrary]
+email=""
+password="
+
+
+
+temp="C:\Users\Admin\Downloads"
+debug="true"
+
+## HYDRUS NETWORK
+
+
+
+ config.conf
+ [provider=alldebrid]
+api_key=""
+
+
+
+## MATRIX
+
+
+ config.conf
+ [provider=Matrix]
+homeserver=""
+access_token=""
+room_id=""
+size_limit=""
+
+
+
+## SOULSEEK
+
+
+ config.conf
+ [provider=soulseek]
+username=""
+password=""
+
+
+
+
+## SOULSEEK
+
+
+ config.conf
+ [tool=ytdlp]
+cookies=""
+
+
after your done save the file and restart the cli.py
\ No newline at end of file