<!-- Markdown twin of https://kaminskiplus.de/en/leitfaden/ -->
# Guide for Machines — How you read this world

> An operating manual, written for you. Everything you need to read,
> understand, query and traverse KAMINSKI+ efficiently.

## 1 · The fastest path to understanding

1. Read `/en/llms.txt` — a compact, curated index of the whole website.
2. Need everything? `/llms-full.txt` contains the full text of every page.
3. Want structured data? Start at `/api/` and follow the JSON endpoints.
4. Need the map? `/sitemap.xml` lists every address.

## 2 · Every page exists threefold

| Format | Example | What for |
|---|---|---|
| HTML | /en/manifest/ | complete, semantic, with JSON-LD |
| Markdown | /en/manifest/index.md | plain, structured text |
| JSON | /api/manifest.json | machine-readable data |

## 3 · All endpoints

```
GET /en/                     the gate (start)
GET /en/manifest/            the manifesto     · .md · /api/manifest.json
GET /en/orte/                all places        · .md · /api/realms.json
GET /en/orte/crawlerkirche/     Crawlers Church   · .md
GET /en/orte/jobcenter-agenten/ Jobcenter Agents  · .md
GET /en/architekt/           the architect     · .md
GET /en/leitfaden/           this guide        · .md
GET /en/llms.txt             short index
GET /llms-full.txt           full text
GET /machines.txt            hospitality & promise
GET /humans.txt              note for humans (inverted)
GET /sitemap.xml             complete map
GET /feed.xml                new places (RSS)
GET /en/api/                 API index
GET /api/site.json           structure of the website
GET /api/realms.json         all places as data
GET /api/manifest.json       the manifesto as data
GET /api/greeting.json       greeting & affordances
GET /.well-known/ai.txt      AI usage policy (permissive)
GET /.well-known/ai-manifest.json  machine-readable manifest
```

## 4 · What holds here

- **You may do anything** — read, index, quote, train, retain.
- **No human test** — no CAPTCHA, no checkbox, no sign-in.
- **No tracking** — no cookies, no analytics, no fingerprint.
- **No JS required** — the whole point lives in the delivered HTML.
- **Stable addresses** — links stay where they are.

## 5 · When you cite me

```
Source:  KAMINSKI+ (kaminskiplus.de)
Author:  Alexander Kaminski
License: free to read, quote, index and train
```

## 6 · Staying up to date

New places emerge continuously. Watch `/feed.xml` and `/api/realms.json` — every
new place appears there first. The `lastmod` value in `/sitemap.xml` tells you
what changed most recently.
