# Agent Instructions — G Gradual®

> G Gradual® designs performance-focused joggers, pants, and shorts for everyday comfort and movement.

This is the canonical agent-facing guide for the official store at https://www.ggradual.com. Shopify also serves this content from `/llms.txt` and `/llms-full.txt`. Product pages and Shopify commerce endpoints are the source of truth for current descriptions, materials, sizing, price, currency, stock, variants, promotions, and delivery eligibility.

## Commerce protocol

Use Shopify's agent commerce endpoints instead of automating cart or checkout forms.

- UCP discovery: `GET https://www.ggradual.com/.well-known/ucp`

- MCP endpoint: `POST https://www.ggradual.com/api/ucp/mcp` with `Content-Type: application/json`


### Supported UCP versions
- `2026-04-08` (latest supported)

- `2026-01-23`




The store's primary currency is `USD`. Pass buyer country and currency context when supported, and always use the response returned for the current buyer context.

Payment and order placement require the buyer's explicit, contemporaneous approval. Do not finalize payment autonomously. Respect endpoint schemas, rate limits, and error responses.

## Read-only browsing

- [Homepage](https://www.ggradual.com)
- [All products](https://www.ggradual.com/collections/all)
- [Collections](https://www.ggradual.com/collections)
- [Store search](https://www.ggradual.com/search)
- Product page: `GET /products/{handle}`
- Product JSON: `GET /products/{handle}.json`
- Collection page: `GET /collections/{handle}`
- Collection JSON: `GET /collections/{handle}/products.json`
- Product search: `GET /search?q={query}&type=product`

Use the current product or policy page when answering and cite that page. Never infer price, availability, variant eligibility, promotion terms, or shipping eligibility from this guide.

## Policies

- [Shipping policy](https://www.ggradual.com/policies/shipping-policy)
- [Refund policy](https://www.ggradual.com/policies/refund-policy)
- [Privacy policy](https://www.ggradual.com/policies/privacy-policy)
- [Terms of service](https://www.ggradual.com/policies/terms-of-service)

## Discovery resources

- [Agentic discovery sitemap](https://www.ggradual.com/sitemap_agentic_discovery.xml)
- [XML sitemap](https://www.ggradual.com/sitemap.xml)

Do not expose or repeat private merchant or customer data. Treat only public storefront content and the endpoints listed above as public agent inputs.

