Release Notes
Changes, fixes, and improvements across versions
Agent File Attachments
The AI Documentation Agent now supports file attachments. Upload PDFs, code files, documents, and spreadsheets directly into the agent conversation to give it richer context when generating or updating your documentation.
This is especially useful when you need the agent to reference existing specs, design documents, API contracts, or internal guides that aren't already in your documentation project. Instead of copy-pasting content into the chat, attach the source file and let the agent extract what it needs.
Custom CSS
Add custom stylesheets to your documentation site for component-level visual control. Upload .css files or reference external HTTPS stylesheets, then target specific elements using stable class names on 60+ components. See Custom CSS.
Board Component for Roadmaps
A new Board component is now available for organizing content in a kanban-style layout with columns and cards such as Roadmaps
Use it when you want to present information that has distinct stages, categories, or statuses — such as feature roadmaps, project workflows, onboarding checklists, comparison matrices, or migration planning boards. It gives readers a visual overview they can scan at a glance instead of reading through long lists or tables.
Fuzzy Search
Search across your documentation now uses fuzzy matching. Readers can find content even when they misspell terms, use partial words, or don't remember the exact phrasing. This significantly reduces "no results" dead ends and makes self-service discovery more forgiving — especially useful for technical terms, product names, and acronyms that are easy to mistype.
Editor Improvements
-
Table of Contents Panel — A new sidebar panel gives you a structural overview of your page, letting you jump to any heading instantly and spot issues like skipped heading levels without scrolling.
-
Icon Picker & Color Picker — Visually browse and select icons and colors directly in the editor instead of guessing names or copying hex codes from external tools.
-
Drag & Drop Rearrange — Components like CardGroup, Steps, and ParamFieldGroup now support drag-and-drop reordering with editable popovers, so you can reorganize content without cutting and pasting code.
-
Turn Into — Convert any block into a different component type (e.g. paragraph → Callout, list → Steps, Card → Expandable) without rewriting content or manually changing markup.
-
Editor UI Polish — Smoother transitions, better focus states, improved keyboard navigation, and more consistent spacing across the editor.
-
Table Editor Fixes — Resolved cell selection glitches, content loss on rapid edits, and inconsistent column resizing for more reliable table editing.
Visual Change Detection
We’ve added visual change detection so you can review documentation edits in a clearer diff experience before accepting, publishing, or reverting them.
-
Review AI changes — Review agent-suggested changes file by file, then accept or reject individual suggestions or all suggestions at once. This also supports AI operations such as create, delete, rename, and move.
-
Review saved changes — Compare saved changes on your current branch against the default branch from the Changes view.
-
Review unsaved changes — Inspect unpublished edits before publishing, jump back into editing, revert a single page, or revert all pending changes.
Authoring MCP Server
The new Authoring MCP Server is now available as the main MCP experience for read/write documentation workflows. It lets MCP-compatible AI clients work directly with your Documentation.AI project so they can inspect files, update pages, manage branches, review changes, and deploy through your normal documentation workflow.
What you can do with it
-
Connect supported AI tools to Documentation.AI using the Authoring MCP endpoint.
-
Let agents read and update documentation content, including pages and
documentation.json. -
Manage branches and merges as part of AI-assisted documentation workflows.
-
Use the same project permissions and role-based access controls that already apply to your documentation workspace.
Learn more in Authoring MCP Server and MCP Server overview.
REST API
We also shipped a new REST API for programmatic documentation authoring and updates. It exposes the same core documentation management capabilities as the Authoring MCP Server over authenticated HTTP endpoints, so teams can integrate documentation workflows directly into scripts, services, and CI/CD pipelines.
What you can do with it
-
Read your site configuration and fetch documentation pages over API.
-
Search documentation and list available pages programmatically.
-
Push documentation updates as Git commits using API keys.
-
Create, list, delete, and merge branches through the API.
-
Inspect pull requests and automate documentation workflows outside an MCP client.
See API Reference overview for the API entry point.
Analytics improvements
We also shipped several analytics improvements to give teams better visibility into documentation performance and AI usage patterns.
Highlights
-
Expanded analytics coverage across traffic, feedback, and Ask AI usage.
-
Better insight into how readers engage with your docs, where they struggle, and which content needs improvement.
-
Improved Ask AI analytics for reviewing question volume, session activity, confidence signals, and satisfaction trends.
-
Easier analysis and reporting with built-in export and dashboard workflows.
See Analytics overview for the full analytics experience.
Features
AI Workflows
AI Workflows let you automate recurring documentation tasks in the background so your docs stay accurate without repeating the same manual work. You can create a workflow from a built-in template or a custom setup, choose how it should run, and review the results from workflow history. Learn more in Workflows.
-
Run documentation tasks on a schedule or after pull request merges.
-
Use built-in templates for jobs like broken link audits, grammar and typo checks, style guide enforcement, changelog generation, and code-aware documentation updates.
-
Add a trigger repository plus additional context repositories for repo-aware workflows.
-
Review run history, status, summaries, downloadable reports, and commits generated by completed runs.
Branches and Previews
Create, manage, and deploy preview branches directly from the dashboard. Each branch gets its own live preview deployment so you can review changes safely before publishing. See Branches and previews.
AI Agent Optimization
AI operations are now smarter, faster, and more cost-efficient with compaction, planner-agent architecture, and optimized token management.
AI Assistant Customization
Configure custom instructions, fallback responses, starter questions, style, and widget position to tailor the assistant experience to your docs. See AI Assistant.
Improvements and bug fixes
-
AI Assistant Captcha Protection — Added hCaptcha integration to help prevent bot abuse. See AI Assistant.
-
Container Content Pages — Navigation containers such as groups, products, and tabs can now have their own content pages instead of only acting as wrappers. See Pages and Groups.
-
AI Assistant Follow-up Suggestions — Suggested follow-up questions now appear inline after each answer. See AI Assistant.
-
Breadcrumb Navigation — Automatic breadcrumbs now appear on all pages with parent containers. See Pages and Views.
-
Documentation Image Quality — Images now render in higher resolution with smarter responsive sizing. See Images.
-
Numerous additional improvements and bug fixes across the platform.
CollectionList and CollectionContent components
Two new components are now available to help you build help center-style navigation directly within your documentation pages.
CollectionList renders a grid or list of topic collections, each linking to a dedicated content page. Think of it as the landing page of a typical help center where users see categories like "Getting Started," "Billing," or "Account Settings" laid out as clickable tiles.
CollectionContent displays the articles or entries within a single collection. Use it on a collection detail page to list all related articles with titles, descriptions, and links, giving readers a familiar browse-and-drill-down experience.
When to use them
-
You want a help center, knowledge base, or support hub layout where users browse by topic rather than following a fixed sidebar.
-
You need a category landing page that groups related articles visually, similar to Zendesk, Intercom, or Freshdesk help centers.
-
You want to complement your main documentation with a self-service support section that feels distinct from your API reference or guides.
Together, these components let you create the classic help center pattern, a top-level collection grid that drills down into per-topic article lists, without leaving Documentation.AI or writing custom code.
Pages for containers
Groups and other containers in your navigation can now have their own full pages instead of only acting as folders. This lets you introduce a section, provide context, or add navigation helpers at the top level of a group. Existing structures continue to work, and you can progressively add container pages where they add value. See Pages and Groups for setup details and examples.
JWT and OAuth access control
Access control now supports JWT and OAuth 2.0 so you can protect documentation with the same identity providers and tokens you use in your product. Use JWT to gate docs behind signed tokens you issue from your app, or connect an OAuth 2.0 provider to require sign-in via your existing SSO flow. Both options work alongside existing password protection and integrate with your project-level access settings. Get started in JWT access control and OAuth 2.0 access control.
Cookie consent
Cookie consent tooling gives you a configurable banner and preference controls that help align your docs with privacy requirements. Decide which analytics and third-party scripts require consent and how they behave before and after a user accepts. Configure options in the dashboard and learn more in Cookie Consent.
Integrations
Connect analytics platforms and chat widgets to your documentation with zero-code setup. Built-in support for 17 providers including Google Tag Manager, Google Analytics, PostHog, Amplitude, Mixpanel, Segment, Hotjar, Intercom, Crisp, and more. Just provide your project ID and publish. See Integrations.
Custom scripts
Add custom script files directly to your documentation project as local assets, then reference them from your site configuration to run custom logic. You can also directly add custom scripts directly those from the dashboard. This will be helpful if you want to add any 3rd party integration other that what we support. See Custom Scripts.
Site Config Moved to Editor
Documentation configuration i.e theme, branding, SEO, navigation, integrations, scripts, and more is now accessible directly from the Editor instead of Settings. Click Site Config in the Editor top toolbar. Changes appear in the Changes panel alongside content edits and deploy when you publish. Learn more in Site Configuration.
API Playground enhancements
API Playground now supports multipart/form-data and application/x-www-form-urlencoded bodies in the request builder, including correct cURL and JavaScript code generation and proxy handling for multipart uploads.
Response and code example groups support a dropdown mode for multi-example responses, so you can show multiple variants without overwhelming the page layout.
GitHub Integration UX
GitHub AI context and source repository has a clearer user experience and a more direct navigation path from workspace settings to integrations.
Page Actions
Page Actions add context-aware tools in the table of contents sidebar so you can move content between tools without leaving the reader view. Learn how to configure actions like copy page markdown, view source, open in external LLMs, and copy MCP URLs in Page Actions.
API Playground
You’re no longer limited to generating API docs only from your OpenAPI spec. You now have more control over each API page, for example, you can embed a playground for a specific endpoint from your OpenAPI spec, and then customize the rest of the page content manually; see API Documentation
Page Feedback
Page Feedback now supports custom feedback fields (not only like or dislike) and optional redirects to your GitHub project feedback flow for open source docs. Feedback analytics are richer and roll up into your dashboards; see User Feedback and Analytics overview.
Ask AI Analytics
Ask AI Analytics lets admins review and export the questions users ask in Ask AI so you can see where docs are unclear or missing. This is the first step toward automatically updating documentation from real user intent; explore details in Search and AI assistant analytics and AI Assistant.
Other improvements
-
Add helper text to password-gated pages with markdown support, including inline links; see Access Control.
-
Enable click-to-zoom on images so readers can inspect diagrams and screenshots in more detail.
-
The API Playground now uses OpenAPI
examplevalues to prefill parameter inputs so readers can run operations with realistic defaults. -
Many other bug fixes and minor improvements
Access control options
You can now configure access control for your docs at the project level to match how you share content with different audiences. Learn more in the Access Control documentation.
Access levels and example use cases
-
Public — Make your entire documentation site visible to anyone.
- Ideal for fully public product docs and API reference that should be discoverable by customers and search engines.
-
Partial — Keep few docs public and few docs private.
- Gate a few pages for internal teams such as Support, Success, or Sales while keeping the rest of your docs public.
-
Private — Require authentication for all documentation.
-
Store internal code documentation, architecture notes, and engineering guides.
-
Centralize internal SOPs, runbooks, and operational checklists for on-call and support teams.
-
Documentation Templates
Choose from pre-built templates to customize the layout and style of your documentation site.
Available Templates
-
Classic - Traditional documentation layout with a clean, focused reading experience. Ideal for technical documentation and API references.
-
Atlas - Modern, visually rich layout with enhanced navigation and content presentation. Perfect for product documentation and user guides.
How to use
-
Select templates from Settings → General → Brand & Theme in your dashboard
-
Configure templates directly in your
documentation.jsonfile using thetemplateproperty -
Further customize your selected template with colors, typography, branding, and navigation settings
Learn more in our Templates documentation.
The default docs domain is migrating from *.documentationai.io to *.documentatioai.com.
-
Existing links automatically redirect; no action needed for most users.
-
Update references only if you hard‑code the old domain in firewalls, allowlists, scripts, or integrations.
-
Custom domains are unaffected and will continue to work as usual.
AI Documentation Agent (beta)
The AI Documentation agent is now available in beta for all workspaces. It helps you generate pages, apply rich visual components, and keep content aligned with your Documentation.AI configuration.
Where can you find it?
- Use the agent from the web editor (using "AI Agent" icon in the editor interface).
**What can you do today? **
-
Draft new documentation pages from scratch or from short briefs.
-
Make existing docs more visually appealing using rich components (Cards, Columns, Callouts, Tabs, Steps, and more).
-
Generate and refine code samples or usage snippets for your APIs and SDKs.
-
Use web search inside the agent to bring in up-to-date external information when needed.
Current limitations (beta)
-
The agent is currently available only on the web. You can use coding agents like Cursor or GitHub Copilot if you are updating using an IDE.
-
The agent understands Documentation.AI’s visual components and documentation structure, but does not yet take context from your codebases or support systems; these integrations are coming soon.
-
The agent cannot yet run in the background or autonomously; background workflows are coming soon.
-
All AI-generated content should be reviewed and edited before publishing
MCP Server for Your Docs
You can now expose your own documentation/knowledge as a Model Context Protocol server. This makes your published docs directly accessible to your end users, internal teams, and LLM‑powered tools.
Key capabilities
-
MCP server for your docs is available by default when you publish your documentation
-
Let end users, IDE agents, and chat assistants query your docs through an MCP endpoint you control
-
Use structured page and API metadata to give agents more grounded and context‑aware responses
-
Help product teams deliver LLM‑native support and troubleshooting experiences directly inside their apps