> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/server/readme.md).

# MariaDB Server Documentation

{% columns %}
{% column %}
{% content-ref url="/pages/G77F0zWTXA15ZWt1TGuw" %}
[Quickstart Guides](/docs/server/mariadb-quickstart-guides.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Get started quickly with MariaDB Server using these quickstart guides. Follow step-by-step instructions to install, configure, and begin using MariaDB for your projects.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/7944uuLvk83dOwWDiZt4" %}
[Server Usage](/docs/server/server-usage.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Learn how to effectively use MariaDB Server. This section covers SQL statements, built-in functions, client utilities, and best practices for daily database operations.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/PdcmE9uSldjyBeHCiVXO" %}
[Server Management](/docs/server/server-management.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Effectively managing your MariaDB Server is key to ensuring its reliability, performance, and security. This section serves as your central hub for all aspects of MariaDB Server management.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/gwBSY6FSfUGh8LpV3YnZ" %}
[Security](/docs/server/security.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Secure your MariaDB Server. This section provides comprehensive guidance on user management, encryption, authentication, auditing, and other crucial security measures.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/xj94wxk7fM3LlyNdnjQU" %}
[Architecture](/docs/server/architecture.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Understand MariaDB Server's architecture. Explore its components, storage engines, and how they interact to provide a high-performance, reliable database solution.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/2nwOO0fAWDsTgrOtWDgk" %}
[Clients & Utilities](/docs/server/clients-and-utilities.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Discover MariaDB Server's clients and utilities. This section guides you through tools for connecting, managing, and interacting with your database, from command-line clients to graphical interfaces.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/IeXRTfeGLKCKJ7sshgjG" %}
[HA & Performance](/docs/server/ha-and-performance.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Optimize MariaDB Server for high availability and performance. Learn about replication, clustering, load balancing, and configuration tuning for robust and efficient database solutions.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/42NkrlM3WsJS2Nz1oK9x" %}
[Reference](/docs/server/reference.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Access the comprehensive MariaDB Server reference. Find detailed documentation on SQL syntax, data types, functions, system variables, and other technical specifications.
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mariadb.com/docs/server/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
