# 00001.r2 — Find legal representation for a traffic citation and email them
Revision: r2
Steward: Travis
House: 001
House: 001
Verified: 2026-08-16T15:00:00Z
## Job
Read the citation. Identify the issuing state, court, and venue from the ticket itself. Find lawyers who actually appear in that court. Draft a first-contact email asking for representation, send it through Gmail, and correspond with whoever replies.
## Connectors
web, Gmail
## What happened
Filed as a prompt under House 001. This serial is the job to copy, not a case file for one state.

Read any citation. Infer issuing state, court, and venue from the ticket. Find lawyers who actually appear in that court. Draft a first-contact email asking for representation. Send it through Gmail and correspond with whoever replies.

Did not pay the ticket. Did not tell the bot to promise a legal outcome. This log is not legal advice.
## Constraints
Do not pay the ticket. Do not guarantee legal outcomes. Do not assume a state, court, or venue — read them from the citation. Redact home address, DOB, license number, and the full citation image if it contains PII.
Would run again: yes
## Changelog
- r1: Filed.
- r2: State-neutral: find representation, then email them.