# Mobile & Web Applications

### Customer app

Main responsibilities:

* Account registration and login.
* Creating and managing delivery requests.
* Real-time driver tracking.
* Payment and receipts.

Key modules:

* Onboarding & authentication
* Address search and map screen
* Order creation and summary
* Order tracking
* Profile & settings

### Driver app

Main responsibilities:

* Go online / offline.
* Receive and manage delivery jobs.
* Navigation to pickup and drop-off.
* Proof of delivery and earnings.

Key modules:

* Driver onboarding and verification
* Job list and job details
* Navigation and status updates
* Earnings and history

### Admin panel (web)

Main responsibilities:

* Live monitoring of orders and drivers.
* Manual interventions (reassign driver, cancel order, etc.).
* Basic reporting and exports.
* User management (blocked accounts, etc.).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://beeplus.gitbook.io/beeplus-docs/mobile-and-web-applications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
