Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions user_manual/talk/bots.rst
Original file line number Diff line number Diff line change
@@ -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 <https://nextcloud-talk.readthedocs.io/en/latest/bot-list/>`_.

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``
Expand All @@ -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. <https://nextcloud-talk.readthedocs.io/en/stable/commands/>`_
Loading