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
      • PostHog
      • Google
      • Segment
      • Mixpanel
      • Analytics events reference
      • Fullstory
      • Intercom
      • Postman
      • Context7
  • 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
Analytics & integrations

Context7

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

Postman integration

Next

Orchestrate releases

Context7 provides up-to-date, version-specific documentation context for AI coding assistants. To register a library with Context7, you need to host a context7.json file anywhere under the library’s base URL. Fern handles this for you through the integrations configuration in docs.yml.

Requires Fern CLI version 4.52.0 or later. Run fern upgrade to update.

1

Get your context7.json file

Follow Context7’s setup instructions to generate a context7.json verification file for your domain.

2

Add the file to your Fern project

Place the context7.json file in your fern/ directory (or any path relative to docs.yml).

3

Configure docs.yml

Add the integrations.context7 property to your docs.yml file, pointing to the relative path of your context7.json file:

docs.yml
1integrations:
2 context7: ./path/to/context7.json
4

Publish your docs

Run fern generate --docs to publish. Fern hosts the file at /context7.json on your docs site (for example, https://docs.example.com/context7.json).