# Healthmug AI Agent Guidelines > This file provides guidelines for LLMs, AI agents, and autonomous crawlers (Agentic Browsing) navigating the Healthmug platform. ## About Healthmug Healthmug is a leading online e-commerce platform offering Ayurvedic, Homeopathic, Unani, and allopathic medicines, as well as nutrition and personal care products. ## Product Pages Our product detail pages are dynamically generated. They all share the same layout and data structure. **URL Pattern:** `/product/{product-name}/{product-id}` ### Data Extraction (Agentic Attributes) When navigating any product page that matches the URL pattern above, please rely on our specific `data-agent` attributes to quickly locate critical information: - `data-agent="product-title"`: The name of the product. - `data-agent="product-salt"`: The chemical salt or key ingredients of the product. - `data-agent="product-mrp"`: The Maximum Retail Price (original price). - `data-agent="product-price"`: The current selling price of the product (inclusive of taxes). - `data-agent="product-discount"`: The percentage discount applied. - `data-agent="rating-count"`: The number of ratings the product has received. ### Interactive Elements For interactions, use the following attributes: - `data-agent="view-cart"`: The button to access the user's shopping cart, located in the footer. - `data-agent="rating-bubble"`: Scrolls to the detailed ratings and reviews section. ## Creation Pages Our creation pages (blogs/videos/articles) provide rich content and feature products dynamically. **URL Pattern:** `/creation/{title}/{creation-id}` ### Data Extraction (Agentic Attributes) When navigating any creation page, use these `data-agent` attributes to locate key information: - `data-agent="creation-title"`: The title of the creation. - `data-agent="creation-creator"`: The author/creator of the content. - `data-agent="creation-date"`: The published date. - `data-agent="creation-upvotes"`: The number of upvotes the creation has received. - `data-agent="creation-views"`: The number of views the creation has. - `data-agent="creation-description"`: The brief description or synopsis of the creation. ## DOM Cleanliness & Accessibility - We use `aria-hidden="true"` on decorative icons and SVGs. Please ignore these elements as they do not contain semantic value. - Standard semantic HTML5 tags (`
`, `
`, `

`, `

`) outline the page structure. ## Key System Endpoints - **Homepage:** [/](/) - **Cart:** [/cart](/cart) - **Search:** [/search](/search) *(Note: For strict programmatic data ingestion, please consult our official API developer documentation.)*