# About MariaDB Documentation

The documentation for MariaDB products is

* written in standard American English,
* using Markdown format,
* stored in Git.

It is maintained by a team of technical writers from [MariaDB plc](https://mariadb.com/) and the [MariaDB Foundation](https://mariadb.org/).

Until June 2025, the documentation used to be in the MariaDB KnowledgeBase (KB). With a few exceptions, mostly concerning outdated modules and functionality, all pages were migrated to a new platform, [GitBook](https://gitbook.com/).

<div align="left"><figure><img src="https://1321769154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWCInJQ9cmGjq1lsTG91E%2Fuploads%2Fgit-blob-2e3d801ab170c6887e961e9522ecd54ad10d442c%2Fimage.png?alt=media" alt="Screenshot of the MariaDB documentation start page, listing the categories like MariaDB Server, Enterprise Operator, MaxScale, ColumnStore, and Connectors." width="375"><figcaption><p>The MariaDB documentation that contained the MariaDB documentation until June 2025</p></figcaption></figure></div>


---

# 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/general-resources/about/readme.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.
