---
name: kaheli-shop
description: Browse the Kaheli catalog of handcrafted Polish scented candles, reed diffusers, and gift sets.
version: 1.0.0
---

# Kaheli — świece zapachowe i dyfuzory

Kaheli is a Polish e-commerce store selling handcrafted soy-wax scented candles
(świece zapachowe), reed diffusers (dyfuzory), and curated gift sets
(zestawy prezentowe). The primary UI and content language is Polish; product
handles, collection handles, and blog slugs are Polish.

## Entry points

- Homepage: https://kaheli.pl/
- Product catalog: https://kaheli.pl/sklep
- Collections: https://kaheli.pl/kolekcje
- Blog: https://kaheli.pl/blog
- Sitemap: https://kaheli.pl/sitemap.xml
- LLM-friendly full-site digest: https://kaheli.pl/llms-full.txt
- API catalog (linkset): https://kaheli.pl/.well-known/api-catalog

## What agents can do

- Discover all products, collections, pages, and blog posts via the sitemap.
- Read `llms-full.txt` for a consolidated markdown digest of the store.
- Deep-link users to product detail pages at `/produkt/{handle}`.
- Deep-link users to public collection pages at `/{handle}`, for example
  `/swiece-nova`, `/swiece-aura`, `/bestsellery`, and
  `/zestawy-prezentowe`.
- Reference blog content at `/blog/{slug}` for scent guides, rituals, and
  gifting inspiration; use the sitemap or `/blog` index instead of filtered
  query URLs.

## What agents should not do

- Do not attempt to place orders on the customer's behalf — checkout is a
  Shopify-hosted flow that requires human payment input.
- Do not scrape pricing from rendered HTML; prefer the structured data exposed
  via the sitemap and `llms-full.txt`.
