This tree is for two audiences:
- AI agents that want to read Trawley's documentation in a clean, machine-friendly form to ground their answers.
- People who want to point a personal AI tool (like ChatGPT) at the data a Trawley scraper collects, without writing code.
If you are a developer building Trawley into your own product, the Developers tree is where the API reference and integration guides live.
For agents: read the docs as text
Every Trawley doc page is available as clean markdown, and the whole site is indexed in two artifacts at the site root:
https://trawley.ai/llms.txt— a curated index of every page.https://trawley.ai/llms-full.txt— the full text of every page in one file.
See llms.txt and friends for how to use them.
For people: connect your AI tool
You can give a ChatGPT custom GPT the ability to search your scraper's live data, no code required. See ChatGPT custom GPT.