Use Mangopay docs and SDKs with AI tools
.md
to the page URL. For example, the markdown version of this page is at https://docs.mangopay.com/build-with-ai.md.
You can copy the markdown of each page via the copy button in the top right, or with the shortcut ⌘/Ctrl + C.
Markdown pages are preferable to web-rendered pages when working with AI tools.
LLMs break text down into semantic tokens (words and parts of words), and markdown has a much higher density of tokens that have semantic meaning compared with HTML.
LLMs can more easily parse the markdown hierarchy and formatting tokens, and all the text is present and not hidden (for example, inside JavaScript-based components).