Load a customer's pricing guide before billing work. Use when working on billing rules, investigating discrepancies, or configuring charges for any customer. MUST be invoked before asking questions about rates, rules, or charge logic.
Read the customer's pricing markdown file as the source of truth before any billing work.
| Customer | File Path |
|---|---|
| Abokichi | test_data/billing_data_for_testing/abokichi/abokichi_pricing.md |
| Stellar Eats | test_data/billing_data_for_testing/stellar_eats/stellar_eats_pricing.md |
| Vasanti | test_data/billing_data_for_testing/Vasanti/vasanti_pricing.md |
NEVER ask the user questions about rates, charge logic, or billing rules if the answer exists in the customer's pricing file. The pricing guide contains every service type, rate, rule, and exception. Read first, ask later.