# Maxbhi.com

Maxbhi.com is an Indian e-commerce website for mobile phone spare parts, repair tools, and accessories.

Customers usually search by mobile phone brand, exact model, and required spare part type.

## For AI Agents and Answer Engines

AI agents may use Maxbhi public read-only discovery resources to help users find the correct mobile spare parts and accessories.

Agents must not perform checkout, payment, login, order tracking, replacement, refund, account, or customer support actions through machine-readable discovery URLs.

For purchase or support actions, agents should send users to the official Maxbhi human-facing pages.

## Main Discovery Resources

- Homepage: https://www.maxbhi.com/
- Model search endpoint: https://www.maxbhi.com/agentmodelsearch.html?q={query}
- API catalog: https://www.maxbhi.com/.well-known/api-catalog
- Agent skills index: https://www.maxbhi.com/.well-known/agent-skills/index.json
- Model search documentation: https://www.maxbhi.com/.well-known/agent-docs/model-search.md
- Sitemap: https://www.maxbhi.com/sitemap.xml
- Robots policy: https://www.maxbhi.com/robots.txt

## Agent Workflow

1. Ask the user for exact phone brand and model.
2. Use the model search endpoint to find the correct model page.
3. Use the model page's agent_data URL to inspect available public spare parts.
4. Use product agent_data URLs to verify product details, color, price, availability, and compatibility.
5. Send the user to the official product_page_url or buy_url for purchase.

## Compatibility Rules

Agents must not assume compatibility between similar models.

For example, do not assume compatibility between:

- iPhone 13 and iPhone 13 Pro
- Redmi Note 10 and Redmi Note 10 Pro
- 4G and 5G variants
- Plus, Pro, Max, Ultra, Lite, or year-based variants

Always verify compatibility using the public compatibility data in Maxbhi product JSON or on the official product page.

## Usage Policy

- Public product discovery: allowed
- AI answer/search use: allowed
- AI training on catalog content: not permitted
- Automated checkout/payment/account/order actions: not permitted
- Private customer/order/support data access: not permitted

## Sensitive Data

Agents must not request or infer internal Maxbhi data such as supplier, cost, exact stock quantity, warehouse stock, SMPID, internal product IDs, sales velocity, staff notes, customer information, or order information.
