# Edit

This submenu allows the user to modify text representation and to patch the file. It also has the commands to control the analysis:

* [Anchor](/8.5/user-guide/disassembler/navigation/anchor.md)
* [Export data](/8.5/user-guide/user-interface/menu-bar/edit/export-data.md)
* [Undo](/8.5/user-guide/user-interface/menu-bar/edit/undo-an-action.md)
* [Redo](/8.5/user-guide/user-interface/menu-bar/edit/redo-an-action.md)
* [Convert to instruction](/8.5/user-guide/user-interface/menu-bar/edit/convert-to-instruction.md)
* [Convert to data](/8.5/user-guide/user-interface/menu-bar/edit/convert-to-data.md)
* [Convert to STRLIT string](/8.5/user-guide/user-interface/menu-bar/edit/convert-to-string-literal.md)
* [Convert to array](/8.5/user-guide/user-interface/menu-bar/edit/convert-to-array.md)
* [Undefine](/8.5/user-guide/user-interface/menu-bar/edit/undefine-a-byte.md)
* [Rename](/8.5/user-guide/user-interface/menu-bar/edit/give-name-to-the-location.md)
* [Operand types](/8.5/user-guide/user-interface/menu-bar/edit/operand-types.md) submenu
* [Comments](/8.5/user-guide/user-interface/menu-bar/edit/comments.md) submenu
* [Functions](/8.5/user-guide/user-interface/menu-bar/edit/functions.md) submenu
* [Structs](/8.5/user-guide/user-interface/menu-bar/edit/structures.md) submenu
* [Segments](/8.5/user-guide/user-interface/menu-bar/edit/segments.md) submenu
* [Patch program](/8.5/user-guide/user-interface/menu-bar/edit/patch-core.md) submenu
* [Other](/8.5/user-guide/user-interface/menu-bar/edit/other.md) submenu
* [Plugins](/8.5/user-guide/user-interface/menu-bar/edit/plugins.md) submenu

See also [Menu Bar](/8.5/user-guide/user-interface/menu-bar.md) submenus.


---

# 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.hex-rays.com/8.5/user-guide/user-interface/menu-bar/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.
