# Architecture

MariaDB Server's architecture.

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

{% column %}
Details the various constraints within MariaDB Server, including primary keys, unique keys, and foreign keys.
{% endcolumn %}
{% endcolumns %}

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

{% column %}
Provides information on different MariaDB Server deployment topologies, including standalone, replication, and clustered configurations.
{% endcolumn %}
{% endcolumns %}


---

# 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/server/architecture.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.
