Skip to content

Commit ed08bf7

Browse files
authored
Merge pull request #14356 from nextcloud/docs/user-talk-bots-commands
docs(user/talk): rewrite bots and commands page
2 parents 9a63cb7 + 0694b8a commit ed08bf7

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

user_manual/talk/bots.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
Bots and commands
22
=================
33

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/>`_.
516

617
Commands
718
--------
819

20+
.. warning::
21+
Commands have been removed in favor of Bots.
22+
923
Nextcloud allows users to execute actions using commands. A command typically looks like:
1024

1125
``/wiki airplanes``
@@ -16,5 +30,3 @@ Administrators can configure, enable and disable commands. Users can use the ``h
1630

1731
.. image:: images/command-help.png
1832
:width: 600px
19-
20-
Find more information in the `administrative documentation for Talk. <https://nextcloud-talk.readthedocs.io/en/stable/commands/>`_

0 commit comments

Comments
 (0)