# Become a Tester

As OpenCutList continues to grow, it's becoming an increasingly comprehensive and complex tool. For the development team, it's difficult—and sometimes impossible—to avoid missing a few minor bugs before a new release.

This is exactly where **your support can be a real help to the project**. By becoming a tester, you contribute directly to improving the software's stability and quality.

**Here's how you can help**:

1. Download and Install the current *DEV build* [here](https://www.lairdubois.fr/opencutlist/download-dev).
2. Share your feedback, feature requests and report any unexpected behavior or bug you find by writing to us in the SketchUp [forum](https://forums.sketchup.com/t/explore-the-opencutlist-lab/341006) or by email at: <opencutlist@lairdubois.fr>.

Your collaboration is invaluable for the future of OpenCutList!

## FAQ

### What is a DEV build ?

A Development Build (DEV Build) of OpenCutList is a version compiled directly from the latest source code release.

This version is not signed by Trimble. This technical difference allows us to push out updates quickly and regularly, ensuring you get the fastest possible fixes and the newest features without the delay of the official signing process.

This version contains the latest features. However, these features may not be fully complete or translated in all languages.

### How to Update ?

The update process is similar to the official release. If a new build is available, an orange dot indicates it in the bottom left corner of the OpenCutList window.

<figure><img src="/files/2ufF1ksjq8lY7njiFttb" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Make sure you always have an up-to-date version before reporting a bug.
{% endhint %}

Not all changes are necessarily indicated in the *ChangeLog*. Just make sure the **build number** is the most recent one.

{% hint style="info" %}
A little reading tip: the build number is actually the compilation date in format `YYYYMMDDHHMM`
{% endhint %}

<figure><img src="/files/ek5judWl64N6AjFMeU0h" alt=""><figcaption></figcaption></figure>

### Can I use a DEV Build in production ?

While we do our best to never release a broken version, it's clear that this version will be more prone to bugs. Use it wisely. And rest assured that the best way to test software is in the real world.

And if it makes you feel better, our team uses it for production.


---

# 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.opencutlist.org/for-testers/become-a-tester.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.
