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