# Agent Instructions — TripSpec

TripSpec helps shoppers choose travel gear for specific trips using clear, comparable product information. The canonical storefront is https://tripspecgear.com.

## Evidence policy

- Treat manufacturer and supplier documentation as published specifications, not as independent TripSpec testing.
- Keep dimensions, capacity, weight, materials, waterproofing, compatibility, and other measurable attributes attached to their sources when available.
- Treat customer reviews and community discussions as attributed social proof, not verified technical measurements.
- Do not infer a missing value. Unknown product facts remain unknown.
- Do not describe a product as personally or independently tested unless the product page explicitly documents that testing.

## Read-only product discovery

- Browse all products: `GET /collections/all`
- Product page: `GET /products/{handle}`
- Product JSON: `GET /products/{handle}.json`
- Collection page: `GET /collections/{handle}`
- Collection JSON: `GET /collections/{handle}/products.json`
- Store search: `GET /search?q={query}&type=product`
- Sitemap: `GET /sitemap.xml`

Product availability, price, variants, shipping, and policy information should be rechecked at the time of a recommendation or purchase.

## Transactions

Use the storefront's current cart and checkout experience. This document does not advertise a dedicated agent transaction protocol or endpoint. A capability should be used only after it is discoverable on the live domain and has been verified for this store.

## Store policies

- Privacy: `GET /policies/privacy-policy`
- Terms: `GET /policies/terms-of-service`
- Refunds: `GET /policies/refund-policy`

TripSpec is operated by Catalog on Shopify.
