# Licensing

## Yes, Reacher is Open-Source

Reacher is proudly open-source and distributed under the [**AGPL-3.0 license**](https://www.gnu.org/licenses/agpl-3.0.en.html) (GNU Affero General Public License). This license ensures that Reacher’s source code is freely available, and any modifications or improvements made to the code must also be shared under the same license.

However, companies **cannot use** the open-source version if they plan to integrate Reacher into **proprietary software** or services without sharing their modifications. The AGPL-3.0 requires that if you offer the software as part of a web service, you must make your code (including any modifications) publicly available. For more details, check [GNU’s AGPL-3.0 guide](https://www.gnu.org/licenses/agpl-3.0.en.html).

## Commercial License required for Proprietary applications

The Commercial License allows companies to integrate Reacher into their proprietary software or services without being bound by the open-source license terms (such as making their own code publicly available). By obtaining a Commercial License, businesses can use Reacher with full control over how the software is implemented and distributed within their products.

Check Reacher's [pricing page](https://reacher.email/pricing) to buy a Commercial License, or read the [full terms of the Commercial License](https://github.com/reacherhq/policies/blob/master/license/commercial.en.md).

{% hint style="info" %}
Both the open-source and Commercial License give you access to the same Reacher software.
{% endhint %}

## Does Reacher offer a Free Trial?

Yes, Reacher offers a free trial for the Commercial License, see [Commercial License Trial](/self-hosting/licensing/commercial-license-trial.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.reacher.email/self-hosting/licensing.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.
