# Quick Edit

Quick edit lets you make local changes to your flows using AI. You can open the quick edit panel from the toolbar, or using ctrl/cmd-k.

<figure><img src="/files/cEbEDS0rMgmOprcxnx8J" alt="" width="563"><figcaption></figcaption></figure>

Write a prompt and press `enter` to trigger generation.

<figure><img src="/files/h8CXwc01KPHOWPciVUNq" alt="" width="375"><figcaption></figcaption></figure>

You will then see changes being applied live. After generation is complete, you will get a box around the areas that have been affected, with buttons to either accept or reject the result, or tweak the prompt.

<figure><img src="/files/5XXTJbgWjjIg0Sdnui4O" alt=""><figcaption></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.midio.com/midio-docs/reference/overview/quick-edit.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.
