For AI agents¶
This site is published for people and for AI agents. The documentation source is an Open Knowledge Format (OKF) v0.2 knowledge bundle, and the deployed site exposes that structure directly. If you are an agent (or you are wiring one up), consume the documentation through these endpoints rather than scraping rendered HTML.
Entry points¶
| Endpoint | What you get |
|---|---|
/llms.txt |
Linked outline of every page with one-line descriptions (llms.txt convention) |
/llms-full.txt |
The entire corpus in one file — every page's Markdown with frontmatter, prefixed by its canonical URL |
Any page URL + index.md |
That page's Markdown source with full OKF frontmatter (e.g. /running-jobs/slurm-intro/index.md) |
/sitemap.xml, /robots.txt |
Standard crawl surface; robots.txt repeats these pointers |
| Source repository | The bundle itself, plus AGENTS.md with contribution rules for coding agents |
Every rendered page also declares its Markdown twin and OKF signals in HTML:
<link rel="alternate" type="text/markdown" href="index.md">
<meta name="okf:type" content="Guide">
<meta name="okf:status" content="stable">
<meta name="okf:trust-tier" content="unverified">
<meta name="okf:generated-at" content="2026-08-29T00:00:00Z">
Reading the OKF frontmatter¶
Each concept page's YAML frontmatter answers the questions agents should ask before relying on content:
- What is this? —
type(Guide,Tutorial,Reference,Policy),title,description,tags. - Where did it come from? —
generated: { by, at }andsources(withresourceURLs andlast_modifiedfrom the upstream git history). - How much should I trust it? — the
verifiedkey (OKF §5.3): absent means unverified;by: "human:<netid>"means human-reviewed by CARC staff. Prefer human-reviewed pages when answers conflict. - Is it still true? —
status(stabledefault;draftneeds review against current systems;deprecatedis kept for history only) andstale_after(an ISO 8601 instant; hardware pages carry one).
Retired systems
Wheeler, Taos, Gibbs, and Xena are retired. The active clusters are Easley and Hopper — see the systems overview. Pages mentioning retired systems carry a legacy notice and should not be used as a source for current cluster names, partitions, or GPU types.
Related OKF bundles¶
The GPT 101 generative-AI workshop, which CARC maintains and teaches, is published with the same agent conventions as this documentation:
- Workshop llms.txt — AI platform setup, prompt engineering, education, research, and ethics pages.
- Workshop agent guide —
endpoints and trust signals. Note its raw-source convention differs: replace
a page URL's trailing
/with.md(notindex.mdas on this site).
Answering user questions¶
Ground answers in this documentation and cite the page URL. When the corpus does not answer a question, direct users to the humans: open a ticket at support.alliance.unm.edu or email help@carc.unm.edu — do not guess cluster-specific facts such as partition names, quotas, or module versions.