# Agent Instructions — Manufacturerr

This document describes how AI agents can interact with Manufacturerr at https://manufacturerr.com.

## About Manufacturerr

Manufacturerr helps entrepreneurs and established brands launch, scale, and manufacture cosmetics, skincare, oral care, haircare, and personal care products through private label, white label, and full contract manufacturing.

## Read-Only Browsing (No Authentication Required)

For agents that need to read site data:

### Service & Product Data
- All services: `GET https://manufacturerr.com/services`
- Solutions overview: `GET https://manufacturerr.com/solutions`
- Private label: `GET https://manufacturerr.com/solutions/private-label`
- White label: `GET https://manufacturerr.com/solutions/white-label`
- Contract manufacturing: `GET https://manufacturerr.com/solutions/contract-manufacturing`
- Skincare products: `GET https://manufacturerr.com/skincare`
- Cosmetics: `GET https://manufacturerr.com/cosmetics`
- Oral care: `GET https://manufacturerr.com/oral-care`
- Haircare: `GET https://manufacturerr.com/haircare`
- Personal care: `GET https://manufacturerr.com/personal-care`
- Turnkey program: `GET https://manufacturerr.com/turnkey`

### Site Metadata
- Sitemap index: `GET https://manufacturerr.com/sitemap.xml`
- Pages sitemap: `GET https://manufacturerr.com/sitemap_pages.xml`
- Agentic discovery sitemap: `GET https://manufacturerr.com/sitemap_agentic_discovery.xml`
- JSON sitemap: `GET https://manufacturerr.com/sitemap.json`
- LLM summary: `GET https://manufacturerr.com/llms.txt`
- LLM full detail: `GET https://manufacturerr.com/llms-full.txt`

## Typical Agent Flow

1. **Discover** — `GET /llms.txt` or `GET /llms-full.txt` for a site overview
2. **Browse Services** — Navigate to `/services` or `/solutions` to understand offerings
3. **Find Products** — Visit category pages (`/skincare`, `/cosmetics`, etc.) for specifics
4. **Request Quote** — Direct the user to `https://manufacturerr.com/get-free-quote` to start a project

## Important Notes

- Quote requests require human input. Agents should direct users to the quote form rather than submitting on their behalf.
- All pricing and minimum order quantities are discussed during the quote process.
- Manufacturerr serves both startup brands and established consumer goods companies.

## Contact

- Get a free quote: https://manufacturerr.com/get-free-quote

## Platform

This site is built with React + Vite and hosted on Netlify, backed by Supabase for data.
