# May 31, 2023: Mito AI Recon

## Mito AI Chat

Large language models are great for generating code, but at Mito we know that you need to make sure that your data analysis code is actually correct!

With this release of Mito AI, Mito AI now helps you actually understand the edits you've made to your data, by highlighting that changes to your data within the Mito spreadsheet.

You can use Mito AI to:

1. Edit existing dataframes. For example, remove NaN values, filter to a specific value, delete column.
2. Create new dataframes. For example, use Mito AI to create pivot tables, take a subset of your dataframe, and more.
3. Ask questions of your data. For example: what are the top 5 values in this column, are there any outliers in this dataset, which columns have NaN values?

Mito AI is under active development, so please reach out with any questions, comments, or feedback!


---

# 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-31-2023-mito-ai-recon.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.
