# Configuration

- [Configuring MariaDB Galera Cluster](https://mariadb.com/docs/galera-cluster/galera-management/configuration/configuring-mariadb-galera-cluster.md): Configure MariaDB Galera Cluster with the mandatory wsrep options, performance settings, replication binary log behavior, network ports, and multi-instance setup on a single host.
- [Galera Cluster Address](https://mariadb.com/docs/galera-cluster/galera-management/configuration/galera-cluster-address.md): Galera Cluster address format for wsrep\_cluster\_address: gcomm or dummy schema, a comma-separated member list or multicast address, optional port, and inline provider options.
- [Configuring Auto-Eviction](https://mariadb.com/docs/galera-cluster/galera-management/configuration/configuring-auto-eviction.md): Auto-Eviction keeps MariaDB Galera Cluster stable by removing unresponsive nodes through a consensus-driven delayed-list mechanism, controlled via the evs.auto\_evict provider option.
- [Using the Notification Command (wsrep\_notify\_cmd)](https://mariadb.com/docs/galera-cluster/galera-management/configuration/using-the-notification-command-wsrep_notify_cmd.md): Galera Cluster can trigger a custom script on membership or state changes through wsrep\_notify\_cmd, passing status, view ID, member list, and Primary Component flag as arguments.
- [Galera Arbitrator Daemon (garbd)](https://mariadb.com/docs/galera-cluster/galera-management/configuration/galera-arbitrator-daemon-garbd.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://mariadb.com/docs/galera-cluster/galera-management/configuration.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.
