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

Intercom

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

Fullstory

Next

Postman integration

Integrate Intercom to add the Messenger widget to your documentation, allowing users to access your help center and contact support directly from the docs.

1

Get your Intercom app ID

Your Intercom app_id, also known as the Intercom workspace ID, is a unique code assigned to your app when you create it in Intercom.

Find it under Settings > Workspace > General in the “Workspace name & time zone” tab.

See Intercom’s FAQ for more details.

2

Add Intercom to docs.yml

In your docs.yml file, add your Intercom configuration:

docs.yml
1analytics:
2 intercom:
3 app-id: ${INTERCOM_APP_ID}
3

(Optional) Configure a custom endpoint

If you use a custom Intercom instance, add the endpoint to your configuration:

docs.yml
1analytics:
2 intercom:
3 app-id: ${INTERCOM_APP_ID}
4 api-base: ${INTERCOM_ENDPOINT} # e.g. https://intercom.custom-instance.com