Skip to content

Example Prompts

Copy these prompts directly into your chat. The AI assistant automatically selects the appropriate tool and executes the action.

Prompt Tool(s)
“Create a page team:members with a table of all staff” save_page
“Create a page project:agenda with an agenda for the next meeting” save_page, validate_content
“Show me the content of the start page” get_page
“Show me the last 10 changes in the wiki” get_recent_changes
“Search for all pages mentioning ‘Onboarding’” search_pages
“List all pages in the projects namespace” list_pages
Prompt Tool(s)
“Which pages link to the start page?” get_backlinks
“Show all outgoing links on the docs:api page” get_page_links
“Check if the links on the projects:overview page are still working” check_page_links
Prompt Tool(s)
“Find orphaned pages in the docs namespace” find_orphan_pages
“Show pages not modified in over a year” find_stale_pages
“Are there pages with identical content?” find_duplicate_content
“Check tag consistency across the entire wiki” check_tag_consistency
Prompt Tool(s)
“Rename docs:old to docs:new and update all links automatically” rename_page
“Move the image images:logo.png to branding:logo.png rename_media
Prompt Tool(s)
“List all images in the wiki namespace” list_media
“Upload the attached image as team:logo.png upload_media
“Show which pages use the image logos:company.png get_media_usage
Prompt Tool(s)
“Create a user ‘max.mustermann’ with email max@company.com and group ‘editor’” create_user
“Grant the ‘editors’ group edit permissions on the project:* namespace” add_acl_rule
“Show all ACL rules” list_acl_rules
Prompt Tool(s)
“Show all pages with the ‘project’ schema where status is ‘active’” get_struct_aggregation
“Save the structured data for page project:alpha in the ‘project’ schema” save_struct_data
“Show the ‘project’ schema with all columns” get_struct_schema
Prompt Tool(s)
“What DokuWiki version do we run?” get_wiki_info
“Which plugins are installed?” get_wiki_capabilities
“What is our wiki title?” get_wiki_title