# Agent Instructions — Custom Packaging Pro This document describes how AI agents can interact with Custom Packaging Pro's website at https://custompackagingpro.com. ## About Custom Packaging Pro is a leading provider of sustainable packaging solutions, offering custom boxes, mailer boxes, retail packaging, and fulfillment services with industry-leading design support. ## Read-Only Browsing (No Authentication Required) ### Products & Categories - Browse all products: `GET /product-category/{category}` - Product detail: `GET /product/{slug}` - Request a quote: `GET /request-quote` ### Store Metadata - Sitemap: `GET /sitemap.xml` - Agentic Discovery Sitemap: `GET /sitemap_agentic_discovery.xml` - Agent discovery: this document (`/agents.md`) is the canonical agent-facing description of this website. ## Core Pages - Homepage: https://custompackagingpro.com/ - About Us: https://custompackagingpro.com/about-us - Contact Us: https://custompackagingpro.com/contact-us - Blog: https://custompackagingpro.com/blog - Request Quote: https://custompackagingpro.com/request-quote ## Store Policies - Privacy Policy: https://custompackagingpro.com/privacy-policy - Terms of Service: https://custompackagingpro.com/terms-of-service ## Platform This website is built on Laravel, a PHP web application framework.