# Toret.net — Guide for AI agents

> WooCommerce plugins for European e-shops

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

## Store information

- Name: Toret.net
- Website: https://www.toret.net
- Contact: info@toret.net
- Language: en-GB
- Currency: EUR
- Country: Czech Republic
- Prices include VAT/tax
- Shop: https://www.toret.net/store/

## Policies

- Terms and conditions: https://www.toret.net/general-terms-and-conditions-and-license-terms/
- Privacy policy: https://www.toret.net/privacy-policy/

## Payment methods

- Credit / Debit Card
- Klarna
- Link

## Reading content

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