Why connect the docs
Language models are trained at a point in time and FlowX.AI ships monthly. An assistant answering from memory will confidently describe features that changed, node types that were renamed, and configuration keys that never existed. Connecting the docs changes where the answer comes from. The assistant searches the live documentation, reads the actual page, and cites it back to you.Connect from any page
Every page on this site has a contextual menu at the top with the connection options built in.1
Open the menu on any documentation page
Use the control at the top of the page, beside the page title.
2
Pick your assistant or editor
Options include Claude, ChatGPT, Perplexity, Cursor, and VS Code. Each one hands the current page, or the connection details, straight to that tool.
3
Ask your question
The assistant now has the documentation available and will search it rather than answering from memory.
Connect manually over MCP
For any client that supports the Model Context Protocol, connect to this endpoint over HTTP:What the assistant can do once connected
The docs server exposes three tools.query_docs_filesystem_docs runs against a sandboxed, in-memory copy of the documentation. It is not a shell, and nothing runs on your machine, the docs server, or any FlowX environment.Bulk formats
If you are building a tool, seeding a knowledge base, or feeding a long-context model, three formats are published.Page as Markdown
Append
.md to any documentation URL to get that single page as clean Markdown.llms.txt
An index of the documentation with a one-line description per page. Good for routing and discovery.
llms-full.txt
The complete documentation as a single Markdown file. Large, and intended for ingestion rather than browsing.
Sitemap
https://docs.flowx.ai/sitemap.xml lists every indexed page URL.Working across versions
FlowX.AI documentation is published as one tree per release family, and the version is part of every URL. When you ask a version-specific question, name the release in your prompt so the assistant searches and cites the right tree.Related resources
Build your first process
Start here if you are new to the platform
Introduction
What FlowX.AI is and how the platform fits together

