Example Prompts
Copy these prompts directly into your chat. The AI assistant automatically selects the appropriate tool and executes the action.
Create and Edit Pages
Section titled “Create and Edit Pages”| 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 |
Links and Backlinks
Section titled “Links and Backlinks”| 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 |
Wiki Quality Audit
Section titled “Wiki Quality Audit”| 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 |
Rename and Move
Section titled “Rename and Move”| 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 |
Media Files
Section titled “Media Files”| 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 |
Users and Permissions
Section titled “Users and Permissions”| 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 |
Structured Data (Struct Plugin)
Section titled “Structured Data (Struct Plugin)”| 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 |
Wiki Information
Section titled “Wiki Information”| 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 |