# Toret.cz — Guide for AI agents

> WooCommerce pluginy pro české a slovenské prostředí

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://toret.cz/llms.txt

## Store information

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

## Policies

- Terms and conditions: https://toret.cz/obchodni-podminky/
- Privacy policy: https://toret.cz/ochrana-osobnich-udaju/

## Payment methods

- Platební brána (Karta, Google Pay, Apple Pay)
- Kreditní / Debetní karta
- Bankovní převod (QR kód)

## Reading content

- Markdown version of any page: append `?format=markdown` to the URL, append `.md` to the path (`https://toret.cz/page.md`) or send the HTTP header `Accept: text/markdown`. Prefer Markdown over HTML.
- Full page index: https://toret.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://toret.cz/wp-json/wc/store/v1/products?search=…`, `https://toret.cz/wp-json/wc/store/v1/products/{id}`, `https://toret.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@toret.cz
