# Club 4 Friends Club 4 Friends is a pet products store in Israel. The public website provides product categories, product detail pages, and pet-related informational content in Russian and Hebrew. ## Languages - Russian: `/` - Hebrew: `/heb/` ## Public Content - Home page: `/` - Hebrew home page: `/heb/` - Product categories: `/prodlist.aspx?cid={categoryId}` - Hebrew product categories: `/heb/prodlist.aspx?cid={categoryId}` - Product details: `/prodcard.aspx?id={productId}` - Hebrew product details: `/heb/prodcard.aspx?id={productId}` - Therapy page: `/therapy.aspx` - Hebrew therapy page: `/heb/therapy.aspx` - Sitemap: `/sitemap.xml` - Robots policy: `/robots.txt` ## Agent-Friendly Formats Agents can request Markdown versions of public content by sending this HTTP header: ```http Accept: text/markdown ``` Supported Markdown pages: - `/` - `/heb/` - `/prodcard.aspx?id={productId}` - `/heb/prodcard.aspx?id={productId}` - `/prodlist.aspx?cid={categoryId}` - `/heb/prodlist.aspx?cid={categoryId}` - `/therapy.aspx` - `/heb/therapy.aspx` ## Discovery - Public agent resources: `/.well-known/agent-resources` - Hebrew public agent resources: `/heb/.well-known/agent-resources` - API catalog: `/.well-known/api-catalog` - Hebrew API catalog: `/heb/.well-known/api-catalog` - Agent skills index: `/.well-known/agent-skills/index.json` ## Access Guidance Use only public content pages for summaries and citations. Do not use private, account, cart, order, payment, management, editor, or `/api/` paths.