> 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/8.4/developer-guide.md).

# Developer Guide

{% hint style="info" %}
This documentation is intended for IDA **version 8.4**, an older release, and includes essential reference docs for this version. **For the up-to-date documentation covering new features, how-to tutorials**, **and examples, see the** [**documentation for the latest IDA release**](https://docs.hex-rays.com/)**.** While the latest guides and samples are tailored to the current IDA version, many may still be compatible with IDA 8.4.
{% endhint %}

Welcome to the Hex-Rays Developer Guide, where you can learn how to enhance IDA's capabilities and extend its features.

Utilize scripting options with the IDC language (IDA's native language) or IDAPython, or delve deeper into our SDK to build advanced modules and plugins.

## Reference documentation

Check our reference documentation for C++ SDK and IDAPython.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>C++ SDK reference</strong></td><td></td><td></td><td><a href="https://cpp.docs.hex-rays.com/">https://cpp.docs.hex-rays.com/</a></td></tr><tr><td><strong>IDAPython reference</strong></td><td></td><td></td><td><a href="https://python.docs.hex-rays.com/">https://python.docs.hex-rays.com/</a></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/8.4/developer-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.
