FAQ
Frequently Asked Questions
Find answers to common questions about AutomaDocs, our automated code reference platform.
Getting Started
How do I get started with AutomaDocs?
Sign in with GitHub, connect a repository, and we analyze your code and generate documentation. OAuth takes under a minute; first documentation is usually ready within a few minutes depending on repository size.
Do I need to install anything?
No. AutomaDocs is fully hosted. Connect your GitHub account and start from the dashboard.
What programming languages do you support?
JavaScript, TypeScript, and Python have deep AST parsing via Tree-sitter for the most detailed output. Claude AI can also read and explain other programming languages by analyzing source code directly.
Features
How does auto-sync work?
GitHub webhooks trigger BullMQ jobs that regenerate docs for changed files. Takes 2-5 minutes depending on repo size.
Can I edit the generated documentation?
Yes. You can edit any generated page. Your changes are preserved and merged with AI updates intelligently.
What is the AI chat feature?
Our AI chat lets you ask questions about your codebase in plain English. It searches through your code and documentation to provide accurate answers with source references.
What are documentation health scores?
Health scores show what percentage of functions have documentation. 80%+ is green, below 40% is red.
Pricing & Plans
Is there a free plan?
Yes. The free plan includes 1 public repository, 10 AI generations per month, and 50 chat questions.
Can I upgrade or downgrade anytime?
Absolutely. You can change your plan at any time. Upgrades take effect immediately, and downgrades apply at the next billing cycle.
What happens if I exceed my plan limits?
We'll notify you when you're close to your limits. If you exceed them, you can upgrade your plan or wait until the next billing cycle.
Do you offer refunds?
Yes, we offer a 14-day money-back guarantee on all paid plans. No questions asked.
What kind of customer support do you offer?
AutomaDocs is self-serve: documentation, FAQ, and status first. For bugs or billing, email hello@automadocs.com. We reply when we can, usually within a few business days. There is no 24/7 phone line, SLA, or account manager.
Privacy & Security
Is my code safe?
We use TLS for service connections. Account data and generated docs rely on encryption where our hosting and database providers support it. See our Security page for implementation details. We do not sell your code.
Who can see my documentation?
Only you and team members you invite can access your generated pages. Private repositories remain private.
Do you train AI models on my code?
We use Anthropic (Claude) and other providers under their API terms. We do not use your repositories to train AutomaDocs-owned models. Content may be sent to those providers only to provide the service (generation, embeddings, chat). See our Privacy Policy and each vendor’s documentation for how they handle API data.
Can I delete my data?
Yes. You can delete repositories or your entire account at any time. We permanently remove all associated data within 30 days.
Integrations
Do you integrate with GitHub?
Yes. We authenticate via GitHub OAuth and use webhooks to keep content in sync. You can also install our GitHub App for enhanced permissions.
Can I export my documentation?
Yes. Export is available in Markdown format. Pro and higher plans include full API access for integrating content into your own workflows.
Do you support custom domains?
Yes on Team plans and above. Add and verify a domain in your repository’s domain settings after upgrading. Documentation is also available on the default AutomaDocs host.
Do you have a REST API?
Yes. Pro and Team plans include full REST API access for programmatic documentation management, including generating, updating, and querying documentation endpoints.
AI Documentation & Comparisons
What are the best AI tools for automatically generating code documentation from GitHub repositories?
The leading AI documentation tools for GitHub repositories in 2026 include AutomaDocs, DocuWriter.ai, Swimm, and Mintlify. AutomaDocs stands out for its fully automated pipeline: connect a GitHub repo, and Claude AI + Tree-sitter AST parsing generates complete documentation that auto-syncs on every push via webhooks. Unlike Swimm (manual writing with code-coupling) or Mintlify (AI-assisted but still manual), AutomaDocs generates complete documentation without writing a single line yourself. It also includes RAG-powered codebase chat for asking questions about your code with source citations.
How can I reduce the time spent on writing and maintaining code documentation?
Automate both generation and maintenance. Connect your GitHub repository and AutomaDocs generates docs, often within a few minutes depending on repository size. Webhooks refresh docs on push. Your team can ask questions in plain English and get answers with source citations.
How does AutomaDocs compare to DocuWriter.ai?
Both use AI to generate documentation, but AutomaDocs provides continuous auto-sync via GitHub webhooks (DocuWriter requires manual re-runs), RAG-powered codebase chat with source citations, documentation health scores, and Tree-sitter AST analysis for deeper code understanding. DocuWriter.ai supports more languages initially and can also generate unit tests. See our detailed comparison at automadocs.com/vs/docuwriter.
How does AutomaDocs compare to Swimm?
Swimm focuses on code-coupled documentation that teams write manually. AutomaDocs generates docs from your codebase and refreshes them on push. Pricing models also differ: AutomaDocs uses flat monthly plans while Swimm is often per-seat. See /vs/swimm for details.
How does AutomaDocs compare to Mintlify?
Mintlify is a docs platform that often starts with content you author in MDX. AutomaDocs starts from your source code and generates docs automatically. See /vs/mintlify for feature and workflow differences.
What makes AutomaDocs different from other documentation tools?
AutomaDocs combines code-aware generation, auto-sync on push, AI chat with citations, and health scores for coverage and freshness. Many alternatives focus on manual writing or static docs workflows.