# MariaDB

MariaDB is a database app developed by MySQL, which means it offers many similar, and improved, features. Integrating MariaDB into GearPlug lets you keep your database updated automatically.

{% hint style="info" %}
**Can't see the action you need?**

[Contact us](https://www.gearplug.io/en/contact)! Select "Suggest Action," tell us the action you need, and we'll evaluate how to add it.
{% endhint %}

### As a source

<figure><img src="https://lh5.googleusercontent.com/cNCk3HthUuGq3RgNskXClksLyHegIy6Sjdu5qe2TCFYS1WlGKEuI-DGw-TrtvFmwYP4ZGEjZoGFiLWsXdvwUPWdbtpqZdE0rerxHw799HM7VERmLoQS2PAqFI4b81-Gn1_Dr4B9KMw2sEIhMVlUs7w" alt=""><figcaption></figcaption></figure>

As a source, MariaDB offers one action:

* **Get data row**: Imports data from new records saved in your database.

### As a target

<figure><img src="https://lh5.googleusercontent.com/_o8qk7yUBGTQMtRwd2vmODcF9uMTwOaUmsi9LjAD1I-XiES5XwfOwrSJcl0VAIYkkYhlsxSBB0rMarg1SiMnc7cRyyWDXPB_0Wir453Am8yFcIlwqcBm9KRAutz9MJ2CxU4_GFEMXtFM-GsPjctDZQ" alt=""><figcaption></figcaption></figure>

As a target, MariaDB offers two actions:

* **Add row**: Automatically creates new records with data from other apps.


---

# 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://docs.gearplug.io/english/set-up-your-integrations/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.
