> 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.0/readme.md).

# Welcome to Hex-Rays docs

Discover the core of Hex-Rays guides and manuals, guiding you through IDA features and real-life usage scenarios.

## Getting Started

New to IDA? Explore our selection of documentation to guide you through the installation process and jumpstart your reverse engineering journey.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/TypeIcEvcrXU8Xf0MiZQ"><strong>Install IDA</strong></a></td><td>Get your IDA instance up and running on your local machine.</td></tr><tr><td><a href="/pages/3hgalTBxVbe8KbuEkeu1"><strong>Manage your license</strong></a></td><td>Check how to handle your license key file to keep IDA subscription active.</td></tr><tr><td><a href="/pages/skqSVKzFvKvhcDWP6sVr"><strong>Check basic features</strong></a></td><td>Reverse your first binary file and discover the capabilities of disassembly and decompilation.</td></tr></tbody></table>

## Our Guides

Delve into detailed guides to discover IDA features and maximize its capabilities.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/qJp2sSYQZQRWe4qQJ6UN"><strong>User Guide</strong></a></td><td>Explore the main IDA interface and features, learn how to customize your experience and take advantage of plugins or utilities.</td></tr><tr><td><a href="/pages/Gz73owYXtCStpt8hwX1R"><strong>Developer Guide</strong></a></td><td>Discover our Developer Kit, featuring the <a href="https://cpp.docs.hex-rays.com/"><strong>IDA C++ SDK</strong></a> and <a href="https://python.docs.hex-rays.com/"><strong>IDAPython API</strong></a>. Additionally, explore the IDC scripting language.</td></tr><tr><td><a href="/pages/xFFDlwSGDVoeeHgCeH9j"><strong>Admin Guide</strong></a></td><td>Check how to install and manage Teams and Lumina servers as well as handle floating licenses.</td></tr></tbody></table>


---

# 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.0/readme.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.
