# RESSOURCES

- [Compatibility guide](https://docs.wedolow.com/documentation/ressources/compatibility-guide.md)
- [Compatibility Matrix](https://docs.wedolow.com/documentation/ressources/compatibility-guide/compatibility-matrix.md)
- [Compatibility generalities](https://docs.wedolow.com/documentation/ressources/compatibility-guide/compatibility-generalities.md)
- [Compatibility specifics](https://docs.wedolow.com/documentation/ressources/compatibility-guide/compatibility-specifics.md)
- [CMake](https://docs.wedolow.com/documentation/ressources/compatibility-guide/cmake.md)
- [Makefiles on Windows](https://docs.wedolow.com/documentation/ressources/compatibility-guide/makefiles-on-windows.md)
- [STM32CubeIDE on Windows](https://docs.wedolow.com/documentation/ressources/compatibility-guide/stm32cubeide-on-windows.md)
- [IAR Embedded Workbench for ARM](https://docs.wedolow.com/documentation/ressources/compatibility-guide/iar-embedded-workbench-for-arm.md)
- [Custom Docker image](https://docs.wedolow.com/documentation/ressources/compatibility-guide/custom-docker-image.md)
- [Bazel](https://docs.wedolow.com/documentation/ressources/compatibility-guide/bazel.md)
- [Tutorials](https://docs.wedolow.com/documentation/ressources/tutorials.md)
- [Manual dynamic analysis](https://docs.wedolow.com/documentation/ressources/tutorials/manual-dynamic-analysis.md)
- [Wedolow Optimization Families](https://docs.wedolow.com/documentation/ressources/wedolow-optimization-families.md)
- [FAQ](https://docs.wedolow.com/documentation/ressources/faq.md)
- [Troubleshooting](https://docs.wedolow.com/documentation/ressources/troubleshooting.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://docs.wedolow.com/documentation/ressources.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.
