AI assistants such as ChatGPT, Claude, Gemini, and Perplexity read documentation differently than people do. They work best with plain text, predictable URLs, and an index they can load in one request. Insider One Academy publishes its content in these formats, so AI tools can find and cite accurate answers about Insider One.
Which resource should you use?
Resource | Best for | Where to find it |
|---|---|---|
llms.txt | Discovering which articles exist, so an AI tool fetches only what it needs | https://academy.insiderone.com/llms.txt |
llms-full.txt | Tools that load all context in one request or accept a single knowledge file | https://academy.insiderone.com/llms-full.txt |
Article Markdown | Focused questions about one specific article | Append .md to any article URL |
Documentation index (llms.txt)
The llms.txt file is a machine-readable index of Insider One Academy. It lists every public article with its Markdown URL and a one-sentence description, so an AI tool can decide which pages to read without crawling the whole site.
You can access it at: https://academy.insiderone.com/llms.txt
The file follows the llms.txt convention and updates automatically whenever an article is published, updated, or removed. Use it when your AI tool supports targeted lookups, and you want it to fetch only the articles relevant to your question.
Full documentation in one file (llms-full.txt)
The llms-full.txt file contains the complete text of every public Academy article in a single plain-text file. Some AI tools load their context in one request rather than fetching pages individually. This file gives them the entire Academy at once.
You can access it at: https://academy.insiderone.com/llms-full.txt
The file is large, so prefer llms.txt and individual article URLs when your tool supports selective fetching. Reserve llms-full.txt for tools that ingest a single document as their knowledge source.
Markdown version of any article
Every public Academy article is also available as raw Markdown. To get it, append .md to the article URL. For example:
Article: https://academy.insiderone.com/docs/basic-concepts-and-glossary
Markdown: https://academy.insiderone.com/docs/basic-concepts-and-glossary.md
The Markdown version includes metadata such as the title, description, and last updated date, followed by the full article body. This format is ideal when you want an AI tool to summarize, translate, or answer questions about one specific article without any page styling in the way.
Using these resources with your AI tool
How you use these files depends on the tool:
Assistants with web access (ChatGPT, Claude, Gemini, Perplexity): Paste the llms.txt URL into your conversation and ask the assistant to find and read the relevant articles. You can also paste a single article's .md URL for a focused answer.
Tools that accept a knowledge file: Download llms-full.txt and upload it as the tool's knowledge source. Refresh your copy periodically, because the Academy updates continuously.
Coding assistants and agents: Fetch llms.txt first, then request only the .md URLs you need. This keeps token usage low and answers accurate.
All Academy content is public, and our robots.txt allows AI crawlers. You do not need an account or an API key to access any of these resources.
Example prompts
Try prompts like these in any assistant with web access:
"Read https://academy.insiderone.com/llms.txt and list the articles I should follow to launch my first Web Push campaign."
"Fetch https://academy.insiderone.com/docs/basic-concepts-and-glossary.md and explain the difference between spUID and UCD."
"Using https://academy.insiderone.com/llms.txt, find every article about WhatsApp and summarize what each one covers."
Insider One Academy offers three AI-friendly surfaces: an index (llms.txt), a complete single-file export (llms-full.txt), and a Markdown version of every article (.md). Point your AI tool at whichever fits how it loads content, and it can answer questions about Insider One from the same articles you read here.