# Local Types

{% hint style="info" %}
The options below appear when the **Jump menu is opened from the** [**Local Types View**](/ida-9.2/user-guide/user-interface/subviews.md#local-types-window). In other views, the menu adapts dynamically and may show a different set of options.
{% endhint %}

Below is an overview of all actions that can be accessed from this menu.

| UI Action Name             | Action Name    | Applies to               | Description                                                                                                                                        |
| -------------------------- | -------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Jump by name...            | `JumpName`     | Enum, Structure          | Jump to the selected name. This command allows you to jump to a name definition by selecting it from the list of the names. [More…](#jump-by-name) |
| Mark position...           | `MarkPosition` | Enum, Structure, Typedef | Remember the current position in the disassembly. [More…](#mark-position)                                                                          |
| Jump to marked position... | `JumpPosition` | Enum, Structure, Typedef | Jump to the selected marked position. [More…](#jump-to-marked-position)                                                                            |
| Clear mark...              | `ClearMark`    | Enum, Structure, Typedef | Clear mark                                                                                                                                         |

## Jump by name...

Jump to the selected name. This command allows you to jump to a name definition by selecting it from the list of the names. IDA will display the list of the names (sorted by addresses) and you can choose a name. Dummy names (generated by IDA) are not listed. Hidden names are not listed either. You can control which names are listed in the Names representation dialog box (Action `SetNameType`, Options → Name representation...).

See also [How to use the lister](/ida-9.2/user-guide/user-interface/list-viewers.md).

## Mark position...

Remember the current position in the disassembly. You can mark certain locations of the file to be able to jump to them quickly (use the Jump to marked position... command). Text description of the location may help to find a desired location easily. First select a slot for the mark, then enter a description for the location.

## Jump to marked position...

Jump to the selected marked position.

IDA will ask you to select a target position. After:

* the current address is saved in the jump stack.
* the cursor is positioned to the specified address. The Jump to previous position command (action `Return`, usually <kbd>Esc</kbd>) will return you back. You can mark the position using the Jump to marked position... command (action `JumpPosition`).


---

# 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/ida-9.2/user-guide/user-interface/menu-bar/jump/local-types-actions.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.
