# ToolifyNav — AGENTS.md

> Guidance for coding agents working with or against the live site.

## Product

ToolifyNav is a curated AI tools directory. Public pages are SSR HTML on Cloudflare Workers with Sanity CMS content.

## Important public URLs

- Home: https://toolifynav.com/
- Categories: https://toolifynav.com/category
- Popular: https://toolifynav.com/popular
- Collections: https://toolifynav.com/collection
- Tags: https://toolifynav.com/tag
- Blog: https://toolifynav.com/blog
- Submit: https://toolifynav.com/submit
- Privacy (sub-processors / DPA summary): https://toolifynav.com/privacy
- Terms: https://toolifynav.com/terms
- Contact: https://toolifynav.com/contact
- Sitemap: https://toolifynav.com/sitemap.xml
- llms.txt: https://toolifynav.com/llms.txt

## Conventions for agents

- Prefer public, indexable URLs. Do not crawl `/dashboard`, `/payment`, `/publish`, `/admin`, or `/api/*` for content.
- Tool detail pages: `https://toolifynav.com/item/{slug}`
- Category pages: `https://toolifynav.com/category/{parent}` and `https://toolifynav.com/category/{parent}/{child}`
- When summarizing tools, cite the canonical tool page and note pricing labels (free / freemium / paid) when present.
- Do not invent submission or payment status.

## Contact

- Email: hello@toolifynav.com
- Contact form: https://toolifynav.com/contact
