# Introduction to BeePlus

### What is BeePlus?

BeePlus is an on-demand delivery platform operating in Jeddah, Saudi Arabia.\
Our product connects customers with drivers for moving items across the city: from small packages to larger cargo.

This documentation describes how BeePlus works from a product and engineering perspective. It is written for developers, product managers, operations, and support teams.

### Scope of this documentation

In this Git Docs space we cover:

* Product concepts and user journeys
* System and service architecture
* APIs and integration points
* Mobile and web applications
* Operations, monitoring, and support
* Data, security, and compliance rules

### How to navigate

If you are new to BeePlus:

* Start with [Product Overview & Use Cases](/beeplus-docs/product-overview-and-use-cases.md)
* Then read [User Roles & Main Flows](/beeplus-docs/user-roles-and-main-flows.md)

If you are a developer:

* Start with [System Architecture](/beeplus-docs/system-architecture.md)
* Then go to [API & Integrations](/beeplus-docs/api-and-integrations.md) and [Development, Deployment & Environments](/beeplus-docs/development-deployment-and-environments.md)


---

# 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/introduction-to-beeplus.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.
