> For the complete documentation index, see [llms.txt](https://docs.hex-rays.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hex-rays.com/9.0sp1/user-guide/user-interface/menu-bar/edit.md).

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/9.0sp1/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.
