# Quickstart Guides

- [MariaDB MaxScale Beginner's Guide](https://mariadb.com/docs/maxscale/maxscale-quickstart-guides/maxscale-beginner-guide.md): Start your journey with MariaDB MaxScale. This guide introduces the database proxy's architecture, key components, and basic setup steps for first-time users.
- [MariaDB MaxScale Guide](https://mariadb.com/docs/maxscale/maxscale-quickstart-guides/mariadb-maxscale-guide.md): Discover the capabilities of MariaDB MaxScale. This overview explains how the proxy manages high availability, load balancing, and security for your database infrastructure.
- [MariaDB MaxScale Installation Guide](https://mariadb.com/docs/maxscale/maxscale-quickstart-guides/mariadb-maxscale-installation-guide.md): Follow step-by-step instructions to install MariaDB MaxScale on major Linux distributions. This guide covers repository configuration and package installation.
- [MariaDB MaxScale Authenticators Guide](https://mariadb.com/docs/maxscale/maxscale-quickstart-guides/mariadb-maxscale-authenticators-guide.md): Configure secure access to your database. This guide explains how to set up authenticators in MaxScale to manage client credentials and validate connections to backend servers.
- [MariaDB MaxScale Limitations Guide](https://mariadb.com/docs/maxscale/maxscale-quickstart-guides/mariadb-maxscale-limitations-guide.md): Review known limitations and constraints of MariaDB MaxScale. Understand supported features, configuration boundaries, and protocol specifics to plan your deployment effectively.


---

# 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/maxscale/maxscale-quickstart-guides.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.
