Your dashboard shows a setup meter with six steps. It disappears on its own once all six are complete. You can dismiss it early, but each step blocks something real.
| Step | Where | Why it matters |
|---|---|---|
| Upload your logo | /admin/settings/branding | Appears on invoices, customer emails, and your booking page. |
| Connect Stripe | /admin/settings/stripe | Required to take card payments and to pay drivers. Nothing charges until this is active. |
| Add a pricing rule | /admin/pricing | Without a base fare, your booking page cannot quote a price. |
| Add your first driver | /admin/drivers/new | You cannot assign a trip until at least one driver is active. |
| Set your cancellation policy | /admin/settings/cancellation | Decides what you charge on a late cancel and what the driver is owed. |
| Upload your service agreement | /admin/settings/contracts | Passengers sign this before their first confirmed trip. |
A sensible order
- Stripe first — it takes the longest because Stripe verifies your business, and everything financial waits on it.
- Pricing next, so you can quote.
- Branding, then your policies.
- Drivers last, once you know what you are paying them.