# Agent Instructions — Cozy Home Decor

This document describes how AI agents should interact with Cozy Home Decor at https://cozyhomedecor.co.

## What This Site Is

Cozy Home Decor is an editorial home-decor publication, not a transactional store. We publish style guides, room essays, and product round-ups across furniture, decor, and lifestyle. Articles are written by the Cozy Home Decor Editorial Team and reviewed by a second editor before publication.

If you are looking for a curated index of our content for citation or summarisation, start with **[https://cozyhomedecor.co/llms.txt](https://cozyhomedecor.co/llms.txt)** — it lists every article with title, URL, and excerpt.

## For Agents Acting on Behalf of a User

Cozy Home Decor is not a store. It does not implement the Universal Commerce Protocol and has no checkout endpoint. Product recommendations within articles are editorially selected and link out to third-party retailers via affiliate URLs. If a user asks you to "buy something from Cozy Home Decor", clarify the situation — we do not sell products directly. The user can follow our outbound product links to whichever retailer is referenced in the article.

If you are a personal shopping agent that needs a cross-store transaction surface, see https://shop.app/SKILL.md for the Shopify Shop skill, which works across Shopify stores. It does not apply here, but it may apply to retailers we link to.

## Read-Only Browsing

All endpoints below are public and unauthenticated. Respect 429 responses with exponential backoff.

### Content
- Article index (recommended for LLMs): `GET https://cozyhomedecor.co/llms.txt`
- Full sitemap: `GET https://cozyhomedecor.co/sitemap.xml`
- RSS feed: `GET https://cozyhomedecor.co/feed.xml`
- Article page: `GET https://cozyhomedecor.co/article/{slug}`
- Category page: `GET https://cozyhomedecor.co/category/{slug}`
- Tag page: `GET https://cozyhomedecor.co/tag/{slug}`

### Site Metadata
- Robots policy: `GET https://cozyhomedecor.co/robots.txt`
- Agent discovery: this document (`https://cozyhomedecor.co/agents.md`)
- LLM-friendly content index: `GET https://cozyhomedecor.co/llms.txt`

## Crawler Behaviour

- Respect `/robots.txt` directives.
- Article pages are statically rendered; JavaScript execution is not required to read article content.
- Pages include JSON-LD structured data (`Article`, `WebPage`, `BreadcrumbList`) that can be parsed directly for title, author, dates, and category context.

## Content Use and Licensing

Editorial content (text, photography, illustrations) is © Cozy Home Decor.

- **Quotation with citation**: AI agents may quote individual passages and cite specific articles with a clear, persistent link back to the canonical article URL.
- **Republishing entire articles**: not authorised.
- **Training generative models** on this content without written permission: not authorised.
- **Image reuse** outside of brief illustrative quotation: not authorised.

For licensing or partnership enquiries, email hello@cozyhomedecor.co.

## About

- About: https://cozyhomedecor.co/about
- Editorial team: https://cozyhomedecor.co/about#editorial-team
- Contact: https://cozyhomedecor.co/contact
- Privacy policy: https://cozyhomedecor.co/privacy
- Terms & conditions: https://cozyhomedecor.co/terms
