> For the complete documentation index, see [llms.txt](https://docs.goreplay.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goreplay.org/untitled/commercial-faq.md).

# Commercial-FAQ

## What is GoReplay PRO?

[GoReplay PRO](https://goreplay.org/pro.html) is extensions to GoReplay which add more functionality and provide additional support options for customers.

## Is there a trial version?

There's no free trial but we do offer a 14 day period with a full refund if it does not work for you.

## What is the license?

See [COMM-LICENSE](https://github.com/buger/gor/blob/master/COMM-LICENSE) in the root of the GoReplay repo.

## How does PRO licensing work?

Every organization running GoReplay Pro on its own servers must have a license. There's no limit to the amount of servers or environments used by that organization.

## How does PRO licensing work?

Every organization running GoReplay PRO on its own servers must have a license. There's **no limit** to the amount of servers or environments used by that organization.

## What happens if my subscription lapses?

You must have an active subscription to run GoReplay PRO. After a one week grace period, you'll lose access to latest binaries and priority support. You won't get any more updates or bug fixes.

## Can I distribute GoReplay PRO to my customers?

This is a common requirement for "on-site installs" or "appliances" sold to large corporations.

The standard license is appropriate for usage inside the single organization as it does not allow distribution. GoReplay PRO have an Appliance license option which **does** allow you to distribute them. The Appliance license is $9,500/yr for PRO. It allows you to distribute the PRO binaries as part of your application and each of your customers to run GoReplay PRO. Email [support@gortool.com](mailto:support\&#64;gortool.com) to purchase.

## Can you transfer a license?

Licenses are **not** transferable to another company. We will transfer the license from a user-specific email to a group email address (e.g. <john_smith@example.com> -> <tech@example.com>) but only for **the same domain**. It is strongly recommended that you buy the license using a group email address so the license is not attached to any one employee's email address.

## What does the license require me to do?

Your purchase gets you a unique access URL for downloading the PRO binaries. The license agreement requires you to keep this access URL private. If we find your access URL is ever publicized:

1. We'll send you a warning email with details.  You need to remove the content and send a new email address so we can generate a new access URL for you.  The old access URL will stop working immediately so you'll need to update your apps.
2. If your access URL is publicized a second time, we reserve the right to permanently remove access.

## Can I get a refund?

Yes, up to two weeks after purchase. Let us know the reason and maybe we can help but either way it's not a problem. Email [support@gortool.com](mailto:support\&#64;gortool.com).

## How do I update my credit card info?

If you purchased GoReplay PRO, log into [Paddle](https://paddle.com) with your email address, click the Billing tab and enter your new card. I can't provide support for the Paddle website and don't have the ability to edit customer info - if you can't log in or change your credit card, you can always let your current subscription expire and purchase a new subscription.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.goreplay.org/untitled/commercial-faq.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.
