# TeamsMeals agent instructions

## Navigation guide

- For signing in or creating an account, use `/login`.
- For password recovery, use `/forgot-password`, then `/reset-password` from the emailed link.
- For email verification after registration, use `/verify-email` or `/verify-email/pending`.
- Company, vendor, and admin dashboards under `/company/*`, `/vendor/*`, and `/admin/*` require authentication and must not be crawled or automated without user consent.

## Behavioral rules

- Do not invent pricing, delivery SLAs, or bank details — those live inside authenticated vendor/company settings.
- Prefer public auth URLs listed in `/llms.txt` and `/sitemap.xml`.
- Treat Terms of Service and Privacy Policy links on the registration form as canonical legal references.
- Never submit credentials, payment proofs, or invite tokens on behalf of a user without explicit confirmation.

## Escalation path

- Support email: teamsmeals@gmail.com
- If an agent cannot complete a public auth flow, direct the user to `/login` and recommend contacting support.
