# November 4th, 2024 - Hello Mito AI

### Chat

Chat is like collaborating with a colleague who sees your code, knows your data, and is a Python expert. Its ChatGPT integrated directly into Jupyter. It knows the current code cell you are editing and the column headers of your data, so it can generate code that runs in your analysis without copying and pasting or editing variable names.

New code created by the AI is highlighted in green. Code deleted by the AI is highlighted in red. The new code diffs make it easy to review the code to make sure the AI has not made any unwanted changes and that you understand the new code.

<figure><img src="/files/7avGg98rDrqd3MNECObj" alt=""><figcaption><p>AI Chat</p></figcaption></figure>

### Smart Debugging&#x20;

Is your code erroring because you typed a variable name incorrectly? Maybe you mixed up your single and double quotes? Or maybe it's something more complicated and nuanced like accidentally running Jupyter code cells out of order. Debugging errors like these can be challenging and frustrating, taking you out of the flow of exploring and analyzing your data.

When a code cell errors, click the `Fix Error in AI Chat` button to have Mito AI automatically try to fix your error. It will use the context of the code cell and variables that you have defined to figure out why your code is erroring and suggest a fix.

<figure><img src="/files/cuYH8rVoiyzHfrJOWeIQ" alt=""><figcaption><p>Smart Debugging</p></figcaption></figure>


---

# 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/november-4th-2024-hello-mito-ai.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.
