# Developer Guide

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>

## Getting Started

Begin your journey by learning about core concepts and exploring common examples relevant to your language of choice.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden></th></tr></thead><tbody><tr><td>Start using C++ SDK</td><td></td><td></td><td><a href="/pages/HyupKGhXhktJGO0sd3QZ">/pages/HyupKGhXhktJGO0sd3QZ</a></td><td><a href="/pages/HyupKGhXhktJGO0sd3QZ">c++</a></td></tr><tr><td>Start using IDAPython</td><td></td><td></td><td><a href="/pages/NH7tKsQSADhThw0m9m4s">/pages/NH7tKsQSADhThw0m9m4s</a></td><td><a href="/pages/NH7tKsQSADhThw0m9m4s">idapython</a></td></tr><tr><td>Start using IDC</td><td></td><td></td><td><a href="/pages/YCVUoNV4Jh6gJH0XSvy8">/pages/YCVUoNV4Jh6gJH0XSvy8</a></td><td><a href="/pages/YCVUoNV4Jh6gJH0XSvy8">idc</a></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.0/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.
