# DBGate

## Steps

1. Open DBGate and create a new connection.
2. Select **MariaDB** as the database type.
3. Enter the MariaDB Cloud hostname, port, username, and password.
4. Navigate to the **SSL** tab in the Connection window.
5. Check the **Use SSL** option.
6. Click **Connect** to establish the connection.

{% hint style="success" %}
In most cases, simply select **Use SSL**—there's no need to configure extra SSL certificate files.
{% endhint %}

{% hint style="warning" %}
Make sure DBGate is updated to the latest version for best compatibility.
{% endhint %}


---

# 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/mariadb-cloud/connecting-to-mariadb-cloud-dbs/database-tools/dbgate.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.
