For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Book a demoLog inStart for free
  • Getting started
    • Overview
    • How it works
    • Quickstart
    • Project structure
    • Customer showcase
    • Changelog
  • Configuration
    • Overview
    • Site-level settings
    • Page-level settings
  • Writing content
    • Markdown basics
    • Rich media in Markdown
    • Fern Editor
    • Reusable snippets
  • AI features
    • Overview
    • Fern Writer
    • AI-generated examples
    • Markdown access
      • Overview
      • Customize LLM output
      • Agent directives
      • Analytics and integration
    • MCP server
    • API catalog discovery
      • Overview
  • Public API
    • GETJWT from Fern API key
    • GETAlgolia search credentials
    • GETCurrent user information
  • Fern Writer API
    • GETGet Fern Writer Install Link
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
Book a demoLog inStart for free
On this page
  • Get started
  • Features
AI featuresAsk Fern

Overview

||View as Markdown|
Was this page helpful?
Edit this page
Previous

API catalog discovery

Next

Ask Fern Slack app

Ask Fern is Fern’s AI Search feature, powered by Claude 4.6 Sonnet and Claude 4.5 Haiku with Retrieval Augmented Generation (RAG). Ask Fern indexes your documentation and provides an interface for your end users to ask questions and get answers. Responses include citations that link directly to source pages.

Ask Fern appears as a side panel that works with all Fern Docs layouts and stays open as users navigate between pages. Responses are filtered by version, product, and role.

Get started

1

Enable in the Dashboard

Open the Fern Dashboard. Navigate to the Settings tab and click Enable on the Ask AI card.

Enabling Ask Fern triggers an automatic reindex of your content. This typically takes a few minutes, though sites with extensive custom components may take longer. Once this process is finished, the Ask Fern side panel will appear on your site.

For multi-source sites, the Dashboard also controls whether Ask Fern answers from a single sub-path’s content (hierarchical) or from all sub-paths on the domain (unified).

2

Connect Slack

Connect Ask Fern to Slack so your users can ask questions directly from chat.

3

Customize your configuration (optional)

Finetune Ask Fern’s behavior:

Content sources

Add additional documents and websites.

Guidance

Override responses to sensitive queries.

Standalone search widget

Embed Ask Fern in any React application.

Features

Ask Fern comes with built-in tools to help you understand how users interact with your documentation and ensure answers are accurate and trustworthy.

Analytics

View conversations per day in the Fern Dashboard, drill down into individual conversations, and export to CSV.

The Dashboard also reports a resolution rate over the last week, month, or year — the percentage of conversations where Ask Fern returned a cited response. Conversations where the assistant can’t find relevant information count as unresolved.

Deep linking

You can open Ask Fern (example) or the search dialog (example) directly from a URL using query parameters. This is useful for linking from a help chat widget, support portal, or onboarding flow.

# Open Ask Fern side panel with a prompt
https://{{PAGE_URL}}?searchType={{SEARCH_TYPE}}&query={{QUERY1}}
# Open search with a query
https://{{PAGE_URL}}?query={{QUERY2}}
ParameterDescription
queryThe search query or prompt, URL-encoded.
searchTypeOptional. Set to ai to open the Ask AI panel, or omit to open regular search.
Role-based access control

Ask Fern automatically respects the role-based access control (RBAC) settings configured in your documentation. When users query Ask Fern, they only receive answers from documentation they have permission to access based on their assigned roles.

This works at all levels, from entire sections down to individual pages and conditional content within pages.