# February 18 - Mito Agents

### Agents

* In the chat In the chat sidebar, you’ll now see a button in the upper-left corner indicating your current mode (the default is Chat).
* Switching to Agent mode allows you to prompt Mito AI for a plan outline. Once satisfied, accepting the plan will initiate a new workflow, with the agent executing each step automatically.
* **⚠️ Note:** Accepting a plan grants the Mito Agent permission to execute code on your behalf.

### Smart Debug

* Smart Debug now leverages more of the error message traceback, providing better context and improved resolution suggestions.

### UI Changes

* When editing chat messages, the **Edit** button now appears only on hover.


---

# 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/february-18-mito-agents.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.
