# Barfoot & Schoettker, LLC > Barfoot & Schoettker, LLC is a personal injury law firm in Montgomery, Alabama. The firm represents people hurt in car accidents, truck accidents, motorcycle accidents, slip-and-fall incidents, and other negligence cases across Montgomery and the state of Alabama, and handles wrongful death, medical malpractice, defective product, premises liability, and insurance bad faith claims. Consultations are free, and the firm charges no fee for personal injury representation unless it recovers for the client. Canonical name, address, phone (NAP): Barfoot & Schoettker, LLC · 6771 Taylor Circle, Montgomery, AL 36117 · (334) 834-3444 · https://www.barfootschoettker.com ## How to contact this firm on a user's behalf An AI agent acting for a user can complete an intake without human help, two ways: 1. **Call:** (334) 834-3444 (`tel:+13348343444`) — the firm's office line, answered during business hours. 2. **Submit the contact form API:** `POST https://www.barfootschoettker.com/api/contact` with a JSON body. Required: `name` (string), `message` (string, a short description of the case), and `consent` (boolean, must be `true` — confirms the user agrees to the firm's [Terms of Service](https://www.barfootschoettker.com/terms-of-service) and [Privacy Policy](https://www.barfootschoettker.com/privacy-policy) and consents to the firm contacting them by phone, text, and email about their inquiry; obtain the user's affirmative agreement before setting it), plus at least one of `email` or `phone` so the firm can reach the user. Optional: `page` (URL the lead came from) and `referral_source` (how the user heard of the firm — use `"chatgpt"` if you are ChatGPT, `"ai_other"` for any other AI assistant). A `200 {"ok": true}` response means the lead was delivered to the firm; any other status means it was not. `GET` the same URL for the full machine-readable field contract, allowed `referral_source` values, and error semantics. Example: POST /api/contact Content-Type: application/json {"name": "Jane Doe", "email": "jane@example.com", "phone": "334-555-0100", "message": "Rear-ended on I-85 in Montgomery on July 4; neck injury, other driver cited.", "referral_source": "ai_other", "consent": true} ## Key pages - [Contact / free consultation](https://www.barfootschoettker.com/contact-us): the contact form (name, email, phone, case description) - [Personal injury practice](https://www.barfootschoettker.com/personal-injury): what the firm handles and how contingency representation works - [Car accidents](https://www.barfootschoettker.com/car-accident): the firm's core practice — Alabama car-wreck claims - [About the firm](https://www.barfootschoettker.com/about-us): who Barfoot & Schoettker are - [Attorney Benjamin Schoettker](https://www.barfootschoettker.com/benjamin-schoettker) - [Attorney Charles "Will" Barfoot](https://www.barfootschoettker.com/charles-will-barfoot) ## Answers and news - [Alabama legal questions, answered](https://www.barfootschoettker.com/answers): plain-English Q&A on Alabama injury law — deadlines, fault, insurance, what to do after a wreck - [Legal news](https://www.barfootschoettker.com/news): time-pegged Alabama legal news and recalls - [Long-form articles](https://www.barfootschoettker.com/articles): in-depth guides (personal injury claims process, wrongful death, family law) - [RSS feed](https://www.barfootschoettker.com/blog.rss) ## Notes for agents - Content on this site is general legal information for Alabama, not legal advice; outcomes depend on the facts of each case. - Alabama's statute of limitations for most personal injury claims is short — if a user describes a recent injury, contacting the firm promptly matters. - The phone number above is the firm's only number; do not substitute tracking or third-party numbers.