The Armitage docs work alongside AI assistants. Pick the path that fits your question.
Highlight any text for an explanation
Select any text on a docs page (a word, a phrase, or a paragraph) and an inline explanation appears under the selection. The explanation has the rest of the page as context, so terms are answered where you find them.
- Triple-click to select a paragraph.
- Press Escape, or click outside the panel, to dismiss.
Copy a single page into your assistant
Every docs page has a Copy Markdown button below the title. It copies the page (tables, headings, and links included) as clean Markdown. Paste it into ChatGPT, Claude, Gemini, or any other assistant.
Use this when your question is scoped to one page: vault parameters, deposit steps, a specific risk, etc.
Give your assistant the entire docs site
For questions that span multiple pages, point your assistant at one of these URLs.
| URL | What it contains |
|---|---|
llms.txt | A short index of every page with a one-line description. |
llms-full.txt | The complete docs in clean Markdown, organized by section. |
Use llms-full.txt for the full text. Use llms.txt when you only want the page index.
Ask a one-off question
- Open your AI assistant (ChatGPT, Claude, Gemini, Perplexity, etc.).
- Paste the URL into the chat. Most assistants will fetch it automatically.
- Ask your question.
If your assistant cannot fetch URLs, open the URL in your browser, copy the contents, and paste them in.
Keep the docs loaded for ongoing use
For repeated questions, save the docs once as persistent context:
- ChatGPT: create a Project and upload
llms-full.txtas a project file/source; for a Custom GPT, add the file under Knowledge. - Claude: create a Project and upload
llms-full.txtto project knowledge. - NotebookLM: start a notebook and add the
llms-full.txtURL as a Web URL source, or upload the file. - Perplexity: create a Space and upload
llms-full.txtas a Space file/source.
Every conversation in that Project, GPT, Space, or notebook will then have the docs in context.