diff --git a/user_manual/talk/bots.rst b/user_manual/talk/bots.rst
index 6d10c4fce38..ce9fdb67e4b 100644
--- a/user_manual/talk/bots.rst
+++ b/user_manual/talk/bots.rst
@@ -1,11 +1,25 @@
Bots and commands
=================
-.. FIXME Replace with bots as commands are removed, or remove?
+Bots
+----
+
+Bots can respond to chat messages, provide automated replies, and integrate with external services. Your administrator can enable bots for your Talk instance.
+
+Some examples of available bots:
+
+- **Call summary** — Posts an overview message after a call ends, listing all participants and outlining any tasks that were mentioned.
+- **Agenda bot** — Helps manage meeting agendas with time monitoring and permission-based access control.
+- **Roll a dice** — Type ``/roll`` in a conversation to roll dice.
+
+A full list of available bots and installation instructions can be found in the `Talk administration documentation `_.
Commands
--------
+.. warning::
+ Commands have been removed in favor of Bots.
+
Nextcloud allows users to execute actions using commands. A command typically looks like:
``/wiki airplanes``
@@ -16,5 +30,3 @@ Administrators can configure, enable and disable commands. Users can use the ``h
.. image:: images/command-help.png
:width: 600px
-
-Find more information in the `administrative documentation for Talk. `_