You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <noreply@anthropic.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>
Copy file name to clipboardExpand all lines: user_manual/talk/bots.rst
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,25 @@
1
1
Bots and commands
2
2
=================
3
3
4
-
.. FIXME Replace with bots as commands are removed, or remove?
4
+
Bots
5
+
----
6
+
7
+
Bots can respond to chat messages, provide automated replies, and integrate with external services. Your administrator can enable bots for your Talk instance.
8
+
9
+
Some examples of available bots:
10
+
11
+
- **Call summary** — Posts an overview message after a call ends, listing all participants and outlining any tasks that were mentioned.
12
+
- **Agenda bot** — Helps manage meeting agendas with time monitoring and permission-based access control.
13
+
- **Roll a dice** — Type ``/roll`` in a conversation to roll dice.
14
+
15
+
A full list of available bots and installation instructions can be found in the `Talk administration documentation <https://nextcloud-talk.readthedocs.io/en/latest/bot-list/>`_.
5
16
6
17
Commands
7
18
--------
8
19
20
+
.. warning::
21
+
Commands have been removed in favor of Bots.
22
+
9
23
Nextcloud allows users to execute actions using commands. A command typically looks like:
10
24
11
25
``/wiki airplanes``
@@ -16,5 +30,3 @@ Administrators can configure, enable and disable commands. Users can use the ``h
16
30
17
31
.. image:: images/command-help.png
18
32
:width:600px
19
-
20
-
Find more information in the `administrative documentation for Talk. <https://nextcloud-talk.readthedocs.io/en/stable/commands/>`_
0 commit comments