# Compatibility generalities

First, make sure that your project meets the compatibilities listed [here](https://docs.wedolow.com/below-technical-documentation/compatibility).

To be able to understand your project, beLow must:

* Get a [compilation database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) as an input, or
* Be able to generate one.

In general **on Linux**, the generation of a compilation database is straightforward and invisible for the user. In this case, beLow uses [Bear](https://github.com/rizsotto/Bear), which is distributed packed with the solution. Making your Linux project work with beLow is generally effortless, as long as the compilation is effectively fully executed on the machine (and not cached from servers for instance).

**On Windows**, compilation database generation is generally possible but may require some tweaks in the way the compilation is presented to beLow. This page mainly focuses on this.

**For any operating system**, you must be able to provide scriptable build commands to build your project.


---

# 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.wedolow.com/documentation/ressources/compatibility-guide/compatibility-generalities.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.
