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

# Local Types

{% hint style="info" %}
The options below appear when the **Search 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                                                                                                     |
| ---------------- | -------------- | ------------------------ | --------------------------------------------------------------------------------------------------------------- |
| Text...          | `AskNextText`  | Enum, Structure, Typedef | This command searches for the specified substring in the text representation of the disassembly. [More…](#text) |
| Next text        | `JumpText`     | Enum, Structure, Typedef | Repeat search for text                                                                                          |
| Search direction | `SetDirection` | Enum, Structure, Typedef | Change the search direction. [More…](#search-direction)                                                         |

## Text...

This command searches for the specified substring in the text representation of the disassembly. This command is a slow command, because it disassembles each instruction to get the text representation. IDA will show its progress on the indicator (Options → General → Analysis). You can interrupt this command pressing Ctrl-Break.

You may search for regular expressions too.

If a range is selected using anchor (action `Anchor`), IDA will search for the specified substring in the range.

Note that this command searches the same as what you see on your screen (and not in binary image).

For binary search, look at `AskBinaryText` action.

## Search direction

Change the search direction. The current direction for searches is displayed in the right upper corner of the screen. Using this command, you can toggle the display. See also Options top menu.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.hex-rays.com/ida-9.2/user-guide/user-interface/menu-bar/search/local-types-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
