
Getting started
1
Navigate to Wiki
Go to cubic.dev/wiki or click Wiki in the main navigation.
2
Generate documentation
Select a repository and click Generate. cubic analyzes your codebase and creates
documentation in about 3 minutes.
3
Search and explore
Browse the documentation or ask questions in natural language to get instant answers.
The wiki is not automatically regenerated when your repository is updated. You need to manually
refresh it when needed.
Asking questions
Ask questions about your codebase in plain English and get comprehensive answers with code references. You can even request visual diagrams to better understand complex architectures and flows.Chat best practices
- Do's ✓
- Don'ts ✗
- Be specific - “How does the OAuth2 refresh token work?”
- Include context - “In the checkout flow, how are payments processed?”
- Request visual outputs - “Show me a diagram of the authentication flow”
- Ask for examples - “Show me examples of error handling”
Sharing answers
Every search generates a shareable URL. Share the link with teammates. Anyone in your GitHub organization with repository access can view it.Frequently asked questions
How often should I regenerate?
How often should I regenerate?
Regenerate after major changes like new features, refactors, or architecture updates.
Can I share Wiki answers with my team?
Can I share Wiki answers with my team?
Does Wiki work with private repositories?
Does Wiki work with private repositories?
Yes, Wiki works with both public and private repositories. Access follows GitHub permissions.