LLM Documentation Access
Intervengine publishes a machine-readable version of its documentation at /llms.txt. This is a single markdown file containing the full content of every documentation page, cleaned of formatting artifacts and optimised for use with large language models like Claude, ChatGPT, and others.
The file is regenerated automatically on every documentation build, so it always reflects the latest published content.
Using with Claude
The recommended way to use this with Claude is via a Project with custom instructions.
One-time setup
-
Go to claude.ai and create a new Project
-
In the Project Instructions, add:
When you need to reference Intervengine documentation, fetch the contents of https://intervengine-docs.web.app/llms.txt using your web fetch capability and read it directly.
-
Start a conversation inside that Project
Claude will fetch the latest documentation when needed. Because it reads from the live URL, you never need to re-upload or update anything — the file stays current as the docs are updated.
Quick use (no project)
Paste the URL directly into any Claude conversation:
https://intervengine-docs.web.app/llms.txt
Claude will fetch and read the content. This works for one-off questions but doesn't persist across conversations.