# Developer

- [Domain API](https://docs.hex-rays.com/developer/domain-api.md)
- [C++ SDK](https://docs.hex-rays.com/developer/cpp-sdk.md)
- [Getting Started](https://docs.hex-rays.com/developer/cpp-sdk/cpp-sdk-getting-started.md)
- [Examples](https://docs.hex-rays.com/developer/cpp-sdk/cpp-sdk-examples.md)
- [How-Tos](https://docs.hex-rays.com/developer/cpp-sdk/how-tos.md)
- [How to create a plugin?](https://docs.hex-rays.com/developer/cpp-sdk/how-tos/how-to-create-a-plugin.md)
- [Porting Guide from IDA 8.x to 9.0](https://docs.hex-rays.com/developer/cpp-sdk/how-tos/cpp-sdk-porting-guide-ida-9.md)
- [IDAPython SDK](https://docs.hex-rays.com/developer/idapython.md)
- [Getting Started](https://docs.hex-rays.com/developer/idapython/idapython-getting-started.md)
- [Examples](https://docs.hex-rays.com/developer/idapython/idapython-examples.md)
- [How-Tos](https://docs.hex-rays.com/developer/idapython/how-tos.md)
- [How to create a plugin?](https://docs.hex-rays.com/developer/idapython/how-tos/how-to-create-a-plugin.md)
- [Porting Guide from IDA 8.x to 9.0](https://docs.hex-rays.com/developer/idapython/how-tos/idapython-porting-guide-ida-9.md)
- [IDC](https://docs.hex-rays.com/developer/idc.md)
- [Concepts](https://docs.hex-rays.com/developer/idc/core-concepts.md)
- [Expressions](https://docs.hex-rays.com/developer/idc/core-concepts/expressions.md)
- [Statements](https://docs.hex-rays.com/developer/idc/core-concepts/statements.md)
- [Functions](https://docs.hex-rays.com/developer/idc/core-concepts/functions.md)
- [Variables](https://docs.hex-rays.com/developer/idc/core-concepts/variables.md)
- [Constants](https://docs.hex-rays.com/developer/idc/core-concepts/constants.md)
- [Exceptions](https://docs.hex-rays.com/developer/idc/core-concepts/exceptions.md)
- [Classes](https://docs.hex-rays.com/developer/idc/core-concepts/classes.md)
- [Predefined symbols](https://docs.hex-rays.com/developer/idc/core-concepts/predefined-symbols.md)
- [loader\_input\_t class](https://docs.hex-rays.com/developer/idc/core-concepts/loader_input_t-class.md)
- [Slices](https://docs.hex-rays.com/developer/idc/core-concepts/slices.md)
- [Examples](https://docs.hex-rays.com/developer/idc/idc-examples.md)
- [Analyzing encrypted code](https://docs.hex-rays.com/developer/idc/idc-examples/analyzing-encrypted-code.md)
- [Publishing Plugins](https://docs.hex-rays.com/developer/publishing-plugins.md)
- [Concepts](https://docs.hex-rays.com/developer/publishing-plugins/concepts.md)
- [Plugin Repository Architecture](https://docs.hex-rays.com/developer/publishing-plugins/concepts/plugin-repository-architecture.md)
- [Packaging Format](https://docs.hex-rays.com/developer/publishing-plugins/concepts/plugin-packaging-and-format.md)
- [How-Tos](https://docs.hex-rays.com/developer/publishing-plugins/how-tos.md)
- [Publish your Plugin](https://docs.hex-rays.com/developer/publishing-plugins/how-tos/plugin-publishing.md)
- [Test your Plugin](https://docs.hex-rays.com/developer/publishing-plugins/how-tos/test-plugin-before-publishing.md)
- [Migrating PyQt5 Code to PySide6](https://docs.hex-rays.com/developer/publishing-plugins/how-tos/migrating-pyqt5-code-to-pyside6.md)


---

# 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/developer.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.
