# Merging into MariaDB

{% hint style="info" %}
This section contains background information, mostly aimed at engineers developing MariaDB features.
{% endhint %}

{% content-ref url="/pages/Syyx9vNDngUCZfMgHAQt" %}
[Creating a New Merge Tree](/docs/server/reference/product-development/mariadb-internals/mariadb-internals-documentation-merging-into-mariadb/creating-a-new-merge-tree.md)
{% endcontent-ref %}

{% content-ref url="/pages/BD98QxpdEJBtnzKHexKg" %}
[Merging from MySQL (obsolete)](/docs/server/reference/product-development/mariadb-internals/mariadb-internals-documentation-merging-into-mariadb/merging-from-mysql-obsolete.md)
{% endcontent-ref %}

{% content-ref url="/pages/Vtlwj3Cd0orwKuTv7RZa" %}
[Merging New XtraDB Releases (obsolete)](/docs/server/reference/product-development/mariadb-internals/mariadb-internals-documentation-merging-into-mariadb/merging-new-xtradb-releases-obsolete.md)
{% endcontent-ref %}

{% content-ref url="/pages/x1kJEXXLbHTrG0pMH8hQ" %}
[Merging TokuDB (obsolete)](/docs/server/reference/product-development/mariadb-internals/mariadb-internals-documentation-merging-into-mariadb/merging-tokudb-obsolete.md)
{% endcontent-ref %}

{% content-ref url="/pages/RqLnHhWABK2zQ0Zoeh7f" %}
[Merging with a Merge Tree](/docs/server/reference/product-development/mariadb-internals/mariadb-internals-documentation-merging-into-mariadb/merging-with-a-merge-tree.md)
{% endcontent-ref %}


---

# 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/reference/product-development/mariadb-internals/mariadb-internals-documentation-merging-into-mariadb.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.
