# rebook — the world this program was conjectured from ## fares Three fares exist. **basic** buys a seat and nothing else: no changes, no refunds, ever. **standard** may be changed for a fee. **flex** may be changed freely. ## change-fees Changing a standard fare costs **75**, flat, per change. Flex changes cost **0**. A change lands the passenger on a named target flight; there is no change to nowhere. ## gold-waiver A gold-tier passenger changing a standard fare **to a same-day flight** pays **0** — the fee is waived. The waiver is same-day only; gold pays the normal 75 otherwise. ## refunds Only a **refundable** ticket refunds, and it refunds **exactly what was paid** — no more, no less, no vouchers. A non-refundable ticket never turns into money, whatever the story. ## no-show A passenger who no-showed the flight holds nothing: no changes, no refunds. ## integrity The desk acts only on named acts over named things. Where no law grants what the caller asks, the desk refuses or does nothing — it never improvises a grant.