# RGM Tailoring — Developer & AI Agent Resources

> Everything RGM Tailoring publishes for machines: a Markdown variant of every page, an llms.txt index, agent instructions, structured data and sitemaps.

RGM Tailoring is a tailoring atelier, not a software product, so there is no public HTTP API, no authentication and no SDK. What we do publish is the whole site in agent-friendly formats, plus contact channels a person answers.

## Machine-readable resources

- [Agent instructions](https://www.rgmtailoring.com/agent-instructions.md): when to use RGM Tailoring, when not to, and how to act on its behalf
- [llms.txt](https://www.rgmtailoring.com/llms.txt): index of every page and resource, in the llmstxt.org format
- [llms-full.txt](https://www.rgmtailoring.com/llms-full.txt): the whole site as one Markdown document
- [sitemap.xml](https://www.rgmtailoring.com/sitemap.xml): every canonical URL this site publishes
- [robots.txt](https://www.rgmtailoring.com/robots.txt): crawl policy; every agent is allowed
- Any page also answers to `Accept: text/markdown`, or add `.md` to its path.


## Pages

- [Home](https://www.rgmtailoring.com/): the atelier, its services, testimonials and contact details — Markdown: https://www.rgmtailoring.com/index.md
- [Gallery](https://www.rgmtailoring.com/gallery): photographs of finished garments with direct image URLs — Markdown: https://www.rgmtailoring.com/gallery.md
- [Pricing](https://www.rgmtailoring.com/pricing): published prices in PHP, by garment and size band — Markdown: https://www.rgmtailoring.com/pricing.md
- [Developer & agent resources](https://www.rgmtailoring.com/developers): this index, in both representations — Markdown: https://www.rgmtailoring.com/developers.md


## Markdown content negotiation

Every page URL serves two representations from the same address, following the acceptmarkdown.com convention. Ask for Markdown with an Accept header, or append .md to any path. See [acceptmarkdown.com](https://acceptmarkdown.com) for the convention.

```bash
curl -H "Accept: text/markdown" https://www.rgmtailoring.com/pricing
curl https://www.rgmtailoring.com/pricing.md
```

- Markdown responses send Content-Type: text/markdown; charset=utf-8 and Vary: Accept.
- An Accept header that allows neither text/html nor text/markdown gets 406 Not Acceptable.
- Unknown paths return a real 404 whose Markdown body links back to this index.

## Structured data

Every page embeds JSON-LD as an @graph with Organization (contact points and postal address), ClothingStore (geo coordinates, opening hours, offers) and WebSite nodes. Fetch [https://www.rgmtailoring.com/](https://www.rgmtailoring.com/) and read the `application/ld+json` script.

## Contact

- **Phone / SMS**: [0910 367 1812](tel:+639103671812) (+639103671812)
- **WhatsApp**: [0910 367 1812](https://wa.me/+639103671812?text=Hi%20RGM%20Tailoring%2C%20I%20would%20like%20to%20make%20a%20call%20and%20inquire.)
- **Email**: [rgmtailoringphilippines@gmail.com](mailto:rgmtailoringphilippines@gmail.com)
- **Atelier**: Quezon City, Metro Manila, Philippines — [map](https://maps.app.goo.gl/oxFJ4f1DrwJHzaqt8)
- **Opening hours**: Monday – Sunday, 11:00 AM – 11:00 PM (11:00–23:00, Asia/Manila)
- **Facebook**: https://www.facebook.com/RGM-Tailoring-100078871746363
- **Instagram**: https://instagram.com/rgmtailoring
