# Compatibility guide

This section helps you make any of your projects compatible with beLow, when the general Compatibility section is meeting your needs.

{% stepper %}
{% step %}

### Read the general compatibility guide

First, it is important to read [Compatibility generalities](https://docs.wedolow.com/documentation/ressources/compatibility-guide/compatibility-generalities) to understand how beLow understands your project.
{% endstep %}

{% step %}

### Configure project-specific settings

Then, [Compatibility specifics](https://docs.wedolow.com/documentation/ressources/compatibility-guide/compatibility-specifics) can help you configure better your project depending on its specificities.
{% endstep %}

{% step %}

### Follow context-specific instructions

Finally, any of the following sections details how to make your project work depending on its context.
{% endstep %}
{% endstepper %}


---

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