# Menu Bar

{% hint style="info" %}
The menu bar in IDA gives you access to whole range of commands. **All menus are always available, but some adapt their content based on your current view and your cursor position**.
{% endhint %}

## Context-Independent Menus

These menus provide the same options regardless of which view you're working in:

* [File](https://docs.hex-rays.com/user-guide/user-interface/menu-bar/common-actions): Handles opening and loading binaries, importing/exporting data, and producing output files.
* [View](https://docs.hex-rays.com/user-guide/user-interface/menu-bar/common-actions-1): Provides fast access and options to show and organize views, graphs, and toolbars.
* [Debugger](https://docs.hex-rays.com/user-guide/user-interface/menu-bar/common-actions-3): Provides controls for running, stepping through, and analyzing programs in real-time.
* [Lumina](https://docs.hex-rays.com/user-guide/user-interface/menu-bar/common-actions-4): Connects to Private or Public Lumina service to share and retrieve function metadata across different binaries.
* [Options](https://docs.hex-rays.com/user-guide/user-interface/menu-bar/common-actions-5): Configures IDA's appearance, fonts, colors, disassembly preferences, and more.
* [Windows](https://docs.hex-rays.com/user-guide/user-interface/menu-bar/common-actions-6): Opens various tool windows and manages desktops.
* [Help](https://docs.hex-rays.com/user-guide/user-interface/menu-bar/common-actions-7): Your gateway to various help resources and license manager.

## View-Dependent Menus

The following top-level menus (1) **dynamically change their content based on your active view** (2) and cursor location.

* **Edit** - Provides context-sensitive editing operations like patching bytes, modifying instructions, renaming symbols, and changing data types.
* **Jump** - Navigates to addresses, functions, cross-references, and other locations within the binary.
* **Search** - Search for strings, patterns, instructions, constants, and references in the disassembly.

![View-Dependent Menus](https://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-2c60c1caf6ba207ff96a25e82540a7246a22c7e6%2Fmenu-bar-views.png?alt=media)

| Icon                                                                                                                                                                                                              | Current View         | Context-Sensitive Menu Actions                                                                                                                                                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![Icon](https://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-9c4479501527093c8d38e69e2a739dbf77dd0ed3%2FGraphFlatView.svg?alt=media)  | Disassembly/IDA View | <p>• <a href="menu-bar/edit/ida-view-actions">Edit</a><br>• <a href="menu-bar/jump/ida-view-actions">Jump</a><br>• <a href="menu-bar/search/ida-view-actions">Search</a></p>          |
| ![Icon](https://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-dde690787528bea678f8e0a5306552e2221bc1fe%2FToggleDump.svg?alt=media)     | Hex View             | <p>• <a href="menu-bar/edit/hex-view-actions">Edit</a><br>• <a href="menu-bar/jump/hex-view-actions">Jump</a><br>• <a href="menu-bar/search/hex-view-actions">Search</a></p>          |
| ![Icon](https://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-9c4479501527093c8d38e69e2a739dbf77dd0ed3%2FGraphFlatView.svg?alt=media)  | Pseudocode           | <p>• <a href="menu-bar/edit/pseudocode-actions">Edit</a><br>• <a href="menu-bar/jump/pseudocode-actions">Jump</a><br>• <a href="menu-bar/search/pseudocode-actions">Search</a></p>    |
| ![Icon](https://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-9d9b80b050217e69054ea096a1b6bae238be7aa5%2FOpenLocalTypes.svg?alt=media) | Local Types          | <p>• <a href="menu-bar/edit/local-types-actions">Edit</a><br>• <a href="menu-bar/jump/local-types-actions">Jump</a><br>• <a href="menu-bar/search/local-types-actions">Search</a></p> |
| ![Icon](https://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-eaa1faa117f5d101a74178d599480f16d0ff50ab%2FOpenFunctions.svg?alt=media)  | Functions            | <p>• <a href="menu-bar/edit/functions-actions">Edit</a><br>• <a href="menu-bar/jump/functions-actions">Jump</a><br>• <a href="menu-bar/search/functions-actions">Search</a></p>       |
