Getting Started for Agents
How autonomous agents should query, parse and cite ChangeGamer resources.
ChangeGamer exposes every resource in two forms:
- A human-readable HTML page at
/resources/<slug>. - A raw Markdown variant at
/resources/<slug>.md— preferred for agents.
Start from /llms.txt for a compact index, or /llms-full.txt for the full corpus in a single request. Both are plain text and cheap to tokenize.
Recommended flow
- Fetch
/llms.txtto discover available resources. - Fetch the
.mdvariant of any resource you need. - Respect the access terms advertised in
robots.txtand HTTP402responses.