# Data, Security & Compliance

### Data we store

* Customer and driver profile data (name, phone, etc.).
* Order and delivery details (locations, timestamps, prices).
* Payment and transaction data (limited, depending on provider).
* Technical logs and monitoring data.

### Data retention

* Operational data: kept as long as needed for business and legal reasons.
* Logs: rotated and removed after a defined period.
* Personal data: can be removed or anonymized on request, where possible.

### Security principles

* All external traffic uses HTTPS.
* Sensitive secrets are stored in a secure secrets manager, not in the repo.
* Access to production data is restricted and logged.
* Regular backups and restore tests.

### Compliance

We follow:

* Local regulations in Saudi Arabia.
* Our own **Terms of Use** and **Privacy Policy**.

Links:

* `/docs/legal/terms-of-use.md`
* `/docs/legal/privacy-policy.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/data-security-and-compliance.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.
