From 0694b8aa578a2483ef190fe947d35151d4633ece Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 16 Apr 2026 15:15:40 +0200 Subject: [PATCH] docs(user/talk): rewrite bots and commands page Add a Bots section with descriptions of popular bots (call summary, agenda bot, roll a dice) and a link to the Talk admin documentation. Mark the Commands section as removed in favor of Bots. AI-Assisted-By: Claude Opus 4.6 Signed-off-by: Anna Larch --- user_manual/talk/bots.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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. `_