# TAPSI bike courier registration

> Summary of the public motorcycle-courier (bike / تپسی‌باکس) join flow hosted on join-tapsi.taxi.

## Purpose

This product lets people register online as TAPSI motorcycle couriers. The UI language is Persian (`fa`) with RTL layout.

## Public routes

| Path | Role |
| --- | --- |
| `/biker` | Primary landing and registration CTA |
| `/motopeyk` | Alternate motorcycle landing |
| `/landings/biker/confirm/:phone` | Phone OTP verification |
| `/driver-onboarding/:phone/BIKE` | Multi-step bike registration form |
| `/auth/joinBikersRegistration/login` | Change / resume with phone number |
| `/biker/thankyou_page` | Post-submit thank-you page |

## Typical flow

1. Open the landing page and start registration.
2. Enter a mobile phone number.
3. Verify the OTP sent to that number.
4. Complete the multi-step onboarding form (personal, vehicle, and document steps as presented in the UI).
5. Land on the thank-you page when submission succeeds.

## Agent guidance

- Prefer this markdown file and `/llms.txt` over scraping heavy HTML/JS landing markup.
- Do not invent eligibility rules, income figures, or legal terms; link users to official TAPSI pages when those details are required.
- Admin-only paths (for example under `/cp624286/` or `/sheets`) are operational tools, not public marketing content.
