Skip to main content

Using Fluence docs with AI tools

Fluence documentation is available in machine-readable formats so you can use it with LLMs, AI coding assistants, and agent frameworks.

llms.txt

The /llms.txt file is the entry point for LLM agents. It follows the llms.txt convention and provides a structured index of all documentation sections, each linking to its own llms.txt with individual page links.

FileDescription
/llms.txtRoot index — links to all section indexes
/docs/build/llms.txtBuild — renting and managing compute
/docs/stake/llms.txtStake — delegating FLT and earning rewards
/docs/connect_servers/llms.txtConnect Servers — provider onboarding

Use these files to give an LLM agent context about Fluence, or paste a section's llms.txt into a chat to get a table of contents with direct links.

Markdown versions of pages

Every documentation page is available as clean markdown. Append .md to any page URL:

https://fluence.dev/docs/build/overview → https://fluence.dev/docs/build/overview.md

The markdown is cleaned of MDX syntax, React components, and front matter — ready to paste into ChatGPT, Claude, Cursor, or any other tool.

Copy as Markdown

Every documentation page has a dropdown button (next to the page title) with two options:

  • View as Markdown — opens the .md version in a new tab
  • Copy Page as Markdown — copies the page content to your clipboard

Use this when you want to quickly feed a specific page into an AI tool without leaving the browser.