# kafeking.cz — Guide for AI agents

> Čerstvá zrnková káva přímo z pražírny

This file describes how AI agents and other automated clients should access this site's content and product catalog. Short overview for language models: https://www.kafeking.cz/llms.txt

## Store information

- Name: kafeking.cz
- Website: https://www.kafeking.cz
- Contact: info@kafeking.cz
- Language: cs-CZ
- Currency: CZK
- Country: Česká republika
- Prices include VAT/tax
- Shop: https://www.kafeking.cz/obchod/

## Policies

- Terms and conditions: https://www.kafeking.cz/obchodni-podminky/
- Privacy policy: https://www.kafeking.cz/obchodni-podminky/

## Shipping

- ČR: GLS, DPD, Zásilkovna, Osobní odběr - Praha Radotín
- SK: GLS
- Rest of the world: Doručení na adresu

## Payment methods

- Platební karta
- Apple Pay
- Google Pay
- Online bankovní převod
- Bankovním převodem (QR kód)
- Hotově při doručení

## Reading content

- Markdown version of any page: append `?format=markdown` to the URL, append `.md` to the path (`https://www.kafeking.cz/page.md`) or send the HTTP header `Accept: text/markdown`. Prefer Markdown over HTML.
- Full page index: https://www.kafeking.cz/?format=markdown-sitemap
- Each Markdown page starts with a YAML frontmatter (title, url, date, type, description).
- Product pages in Markdown include price, currency, SKU, stock status, rating, review count, categories and attributes.
- Structured catalog data (JSON, read-only, no authentication): `https://www.kafeking.cz/wp-json/wc/store/v1/products?search=…`, `https://www.kafeking.cz/wp-json/wc/store/v1/products/{id}`, `https://www.kafeking.cz/wp-json/wc/store/v1/products/categories`

## Rules for automated clients

- Identify yourself with a descriptive User-Agent and respect `robots.txt` and the `Content-Signal` preferences declared there.
- Keep request rates low (about 1 request per second). On HTTP 429 or 503 back off exponentially before retrying.
- Do not access cart, checkout, account or login pages.
- Purchases require explicit human approval. Do not place orders or submit checkout forms automatically; orders are placed only by a human customer in the store's checkout.
- Content may change when pages or products are updated; do not cache Markdown responses for longer than a day.
- Questions about integrations: info@kafeking.cz
