# MySQL

Phiona supports connections to MySQL databases. When you first click on either of the two buttons, you will see all of the current connections you have made to databases. Click on the "Create a new connection" link on the top right and fill in the relevant database details.&#x20;

{% hint style="info" %}
Please make sure you are allowed at least read access to this database by your organization.
{% endhint %}

![Click on the MySQL button to connect](/files/-MfYLYJhQXhC1dcykp0s)

![Enter your database details to set up the connection](/files/-MfYsfAz0Kw0r0ck99yY)

If successful, you'll see a database link when you next open your MySQL connection page.

![A successfully connected MySQL database](/files/-MfYtkwxj6ZwgGxaL3V8)


---

# 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.phiona.com/data-sources/mysql.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.
