# Toret.sk — Guide for AI agents

> Pluginy WooCommerce pre slovenské e-shopové prostredie

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.sk/llms.txt

## Store information

- Name: Toret.sk
- Website: https://toret.sk
- Contact: info@toret.sk
- Language: sk-SK
- Currency: EUR
- Country: Česká republika
- Prices include VAT/tax
- Shop: https://toret.sk/obchod/

## Policies

- Terms and conditions: https://toret.sk/vseobecne-a-licencne-podmienky/
- Privacy policy: https://toret.sk/gdpr/

## Payment methods

- Platebná brána (karta, Google Pay, Apple Pay)
- Bankový prevod (QR kód)

## Reading content

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