What a write guarantees¶
Three things an assistant can do have consequences. This page says exactly what protects each one — and what does not.
| What Freight Right enforces | Are you asked first? | |
|---|---|---|
| Booking | Exactly the offer, revision, total, currency and billing account you were shown. If anything about the offer moved, the booking is refused rather than made at another price. | Yes, always. Only a click on Freight Right's own page, in your signed-in session, submits a booking. No assistant — and no model — holds anything that can do it. |
| Quote request | Exactly what the tool was given; sending the same request twice within 30 days returns the first one instead of creating a second. | Depends on your assistant's settings. Claude and ChatGPT can be set to ask you before a write, or not to. That is their setting, not ours — we say so in the tool itself. |
| Price check | — | Not needed: nothing changes. It does use part of your monthly allowance. |
How a booking actually works¶
- You ask your assistant to book an offer.
- It calls a prepare tool. That writes down what would be booked and returns a link. Nothing is sent to Freight Right.
- You open the link. It is a Freight Right page; you are signed in there, or you sign in.
- You see the carrier, the total, what is not included, how long the price is valid, the billing account and your reference — and you click Request this booking, or Cancel.
- Only then is the booking request sent. Freight Right reviews it (
BOOKING_REQUESTED) and confirms it separately (BOOKED).
Your Freight Right session never reaches the connector: the page proves who you are to Freight Right's own sign-in service, which hands the connector a short-lived proof that says nothing else.
If something goes wrong halfway¶
If your confirmation reached us but the answer was lost on the way back, the connector asks Freight Right again with the same idempotency key until it gets a definite answer. That is why you can never end up with two bookings of the same offer — and why an assistant should never "try again" on its own. It will tell you the outcome is being confirmed.