# Jan 14, 2026 - Chart Wizard

This release is about reducing friction. Small chart changes no longer require a full AI round-trip, the Agent can now ask for clarification instead of guessing, and exploratory work happens quietly in the background.&#x20;

### Chart Wizard

Hover over any chart and you’ll see a new **Chart Wizard** button.

Sometimes you just need to make a small tweak — change a color, update a title, or adjust a label. Going back through the AI for these quick edits can slow you down. The Chart Wizard keeps you in the flow.

With the Chart Wizard, you can quickly adjust chart visuals like:

* Titles and labels
* Colors and styling
* Other presentation details

**Works with existing charts, too.**

The Chart Wizard expects charts to follow a specific format. But don’t worry, we’ve included a **convert tool** that automatically adapts your existing charts so you can use the Wizard right away.

### *Ask User* Tool

Sometimes the AI makes the wrong assumption. Other times there’s a simple communication gap — it can’t find the file you mean, or isn’t sure what you want.

For those moments, we’re introducing the **Ask User** tool.

When the AI needs clarification, it will now:

* Ask you a direct question
* Offer clear choices when possible

You respond, and the Agent continues with confidence; no more guessing, no more backtracking.

### Scratchpad

Our final major update is the **Scratchpad**.

The Scratchpad is a private workspace where the Agent can think, explore, and run housekeeping steps *without cluttering your notebook*. When the Agent is ready, it updates your notebook with only the essential results.

Benefits:

* Cleaner notebooks
* Less intermediate noise
* Faster, more focused workflows

If you’re curious, you can still inspect all behind-the-scenes activity to see exactly how the Agent arrived at its solution.

No more wading through a messy notebook.


---

# 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/jan-14-2026-chart-wizard.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.
