diff --git a/source/faq.rst b/source/faq.rst
index 91af6c3..00af9af 100644
--- a/source/faq.rst
+++ b/source/faq.rst
@@ -44,6 +44,7 @@ Q: How do I run a bot/are there templates for bots?
PufferPanel works as an abstraction over the host OS so, it supports everything the host OS does.
-Generic templates for "X" bot/bot library don't exist, each project works differently. There is no generic way to cover them.
+Currently, there exist only templates for discord bots (python, js and JDA), found in the `templates repository `_ (can be imported directly from the panel).
-You'll need to create a template for them yourself, this is quite straight forward and there are plenty of `example templates `_ to work from.
+If you want to host another type of bot, you'll need to create a template yourself.
+This is quite straight forward and there are plenty of `example templates `_ to work from.