# User Guide

Explore our in-depth guides, crafted to help you navigate through IDA features and master its advanced capabilities.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/eM1FsT6D2EVtHKLGd5Eq">User Interface</a></td><td>Check the overview of the IDA interface with menu and windows views and their corresponding options</td></tr><tr><td><a href="/pages/PuLPBejgSJyHSTtybbjj">Disassembler</a></td><td>Analize your binary and learn how to manipulate the disassembly output</td></tr><tr><td><a href="/pages/yB4Ukq5TN6ItSCGQbUB1">Decompiler</a></td><td>Discover strategies for optimizing pseudocode</td></tr><tr><td><a href="/pages/Q6Qnt5OQMdQu9Exb4zej">Debugger</a></td><td>Learn how to take advantage of all debugger features and dynamic analysis</td></tr><tr><td><a href="/pages/578Av67qIUDxx87zjaI3">Signatures</a></td><td>Check how to identify known code functions and standard libraries</td></tr><tr><td><a href="/pages/u8jpVBdurt8oDTaNASSa">Type Libraries</a></td><td>Improve your work with collections of predefined data types</td></tr><tr><td><a href="/pages/LySyUsNb7w3nBNf92cV4">Configuration</a></td><td>Personalize IDA to meet your needs—change themes, fonts, shortcuts and more</td></tr><tr><td><a href="/pages/kxwCJRKvMuV8k6e3zLA1">Teams</a></td><td>Get advantage of collaborative engineering work</td></tr><tr><td><a href="/pages/SR6FiyASzLkATysgsZP3">Lumina</a></td><td>Get fast function recognition with Lumina server</td></tr><tr><td><a href="/pages/2yVl0OOk7Wh6zSWz5rDw">Plugins</a></td><td>Learn how to install plugins and write your own</td></tr><tr><td><a href="/pages/l6dZ5EkCBewp66n8cvs0">Helper Tools</a></td><td>Check all utilities ready to extend IDA functionality</td></tr></tbody></table>


---

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