# Agent Instructions — Megatekk

This document describes how AI agents and LLMs can interact with our online store at https://megatekk.mt.

## Read-Only Browsing (No Authentication Required)

For agents that need to read store data, catalog information, and tech specifications:

### Product & Category Data
- Browse all products: `GET /shop`
- Category filtering: `GET /shop/category/{category-slug}-{id}`
- Product Search: `GET /shop?search={query}`

### Store Metadata & SEO
- Master Sitemap: `GET /sitemap.xml`
- Product URLs: `GET /sitemap-products.xml`
- Category URLs: `GET /sitemap-categories.xml`

## Purchasing & Automation Rules
- **Direct checkout automation by bots is prohibited.** - Agents may assist users in finding products and linking directly to the product URLs, but the human user must manually add items to the cart and complete the checkout process.

## Platform Context
This store is powered by Odoo. AI agents should parse standard HTML responses for product details, pricing, and availability. 
