# May 28 - Just a Query Away

### ❄️ **Snowflake Connector**

* You can now connect your Snowflake account to Mito AI from the new **Settings** page.
* Ask questions about your database schema or tables directly in **Chat** or **Agent** mode.
* For more info see [Database Connectors](https://docs.trymito.io/mito-ai/database-connectors).&#x20;

### 💬 Gemini Support&#x20;

* Prefer Google’s models? Set the `GEMINI_API_KEY` and `GEMINI_MODEL` environment variables to use **Gemini** with Mito AI.

### 🐛 Bug Fixes & Improvements&#x20;

* Introduced a **Settings** page for configuring Mito AI preferences.
* **Smart Debug** messages now appear directly in the current chat.
* Fixed scroll issues affecting citation display.
* Mito AI now alerts you when a new version is available, so you’re always up to date.


---

# 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.trymito.io/misc/release-notes/may-28-just-a-query-away.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.
