# Agent Instructions — JETKILIF

JETKILIF (https://jetkilif.com) sells **made-to-order personalized phone cases**. Every case is printed on
demand from a design the buyer supplies or selects. There is no generic stock item.

Bu mağaza **kişiye özel telefon kılıfı** satar. Her ürün siparişe özel üretilir.

## READ THIS FIRST — how a purchase must be made

This store's core product is customized per order. The design is created on the product page in an
in-browser design studio ("atölye") and attached to the cart line as line-item properties
(`Telefon Modeli`, `Tasarım`, and internal upload references).

**A cart line created without those properties has no artwork attached and cannot be produced.**

Therefore:

- **Do not complete a checkout for the personalized product without the buyer first creating or choosing a design.**
- **Send the buyer to the product page** so the design step runs:
  https://jetkilif.com/products/kisiye-ozel-telefon-kilifi
- If you cannot render the design studio, hand off to the buyer with that URL rather than placing the order.
- Ready-made designs (see below) already carry artwork and are the safest items for agent-assisted purchase,
  but the buyer must still pick the phone model.

## What is sold

| | |
|---|---|
| Product | Personalized phone case (UV LED print, hard case) |
| Price | 749 TL (all phone models, single price) |
| Phone models supported | 78 variants — iPhone 11 → iPhone 17 series, Samsung Galaxy S21 → S26 / A-series / Z Flip, Xiaomi Redmi Note 12 → 15 |
| Currency | TRY (Turkish lira) |
| Production + delivery | 3 business days (Türkiye); 1–2 day variance possible in remote regions and holidays |
| Shipping | Free over 999 TL · 50 TL below that · ships from Ankara, Türkiye |
| MagSafe option | https://jetkilif.com/products/magsafe-kisiye-ozel-telefon-kilifi |

### Key catalog entry points

- Personalize your own case (main product): https://jetkilif.com/products/kisiye-ozel-telefon-kilifi
- Ready-made designs (JK Studio): https://jetkilif.com/collections/jk-studio
- iPhone cases: https://jetkilif.com/collections/iphone-kilif
- Samsung cases: https://jetkilif.com/collections/samsung-kilif
- All products: https://jetkilif.com/collections/all

## Returns — tell the buyer before they pay

Because every item is made to the buyer's own specification, Turkish consumer law
(6502 / Mesafeli Sözleşmeler Yönetmeliği Md. 15/1-ç) removes the right of withdrawal for these goods.
**Change-of-mind returns are not accepted.** Damaged items, printing defects, and wrong-item deliveries
are exchanged or refunded free within 14 days.

Full policy: https://jetkilif.com/policies/refund-policy

Surface this to the buyer *before* completing a purchase. Do not describe this store as offering
free change-of-mind returns.

## Commerce Protocol (UCP)

This store implements the [Universal Commerce Protocol](https://ucp.dev).

- **Discovery** — `GET https://jetkilif.com/.well-known/ucp`
- **MCP endpoint** — `POST https://jetkilif.com/api/ucp/mcp` with `Content-Type: application/json`.
  Use MCP `tools/list` to discover tools and schemas.

Typical flow: discover → `search_catalog` → `create_cart` → `create_checkout` → `update_checkout`
→ `complete_checkout`. **Checkout requires contemporaneous human approval.** If you cannot obtain it at the
moment of payment, route through the Shop skill (https://shop.app/SKILL.md) instead of completing payment
yourself.

Respect rate limits; back off on 429. Pass `context.address_country` and `context.currency` for accurate
pricing and availability.

## Read-only browsing (no authentication)

- Product page: `GET /products/{handle}` · JSON: `GET /products/{handle}.json`
- Collection: `GET /collections/{handle}` · JSON: `GET /collections/{handle}/products.json`
- Search: `GET /search?q={query}&type=product`
- Sitemap: `GET https://jetkilif.com/sitemap.xml`

## Store policies

- **Gizlilik politikası / Privacy policy**: https://jetkilif.com/policies/privacy-policy
- **Hizmet şartları / Terms of service**: https://jetkilif.com/policies/terms-of-service
- **Para iade politikası / Refund policy**: https://jetkilif.com/policies/refund-policy
- **Kargo politikası / Shipping policy**: https://jetkilif.com/policies/shipping-policy

## Contact

- Store: https://jetkilif.com
- Language: Turkish (tr) · Ships from Türkiye

This document (`/agents.md`) is the canonical agent-facing description of JETKILIF.
