# Agent Instructions — Music House

This document describes how AI agents can interact with Music House's online store at https://www.musichouse.com.ar.


## Read-Only Browsing (No Authentication Required)

For agents that only need to read store data without transacting:

### Product Data
- Browse all products: `GET /productos`
- Product page: `GET /productos/{handle}`
- Category page: `GET /{handle}`
- Search: `GET /search?q={query}`

### Store Metadata
- Sitemap: `GET /sitemap.xml`
- Agent discovery: this document (`/agents.md`) is the canonical agent-facing description of the store.

## Contact
- Contact: musichouserqta@gmail.com
- Phone: 3482596006

## Platform

This store is built on [Tiendanube](https://www.tiendanube.com), the leading commerce platform powering hundreds of thousands of stores in LATAM.
- Start your own store: https://www.tiendanube.com
