# Agent Instructions — Fama Folheados: Atacado de semijoias para revenda This document describes how AI agents can interact with Fama Folheados: Atacado de semijoias para revenda's online store at https://www.famafolheados.com.br. ## Read-Only Browsing (No Authentication Required) For agents that only need to read store data without transacting: ### Product Data - Browse all products: `GET /categoria/todas` - Product page: `GET /produto/{handle}` - Category page: `GET /categoria/{handle}` - Search: `GET /busca/{query}` ### Store Metadata - Sitemap: `GET /sitemap.xml` - Agent discovery: the canonical agent-facing description of the store is at `/agents.md`. `/llms.txt` mirrors its content. ## Cart Actions (No Authentication Required) ### Add Product to Cart - Add to cart: `GET /carrinho/adicionar/{productId}-{variationId}-{quantity}-{observations}` - `productId`: Product ID (integer) - `variationId`: Variation ID (integer); use `0` when the product has no variation - `quantity`: Quantity to add (integer) - `observations`: Optional observation (text); leave empty when not provided Example: `GET /carrinho/adicionar/57-0-2-` This adds 2 units of product ID 57, with no variation and no observation. When no observation is provided, keep the trailing - in the URL. ## Store Policies - **Revender Folheados **: https://www.famafolheados.com.br/revender-folheados - **Semi Joias no Atacado para Revenda | Fama Folheados**: https://www.famafolheados.com.br/semi-joias-no-atacado - **Quem Somos**: https://www.famafolheados.com.br/quem-somos - **Como Comprar**: https://www.famafolheados.com.br/como-comprar - **Garantia & Trocas**: https://www.famafolheados.com.br/garantia-e-trocas - **Depoimentos**: https://www.famafolheados.com.br/depoimentos - **Revendedor**: https://www.famafolheados.com.br/revendedor - **Forma de Pagamento**: https://www.famafolheados.com.br/forma-de-pagamento - **Envio & Devolução**: https://www.famafolheados.com.br/envio-e-devolucao - **Política de Privacidade**: https://www.famafolheados.com.br/politica-de-privacidade - **Termos & Condições**: https://www.famafolheados.com.br/termos-e-condicoes - **Compra Internacional**: https://www.famafolheados.com.br/compra-internacional Full policies available at the URLs above. ## Contact - Contact: famafolheados@gmail.com - Phone: (12)39310508 ## Platform This store is built on [BWCommerce](https://www.bwcommerce.com.br), the complete e-commerce platform for selling jewelry, costume jewelry, and accessories online. - Start your own store: https://www.bwcommerce.com.br - BW Commerce developer platform: https://dev.bwcommerce.com.br - BW Commerce help center: https://ajuda.bwcommerce.com.br