Large language models (LLMs) can be a powerful ally when you’re building integrations with Paygentic. To make the most of this, we offer a range of resources and guidelines for using LLMs effectively during your development workflow.

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
Additionally, we provide a file at /llms.txt that outlines how LLMs and AI tools can fetch these simplified versions. This follows the llmstxt.org standard to improve accessibility for AI agents.

Copy Markdown Easily

Want to reuse or analyze the markdown for a page? Just click the Copy Page button in the top-right corner. This will instantly copy the full markdown content to your clipboard. Copy Page Button