# ImHex

## ImHex

- [ImHex](https://docs.werwolv.net/imhex/readme.md): A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM
- [Input Text Boxes](https://docs.werwolv.net/imhex/common/input-text-boxes.md)
- [Binary Pattern](https://docs.werwolv.net/imhex/common/binary-pattern.md)
- [Providers](https://docs.werwolv.net/imhex/common/providers.md): How ImHex accesses data
- [Fonts](https://docs.werwolv.net/imhex/common/fonts.md)
- [Extending ImHex](https://docs.werwolv.net/imhex/common/extending-imhex.md)
- [Hex Editor](https://docs.werwolv.net/imhex/views/hex-editor.md): Viewing, editing and analysing binary data
- [Data Inspector](https://docs.werwolv.net/imhex/views/data-inspector.md): Quickly decode bytes as various different encodings
- [Bookmarks](https://docs.werwolv.net/imhex/views/bookmarks.md): Manage and keep track of data regions
- [Pattern Editor](https://docs.werwolv.net/imhex/views/pattern-editor.md): Write Pattern Language source code and execute it
- [Pattern Data](https://docs.werwolv.net/imhex/views/pattern-data.md): Visualize all patterns generated by the source code in the Pattern Editor View
- [Data Information](https://docs.werwolv.net/imhex/views/data-information.md): Binary analysis and visualisation of binary data
- [Data Processor](https://docs.werwolv.net/imhex/views/data-processor.md): A Node-Based visual data pre-processor
- [Find](https://docs.werwolv.net/imhex/views/find.md): Searching for various kind of sequences
- [Diffing](https://docs.werwolv.net/imhex/views/diffing.md): Comparing two sets of data with each other
- [Hashes](https://docs.werwolv.net/imhex/views/hashes.md): Hash selected regions of data using various different algorithms
- [Tools](https://docs.werwolv.net/imhex/views/tools.md): Useful tools that didn't really fit anywhere else
- [Patches](https://docs.werwolv.net/imhex/views/patches.md): Managing changes made to the data
- [Yara](https://docs.werwolv.net/imhex/views/yara.md): Identifying malware through the use of Yara Rule files.
- [Welcome Screen](https://docs.werwolv.net/imhex/misc/welcome-screen.md): The initial page greeting you when starting ImHex
- [Content Store](https://docs.werwolv.net/imhex/misc/content-store.md): Downloading additional external features
- [Settings](https://docs.werwolv.net/imhex/misc/settings.md): Configuring your ImHex experience
- [Layouts and Workspaces](https://docs.werwolv.net/imhex/misc/layouts-and-workspaces.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.werwolv.net/imhex/readme.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.
