Contracko Logo Documentation
Login
Documentation

Agent tooling

Contracko publishes a machine-readable layer for the full marketing site and docs so people and AI tools can access the same content consistently.

Who this is for

AudienceWhat to do first
UserUse Copy for LLM or View as Markdown on docs/blog article pages
EngineerStart from https://contracko.com/llms.txt and follow links
LLM / crawlerDiscover llms.txt and sitemap-llms.xml, then fetch markdown URLs

For users

On long-form docs and blog pages, use:

  • Copy for LLM to copy markdown content directly.
  • View as Markdown to open the markdown endpoint in a new tab.

This gives you a clean, text-first version of the page without navigation noise.

For engineers and integrations

Recommended flow:

  1. Read llms.txt for a curated index.
  2. Read sitemap-llms.xml for exhaustive markdown discovery.
  3. Fetch markdown endpoints with Accept: text/markdown.

Example:

curl -H "Accept: text/markdown" https://contracko.com/docs/llm-agent-access/index.html.md

For LLM agents and crawlers

Discovery sources:

  1. Root llms.txt
  2. robots.txt sitemap entries
  3. sitemap-llms.xml
  4. <link rel="alternate" type="text/markdown"> hints on HTML pages

URL patterns

Page typePatternExample
Root page/index.html.md/index.html.md
Top-level page/<slug>.md/pricing.md
Nested page/<path>/index.html.md/blog/music-rights-management/index.html.md
Dutch localized page/nl/... + markdown pattern/nl/docs/llm-agent-toegang/index.html.md

What markdown includes

Markdown output preserves content that is useful for reading and retrieval:

  • Headings, paragraphs, links, lists, code blocks
  • Tables as markdown tables
  • FAQ and accordion answers
  • English and Dutch localized content

Layout chrome and non-content utility blocks are removed.

ennl