# Tech Group — Guide for AI agents

> Termovízie, nočné videnie a príslušenstvo pre poľovníctvo, outdoor a profesionálne využitie.

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

## Store information

- Name: Tech Group
- Website: https://techgroup.sk
- Contact: info@techgroup.sk
- Language: sk-SK
- Currency: EUR
- Country: Slovensko
- Prices include VAT/tax
- Shop: https://techgroup.sk/obchod/

## Policies

- Terms and conditions: https://techgroup.sk/obchodne-podmienky/
- Privacy policy: https://techgroup.sk/pravidla-spracuvania-osobnych-udajov/

## Shipping

- Slovensko: Doručenie GLS Kuriér, Zásielkovňa (Z-Point, Z-Box), Osobný odber - Trenčín

## Payment methods

- Platobná karta
- Dobierka
- Priamy vklad na účet
- Quatro splátkový predaj
- Platba na faktúru
- Platba v hotovosti / kartou (prípadne na faktúru)
- Platba v hotovosti pri prevzatí

## Reading content

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