# Interactivity

IDA is an interactive disassembler, which means that the user takes active participation in the disassembly process. IDA is not an automatic analyzer of programs. IDA will give you hints about suspicious instructions, unsolved problems etc. It is your job to inform IDA how to proceed.

If you are using IDA for the very first time, here are some commands that you will find very useful:

* convert to [instruction](https://github.com/HexRaysSA/docs/blob/IDA-8.4/user-guide/disassembler/..user-interface/menu-bar/edit/convert-to-instruction.md) : the hotkey is "C"
* convert to [data](/8.4/user-guide/user-interface/menu-bar/edit/convert-to-data.md) : the hotkey is "D" All the changes that you made are saved to disk. When you run IDA again, all the information on the file being disassembled is read from the disk, so that you can resume your work.

For other commands please refer to the [menu](https://github.com/HexRaysSA/docs/blob/IDA-8.4/idadoc/428/README.md) system and the help.


---

# 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/8.4/user-guide/disassembler/interactivity.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.
