# Views

- [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.


---

# 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.werwolv.net/imhex/views.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.
