# Usage

- [Monitoring](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring.md): Covers the monitoring capabilities including the built-in Grafana dashboards, metrics tracking, and predefined alert rules for the database fleet.
- [Dashboards](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards.md)
- [MariaDB Server](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards/mariadb-server.md): Comprehensive dashboard for monitoring MariaDB Server instances, covering topology overviews, replication health, InnoDB metrics, query performance, and active connections.
- [MariaDB MaxScale](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards/mariadb-maxscale.md): Dedicated dashboard for monitoring MaxScale proxies, detailing service status, query routing efficiency, client connections, and resource usage across the proxy layer.
- [Node and Operating System](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards/node-and-operating-system.md): Monitors the underlying host infrastructure, providing detailed metrics for CPU utilization, memory consumption, disk I/O, and network throughput for each database node.
- [Database Fleet Overview](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards/database-fleet-overview-t-copy.md): High-level dashboard providing an aggregated view of the entire database fleet, highlighting overall health, critical alerts, and resource consumption across multiple topologies.
- [MariaDB Galera Cluster](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards/mariadb-galera-cluster.md): Extends standard server monitoring with Galera-specific metrics like flow control pauses, write conflicts, replication queue depth, and individual node cluster states.
- [Metrics](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/metrics.md): Overview of the metrics collected by Enterprise Manager, including MariaDB Server counters, MaxScale performance data, and node-level system resource utilization.
- [Export metrics](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/metrics/export-metrics.md): Explains two methods for exporting metrics: scraping the built-in Prometheus federation endpoint or configuring the agent to push data directly to OTLP-compatible external systems.
- [Alerts and Notifications](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/alerts-and-notifications.md): Overview of the integrated Grafana-based alerting engine used to detect critical conditions and dispatch notifications to various destinations.
- [SMTP Server Configuration](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/alerts-and-notifications/smtp-server-configuration.md): Instructions for configuring SMTP credentials and server details in the environment file to enable email alerts from the integrated alerting engine.
- [Built-in Alert Rules](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/alerts-and-notifications/built-in-alert-rules.md): Details the pre-configured rules for monitoring MariaDB Server, Galera Cluster, and system health, including sustained-duration triggers to prevent alert fatigue.
- [Workspace](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/workspace.md): Overview of the Workspace environment, which provides collaborative tools for DBAs and developers including a Query Editor, ERD Designer, and Database Administration tools.
- [Query Editor](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/workspace/query-editor.md): Details the Query Editor feature, providing a comprehensive multi-tabbed environment for writing and debugging SQL, formatting code, and analyzing data results.
- [ERD Designer](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/workspace/erd-designer.md): Explains the ERD Designer tool, a visual interface for creating entity-relationship diagrams, generating models from live databases, and modeling tables and indexes.
- [Database Administration](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/workspace/database-administration.md): Highlights the administrative tools within the Workspace, including the Schema Inspector, Object Browser, user management, and live process list viewing.


---

# 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://mariadb.com/docs/tools/mariadb-enterprise-manager/usage.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.
