# In Beyond Compare, what are unimportant differences?

Beyond Compare will mark some parts blue. Beyond Compare is trying to tell you "these are different, technically, but you probably won't care".

Uppercase and lowercase are considered unimportant differences.

![Blue: trivial difference    Red: major difference  Beige: same      (Notice the letter colors.)](/files/-LYSQQBZvOdlgPvBgbXI)

The real information about what is different between File A and File B is in the color of the letters.  Letters change color to show file differences. The yellow letters are *different* in the files above, the beige letters are the same.  (Note about [my color settings](https://beyondcompare.gitbook.io/project/~/drafts/-L_9RYJWNI3hgHA9fbys/primary/other/colors).)

Background gives a summary of the entire line.  Red: something is REALLY different.  Blue: the differences are minor.  Beige: nothing is different; every single byte is the same.&#x20;

&#x20;To turn off display of unimportant differences, press the  ![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXUX-uoaZJ8T4qyEc-x%2Fuploads%2Fr7CawJEL9yKfeNajO6TB%2Ffile.png?alt=media) button.  The blue will disappear:

![The same two files but the Minor key tells BC to not color differences that are unimportant](/files/-LYSQXhRPD6PwizJg0ao)

If you like these bold colors, you should notice that they look different than yours. In BC you can easily [customize your colors](https://beyondcompare.gitbook.io/project/other/colors) .  But be warned, until you understand BC and what it is trying to show, you should stick to curated palettes.


---

# 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/text-compare/untitled-1.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.
