# Other

- [Peek](https://beyondcompare.gitbook.io/project/other/peek.md)
- [Binary](https://beyondcompare.gitbook.io/project/other/binary.md): Use Beyond Compare to see (and edit!) the actual bits and bytes of your files.
- [Undo](https://beyondcompare.gitbook.io/project/other/undo.md): You must turn on this feature.  It is not on by default.
- [Colors](https://beyondcompare.gitbook.io/project/other/colors.md)
- [How to compare images](https://beyondcompare.gitbook.io/project/other/how-to-compare-versions-of-images.md)
- [Report: Text Compare](https://beyondcompare.gitbook.io/project/other/print-a-report.md): When you are trying to archive your file comparison, you can export the results as HTML (with colors and other CSS), as a printout, or as text.  Here are what the text formats look like.
- [Report: Table Compare](https://beyondcompare.gitbook.io/project/other/report-table-compare.md): Spreadsheets have three main ways to print reports: Text, Printer, and HTML
- [Looooonnnnngggg lines...](https://beyondcompare.gitbook.io/project/other/lines-too-long-wordwrap.md)
- [Binary: How to see the 1's and 0's](https://beyondcompare.gitbook.io/project/other/how-to-see-the-1s-and-0s-in-a-text-file.md): This might be good for teachers or Comp Sci 101.
- [How to write your first script](https://beyondcompare.gitbook.io/project/other/how-to-write-your-first-script.md): If you are moderately savvy on the command line, you can invoke BC by saying BComp.exe (or on Linux & Mac just BComp), followed by a filename where you have stored a script
- [How to find redundant or duplicate files](https://beyondcompare.gitbook.io/project/other/how-to-find-redundant-or-duplicate-files.md)
- [Minor Edge Cases](https://beyondcompare.gitbook.io/project/other/minor-edge-cases.md): These are things I need once a year.  By bothering to list them here I am guaranteeing that I will never encounter them again, probably. That's fine too.
- [Shortcut Key](https://beyondcompare.gitbook.io/project/other/shortcut-key.md): These are tested on Windows 10
- [How to ignore parts of your file](https://beyondcompare.gitbook.io/project/other/how-to-ignore-parts-of-your-file.md)
- [Folder System Context Menus](https://beyondcompare.gitbook.io/project/other/folder-system-context-menus.md)
- [About Evan Genest](https://beyondcompare.gitbook.io/project/other/about-evan-genest.md)


---

# 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://beyondcompare.gitbook.io/project/other.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.
