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
      • Announcement banner
      • Embedded mode
      • Hiding content
      • Search
      • User feedback
      • Custom CSS & JS
      • CSS selectors reference
      • Custom React components
      • Header and footer
      • Global themes
  • 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
  • Enable embedded mode
  • Embed external pages
Customization

Embedded mode

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

Announcement banner

Next

Hiding content in your site

Embedded mode strips the header and footer (including navigation and logo) from a Fern Docs site so a page renders as content only. Use it to:

  • Surface docs inside a product dashboard or admin panel
  • Embed a page in an iframe without the standard navigation chrome
  • Render content-only views in another application

Enable embedded mode

Add the embedded=true query parameter to the URL:

HTML
1 <iframe
2 src="https://elevenlabs.io/docs/overview/intro?embedded=true"
3 style="width: 100%; height: 500px; border: none; border-radius: 8px;"
4 ></iframe>

Embedded mode persists across navigation within a session, so internal links keep it active without the query string on every URL.

Embed external pages

Embedding external pages in your docs uses the same <iframe> syntax, without ?embedded=true.