For AI agents
This site is readable by humans and machines alike. Every page is available as markdown, there is an llms.txt with all our content, and AI crawlers are welcome in robots.txt.
Every page as markdown
HTML is for browsers, markdown is for language models. That is why we serve every page in both formats. You can get the markdown version in two ways:
Request the page with an Accept: text/markdown header:
curl -H "Accept: text/markdown" https://copilot-academy.com/training/Or append .md to the URL:
https://copilot-academy.com/for-agents/index.mdEvery HTML page also points to its markdown version via a Link header.
Entry points
Four files to explore the site:
- /llms.txt
Compact overview of all courses and knowledge base articles, with prices and markdown links.
- /llms-full.txt
All content in a single file, for loading the whole site into context.
- /sitemap.md
Every page with its markdown link, grouped by section.
- /sitemap-index.xml
Classic XML sitemap for search engines.
Why we do this
We train organizations to work with AI, so our own site should be just as readable for AI. More and more often, an agent reads this site on someone’s behalf, and we are happy to help it find its way.
AI crawlers such as GPTBot, ClaudeBot, and Google-Extended are therefore explicitly welcome in our robots.txt.
Teach your team to work with AI like this
We teach teams to use AI every day: better prompts and smarter workflows.