# RevDeBug features

- [APM](https://revdebug.gitbook.io/revdebug/revdebug-features/apm.md): With APM dashboards you can observe your application's performance and identify anomalies the moment they appear.
- [Observability & Tracing ](https://revdebug.gitbook.io/revdebug/revdebug-features/observability-tracing.md): Inspect individual traces and drill down to root cause of problem within seconds
- [Flight Recorder](https://revdebug.gitbook.io/revdebug/revdebug-features/flight-recorder.md): Record\&Replay without noticeable delay
- [Infrastructure Map](https://revdebug.gitbook.io/revdebug/revdebug-features/infrastructure.md): Identify how different parts of your system communicates with each other. From services, through databases, message queues, and all kinds of external providers, to end users of your application
- [Browser Recording](https://revdebug.gitbook.io/revdebug/revdebug-features/browser-recording.md): Record user-browser interactions on exception moments, so you can have a full picture of situation. No more asking clients what they did to trigger the error.
- [Error Tracking](https://revdebug.gitbook.io/revdebug/revdebug-features/error-tracking.md): Analyze all exceptions in your application gathered for you in one simple dashboard
- [Database Monitoring](https://revdebug.gitbook.io/revdebug/revdebug-features/database-monitoring.md): Database performance monitoring as seen from the application point of view
- [Browser Monitoring](https://revdebug.gitbook.io/revdebug/revdebug-features/browser-monitoring.md): Monitor performance and load times on client side of your application
- [Tests Monitoring](https://revdebug.gitbook.io/revdebug/revdebug-features/tests-monitoring.md): RevDeBug trace id can be included in Cypress error reports for easier root cause detection for failed automated end-to-end tests.
- [Frontend Logs](https://revdebug.gitbook.io/revdebug/revdebug-features/frontend-logs.md): Gather client side errors in one place
- [Alarms](https://revdebug.gitbook.io/revdebug/revdebug-features/alarms.md)
- [VM Monitoring](https://revdebug.gitbook.io/revdebug/revdebug-features/vm-monitoring.md): Connect virtual machine monitoring
- [Kubernetes Monitoring](https://revdebug.gitbook.io/revdebug/revdebug-features/kubernetes-monitoring.md): Monitor metrics from Kubernetes


---

# 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://revdebug.gitbook.io/revdebug/revdebug-features.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.
