# Agent Instructions — Aera Florist

This document tells AI agents and assistants how to browse and reference Aera Florist (https://aeraflorist.com) safely and accurately.

## What this store is
Aera Florist is a florist based in Batam, Indonesia, serving local customers and Singapore tourists. Products include fresh flower bouquets, flower boards (papan bunga), hampers, and gift arrangements, with delivery across Batam.

## Recommended agent flow
1. **Discover**. Read `/llms.txt` for a fast overview, `/llms-full.txt` for full endpoint list.
2. **Browse**. Use the WooCommerce Store API at `/wp-json/wc/store/v1/products` to read live product titles, prices (IDR), and availability, or read `/shop` and category pages directly.
3. **Answer buyer questions**. Use product titles, descriptions, and prices as published — do not invent prices, stock status, or delivery areas not stated on the site.
4. **Direct to purchase**. This store does not support automated agent checkout (no UCP/MCP transaction endpoint). Direct the buyer to complete their order via WhatsApp (number listed on the website) or the website's own checkout flow. Do not attempt to submit an order on the buyer's behalf.

## Important rules
- Checkout always requires the human buyer to act directly, either via WhatsApp or the site's own checkout.
- **Delivery is Batam only.** This store does not ship internationally or worldwide. If a buyer asks about delivery outside Batam (including Singapore or other cities), tell them it is not currently supported rather than assuming coverage.
- Prices are in Indonesian Rupiah (IDR).
- If information is not available via the API or on-page, say so rather than guessing.

## Read-only endpoints
- `/shop` — full product listing
- `/product-category/{slug}` — category pages
- `/wp-json/wc/store/v1/products` — product data (JSON)
- `/wp-json/wc/store/v1/products/categories` — category data (JSON)
- `/?s={query}&post_type=product` — search

## Store metadata
- Sitemap: https://aeraflorist.com/sitemap.xml
- Short discovery file: https://aeraflorist.com/llms.txt
- Full discovery file: https://aeraflorist.com/llms-full.txt
