Area: mobieusAI (audit p11) · Surface: mobieusAI Q&A assistant — POST /api/ai/assistant/ask (AssistantAIController), rendered via templates/partials/mobieus-ai-drawer.php on every page for eligible users · Dimension: documentation · Severity: major
The flagship mobieusAI Q&A assistant — the most prominent AI surface, a floating widget on every page that answers questions grounded in the community's content with cited sources — is completely undocumented in mobieusKnow. The existing /know/mobieusai-helpers article documents the inline compose helpers (summarizer, tags, bio, DM compose/translate, etc.) but never mentions the conversational assistant drawer at all. A tenant admin enabling ai_assistant has no doc explaining what members see, how scoping works (user/mod/admin), or that answers cite sources.
Evidence
FEATURE IS LIVE & USER-FACING: platform/templates/partials/mobieus-ai-drawer.php:115-132 renders a fixed floating launcher (#mai-launcher) + slide-in drawer whose empty state reads "Ask mobieusAI a question grounded in your community's content. Answers cite the page or thread they came from." The drawer is included from layouts/base.php for any logged-in user with ai_assistant/ai_assistant_user/_mod/_admin granted (lines 11-23), and posts to /api/ai/assistant/ask (line 238). AssistantAIController.php:11 calls it the "mobieusAI Q&A flagship endpoint (#40)."
NO WIKI ARTICLE: `curl https://support.mobieus.io/know/index` returns 0 hits for any of "assistant", "Q&A", "Ask mobieusAI" (grep -ic on saved /tmp/know_index.html = 0 for each). The three existing AI articles also contain zero coverage: /know/mobieusai-helpers, /know/admin-config-ai-model, /know/admin-automation-engine all return 0 hits for assistant/Q&A/Ask mobieusAI. Candidate slugs all 404: /know/mobieusai-assistant, /know/ai-assistant, /know/mobieus-ai-assistant, /know/ai-qa, /know/assistant-ask (HTTP 404 each).
Suggested fix. Add a /know/mobieusai-assistant article (and link it from the AI section of the know index) covering: what the floating ✨ drawer is, how to enable it (the ai_assistant umbrella flag + the three role-scoped flags), that answers are grounded in mobieusKnow/forum content and cite sources, multi-turn conversations, and the BYOK/spend-cap implications.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus