# Operations, Monitoring & Support

### Monitoring

We monitor:

* API latency and error rates.
* Order creation and completion volumes.
* Driver online/offline statistics.
* Key business KPIs (conversion, cancellation, etc.).

Tools: (e.g., Grafana, Datadog, CloudWatch – specify what you use).

### Alerts

Critical alerts:

* High error rates on main APIs.
* Payment integration failures.
* Dispatch service not assigning drivers.

Alerts should go to the operations channel (Slack / email / other).

### Incident management

1. Detect and confirm the incident.
2. Communicate status to support and stakeholders.
3. Mitigate the impact (temporary fixes, rollbacks, feature switches).
4. Create a post-incident report (root cause, fixes, prevention).

### Support

* Customer support: in-app chat, phone, or email.
* Driver support: separate line or channel.

Common support actions:

* Check order status and history.
* Issue refunds or credits (if allowed).
* Block or unblock users (if needed).


---

# 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/operations-monitoring-and-support.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.
