Accessing Plain Text Documentation
You can get clean, markdown-formatted versions of all our documentation by simply appending.md
to the end of any doc URL. For example, this very page can be accessed as plain text at /platform/building-with-llms.md.
This format is particularly suited for use with LLMs and AI tooling because:
- Markdown is easier for LLMs to parse compared to HTML or script-heavy pages
- Content hidden behind tabs or conditional UI in the web version is fully exposed in the plain text
- The structured format makes it easier for models to follow document flow and hierarchy
Copy Markdown Easily
Want to reuse or analyze the markdown for a page? Just click the Copy Page button in the top-right corner. This will instantly copy the full markdown content to your clipboard.