Wiki Chat
Ask questions about your codebase directly within the generated wiki.
Every wiki includes an integrated chat interface that lets you ask questions about the repository. The chat has full context of your codebase and the current wiki page, so you can get detailed, accurate answers without leaving the documentation.
Using Wiki Chat
- Open any wiki page
- Find the chat input at the bottom of the content area
- Type your question and press Enter
- The agent processes your question and streams a response
The chat understands the full repository context — not just the current page. You can ask about architecture decisions, how specific functions work, relationships between modules, or anything else about the codebase.
Example Questions
- "How does authentication work in this project?"
- "What API endpoints are available and what do they return?"
- "Explain the data flow from the frontend form to the database"
- "What testing patterns are used in this codebase?"
- "How are environment variables configured?"
How It Works
When you submit a question:
- A new agent session is created with
chatas the trigger type - The agent receives your question along with context from the current page
- The response streams back in real time as the agent processes your query
- The answer is rendered as Markdown with full formatting support
Tips
- Be specific — The more targeted your question, the more useful the answer
- Reference the current page — Ask about topics on the page you're viewing for the most relevant context
- Follow up — Ask clarifying questions to dig deeper into any topic
- Code references — The agent can point you to specific files and functions in its responses