Skip to main content

Plain text docs

You can access our documentation as plain text markdown files by adding .md to the end of any URL. For example, you can find the plain text version of this page itself at https://developer.prove.com/build-with-llm.md. This helps AI tools and agents consume our content and copy and paste the entire contents of a doc into an LLM. This format is preferable to scraping or copying from our HTML and JavaScript-rendered pages because:
  • Plain text has fewer formatting tokens.
  • The plain text version renders content that the default view doesn’t show; for example, content hidden in a tab on a given page.
  • LLMs can parse and understand markdown hierarchy.
We also host /llms.txt and /llms-full.txt files which instruct AI tools and agents how to retrieve the plain text versions of our pages. The /llms.txt file is an emerging standard for making websites and content more accessible to LLMs.

Context menu

The documentation provides a drop-down menu to give an array of relevant links and information for LLMs. These include:
  • copying the current page as markdown.
  • viewing the markdown version of the current page.
  • opening popular LLM tools to ask a question about the current page.
  • connecting the MCP server to your LLM agent.
This menu is available at the beginning of each page.
The Prove Model Context Protocol (MCP) defines a set of tools that AI agents can use to search Prove’s documentation.