Skip to content
Draft
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
56 changes: 56 additions & 0 deletions admin_manual/ai/app_context_agent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,62 @@ Circles/teams tools
* Example prompt: *"Share my Hiking plans.md file with the Hiking group team."*


Collectives tools (require `Collectives <https://apps.nextcloud.com/apps/collectives>`_)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* List the user's collectives

* Example prompt: *"List my collectives."*

* List the pages in a collective

* Example prompt: *"List the pages in my Engineering collective."*

* Get metadata about a page in a collective

* Example prompt: *"Show me the details of the 'Onboarding' page in my Engineering collective."*

* Get the markdown content of a page

* Example prompt: *"Fetch the content of the 'Onboarding' page in my Engineering collective."*

* List trashed pages in a collective

* Example prompt: *"List the trashed pages in my Engineering collective."*

* Create a new page in a collective under a given parent

* Example prompt: *"Create a new 'Q3 retro' page in my Engineering collective under the 'Retros' page."*

* Replace the content of a page

* Example prompt: *"Update the 'Q3 retro' page in my Engineering collective with the meeting notes."*

* Rename a page

* Example prompt: *"Rename the 'Q3 retro' page in my Engineering collective to 'Q3 2026 retro'."*

* Move a page to a different parent

* Example prompt: *"Move the 'Q3 2026 retro' page under the 'Archive' page in my Engineering collective."*

* Set the emoji icon of a page

* Example prompt: *"Set the emoji of the 'Onboarding' page in my Engineering collective to 🚀."*

* Move a page to the collective's trash

* Example prompt: *"Trash the 'Old draft' page in my Engineering collective."*

* Restore a page from the collective's trash

* Example prompt: *"Restore the 'Old draft' page from the trash of my Engineering collective."*

* Permanently delete a page

* Example prompt: *"Permanently delete the 'Old draft' page in my Engineering collective."*


Contacts tools
~~~~~~~~~~~~~~

Expand Down