> 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/core/decompiler.md).

# Decompiler

Find everything related to IDA decompilers, covering both local and cloud-based setups.

### Basic Resources

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Overview</td><td><a href="/pages/70wyXnIB4E1TOhkUhn2I">/pages/70wyXnIB4E1TOhkUhn2I</a></td></tr><tr><td>Getting Started</td><td><a href="/pages/PnEUiLzUcb3Mes6mY5EX">/pages/PnEUiLzUcb3Mes6mY5EX</a></td></tr></tbody></table>

### Going deeper - Concepts & References

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Learn about technical concepts behind decompilers</td><td><a href="/pages/oJbRH9H03m1yh577vFyN">/pages/oJbRH9H03m1yh577vFyN</a></td></tr><tr><td>Check decompiler's actions reference</td><td><a href="/pages/gp553noTfmQSBW6S8UZv">/pages/gp553noTfmQSBW6S8UZv</a></td></tr><tr><td>Learn about configuration files and its keywords</td><td><a href="/pages/KY2KvDIWOzb3rDI7dBkt">/pages/KY2KvDIWOzb3rDI7dBkt</a></td></tr></tbody></table>

### Try it yourself

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Running decompiler in batch mode</td><td><a href="/pages/yJSpXpIFHV1g3CZ3Whtd">/pages/yJSpXpIFHV1g3CZ3Whtd</a></td></tr><tr><td>Working with microcode</td><td><a href="/pages/05bO1poSL03Hnw7DhFEj">/pages/05bO1poSL03Hnw7DhFEj</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, and the optional `goal` query parameter:

```
GET https://docs.hex-rays.com/core/decompiler.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
