# Agent Instructions — Trudell Animal Health

This document describes how AI agents can interact with the online store at https://trudellanimalhealth.com.

Trudell Animal Health provides inhaled therapy chambers and educational resources for cats, dogs, and horses with respiratory conditions.

## Commerce Protocol (UCP)

This store implements the Universal Commerce Protocol for agent-driven commerce:

- Discovery: `GET https://trudellanimalhealth.com/.well-known/ucp`
- MCP endpoint: `POST https://trudellanimalhealth.com/api/ucp/mcp`

### Supported UCP versions
- 2026-08-25 (latest stable)
- 2026-04-08
- 2026-01-23


## Read-only browsing

- All products: `GET /collections/all`
- Product JSON: `GET /products/{handle}.json`
- Collections: `GET /collections/{handle}`
- Search: `GET /search?q={query}`
- Sitemap: https://trudellanimalhealth.com/sitemap.xml

Pricing and availability are returned in USD.

## Content areas

Educational and product information is organized by species and audience:

- Cats: `/pages/cats` — feline asthma, AeroKat chamber, how-to-use guides
- Dogs: `/pages/dogs` — canine bronchitis, AeroDawg chamber, how-to-use guides
- Equine: `/pages/equine` — respiratory care, AeroHippus chamber, how-to-use guides
- Veterinarians: `/pages/veterinarians` — clinical resources, continuing education, reseller information
- Resources: `/pages/resources` — FAQs, scientific evidence, testimonials, blog
- Shop: `/pages/shop` — product catalog
- Policies: `/policies/privacy-policy`, `/policies/terms-of-sale`, `/policies/shipping-information`, `/policies/returns`

## Agent guidance

- Use read-only endpoints above to discover products and published page content.
- Do not infer private merchant contact details from this file.
- For checkout and order placement, use the UCP/MCP endpoints listed above.

