# 5.5 Gallery

#### Static analysis

Get more information without switching between forms: functions, names, graph view, hex-view

![](https://920252027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXnMt6HMopakRTMzxxSKh%2Fuploads%2Fgit-blob-67497727e27bda21305c3945be0381678659d811%2Fida-gr-hex-1.gif?alt=media)

#### IDA and HexRays

IDA and HexRays side by side

![](https://920252027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXnMt6HMopakRTMzxxSKh%2Fuploads%2Fgit-blob-1f5bee74f4ae767812eea7a52efcdd4e4f13e4b0%2Fida-hr-1.gif?alt=media)

#### Default debugger

The default debugger layout.

![](https://920252027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXnMt6HMopakRTMzxxSKh%2Fuploads%2Fgit-blob-96371a1e3b7a15699b3ccbcdedeffb27c0fdd3da%2Fdbg-def-1.gif?alt=media)

#### Easy navigation

Easily navigate between different windows. Very useful for keyboard lovers.

![](https://920252027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXnMt6HMopakRTMzxxSKh%2Fuploads%2Fgit-blob-c2109754a8c503fce5e45f7fe78e4036d2acca4f%2Fdbg-nav-1.gif?alt=media)

#### Floating Debugger

The debugger window can become floating, so you can move it to another monitor if you wish.

![](https://920252027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXnMt6HMopakRTMzxxSKh%2Fuploads%2Fgit-blob-706998d1179cfc303a9b1279b6e8f53d1c23b0b2%2Fdbg-floating-1.gif?alt=media)

#### Debugger and HexRays

Dynamic decompilation with the debugger and HexRays side by side

![](https://920252027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXnMt6HMopakRTMzxxSKh%2Fuploads%2Fgit-blob-510ffa94061f711d77658a5ac85f00436313fe76%2Fdbg-hr-1.gif?alt=media)

#### Old style floating windows

If the old MDI interface is still preferred, it is always possible to float all windows.

![](https://920252027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXnMt6HMopakRTMzxxSKh%2Fuploads%2Fgit-blob-61c62055c78868143db9571679a8d87abeccf62f%2Ffloating-style-1.gif?alt=media)


---

# 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/release-notes/5_5/gallery.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.
