# 👋 Welcome to BQR

{% hint style="info" %}
**Please keep in mind that this documentation is still under development.** Because of this, some essential points may be missing. If you have any problems, please report them to the email address below.

*<mark style="color:orange;"><artemis3d.eg@gmail.com></mark>*
{% endhint %}

**Boolean Quad Ready (BQR)** is a Blender addon designed to speed up and simplify the process of preparing meshes for boolean operations. It creates a clean, quad-friendly topology using Blender’s native modifiers.

BQR is especially useful for:

* Hard surface modeling
* CAD cleanup and conversions (results may vary)
* Stylized and real-time asset pipelines
* Creation of high poly mesh

This documentation will guide you through everything you need to know to get started.

{% content-ref url="/pages/miqnzyKuKhDbQnq3V9PT" %}
[Installation](/bqr-boolean-quad-ready/welcome-to-bqr/installation.md)
{% endcontent-ref %}

{% content-ref url="/pages/rI40Y5Z0DwSpGeGWKK5W" %}
[How to use it](/bqr-boolean-quad-ready/welcome-to-bqr/how-to-use-it.md)
{% endcontent-ref %}

{% content-ref url="/pages/85yT9rh77iZFA3Vb7czE" %}
[Tips and Tricks](/bqr-boolean-quad-ready/welcome-to-bqr/tips-and-tricks.md)
{% endcontent-ref %}

{% content-ref url="/pages/e5zJAyVy68ceyV9x2HRr" %}
[Updates](/bqr-boolean-quad-ready/welcome-to-bqr/updates.md)
{% endcontent-ref %}


---

# 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://artemis3d.gitbook.io/bqr-boolean-quad-ready/welcome-to-bqr.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.
