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
  • 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

Changelog

January 21, 2025
January 21, 2025
Was this page helpful?
Edit this page
Previous

February 4, 2025

Next

January 14, 2025

Improvements to the Accordion Component

The accordion component has been upgraded so that you can now use your in-browser cmd+f search to look for text that is otherwise hidden.

  • Improved accessibility for all of our customers who are leveraging the <Accordion> component
  • Improved SEO indexing of content (more html is now generated on the server-side instead of client-side)

Try searching for burst on this page: https://dev.hume.ai/docs/expression-measurement/faq

Support for embedding local assets

We’ve added support for embedding local assets in your docs. This is useful for displaying PDFs, images, videos, and other assets into your docs.

To embed an asset, you can use the embed tag.

1<embed src="./path/to/asset.pdf" type="application/pdf" />
2<embed src="./path/to/asset.mp4" type="video/mp4" />
3<embed src="./path/to/asset.png" type="image/png" />
Read the docs