# Getting Started

First experience with IDA? Great, you are in the right place. Here you can find guides designed to quickly onboard you into IDA. We will walk you through license activation and IDA installation to the essential tasks you can perform in IDA.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/4J047EpkPmcL359Wl54H"><strong>Activate your license</strong></a></td><td>Check how to activate your license in My Hex-Rays portal.</td></tr><tr><td><a href="/pages/w8lpCEZrDPUhz3jCJbFx"><strong>Install your IDA</strong></a></td><td>Get smoothly through installation process on your machine.</td></tr><tr><td><a href="/pages/xJXDlCI8WzeelDoLJ9yr"><strong>Start using IDA</strong></a></td><td>Check basic features of IDA and reverse your first binary.</td></tr><tr><td><a href="https://ida-domain.docs.hex-rays.com/"><strong>Begin scripting with Domain API</strong></a></td><td>Explore a simple and open-source Python API for common tasks.</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/ida-9.2/getting-started.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.
