Case Study: wiki.auc.de
Overview
Section titled “Overview”The DokuWiki reference installation for AUC GmbH was built entirely via chat prompts with the satware® AI DokuWiki MCP server. No manual wiki administration, no direct page editing.
| Property | Value |
|---|---|
| URL | https://wiki.auc.de |
| DokuWiki Version | 2024-02-06b “Kaos” |
| Chat tenant used | chat.demo.satware.ai |
| MCP transport | Docker stdio |
| Pages created | Start, FAQ, To-Do, Sidebar |
How it was done
Section titled “How it was done”-
Connect
The demo tenant (
chat.demo.satware.ai) was configured with the DokuWiki MCP plugin. TheuserSettingscontain the URL (https://wiki.auc.de) and the DokuWiki admin JWT token. -
Create start page
Chat prompt:
Create a new page
startwith the content: Welcome to the AUC Wiki. This is our central knowledge platform.The assistant called
dokuwiki_save_pageand created the page with correct DokuWiki syntax. -
Build FAQ page
Chat prompt:
Create a page
faqwith frequently asked questions. At least 3 questions with answers.Result: A structured FAQ page with DokuWiki headings and formatting - all automatically generated.
-
Create to-do list
Chat prompt:
Create a page
todowith a to-do list for the wiki setup. -
Create navigation (sidebar)
Chat prompt:
Create a sidebar page with links to start, faq, and todo.
The key advantage
Section titled “The key advantage”No DokuWiki syntax knowledge needed. No direct access to the DokuWiki administration. Everything through the chat.
See it live
Section titled “See it live”The wiki installation is available at: https://wiki.auc.de
Related
Section titled “Related”- Example Prompts - full collection to try
- Quickstart - getting started
- Installation - set up the Docker image