> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## Markdown rendering for API components ai, api-reference Interactive API components now render as fenced code blocks and structured content in your site's Markdown output. AI agents consuming your docs via `.md` URLs, `llms.txt`, or `llms-full.txt` receive the full request and response examples without parsing HTML, reducing content disparity between the rendered page and its Markdown representation. This applies to the following components: * [``](/learn/docs/writing-content/components/request-snippet) * [``](/learn/docs/writing-content/components/response-snippet) * [``](/learn/docs/writing-content/components/endpoint-schema-snippet) * [``](/learn/docs/writing-content/components/runnable-endpoint) * [``](/learn/docs/writing-content/components/webhook-payload-snippet) * [``](/learn/docs/writing-content/components/schema) * [``](/learn/docs/writing-content/components/schema-snippet) Read the docs