> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/scopebox/licensing-and-registration.md).

# Licensing

If you purchased ScopeBox via our web store, you can[ look up your key using the divergent media website](https://divergent-licensing.hedge.video/keylookup). You can re-download your software at any time from the [Releases](/scopebox/releases.md) section of our documentation.&#x20;

### Registering

When you first launch ScopeBox, it will run as "unregistered". To enable the full feature set of ScopeBox, you must enter a serial number in the Registration dialog. You can also request a trial license from within the application, which will allow you to try all of the features of ScopeBox before buying.

If you've already purchased ScopeBox, click the "Enter Key" button and enter your name and key exactly as it is shown in your registration information.

![](/files/76mys43mlonkzjFtyi6I)

### Updating

ScopeBox automatically checks for updates during startup. If you'd like to force it to check for an update, select "Check for Updates" from the ScopeBox menu. You must have an active subscription or a perpetual license to get updates. If your subscription has lapsed, you may continue running the latest version covered by your subscription.

You can disable automatic updates via the "General" tab of the preferences dialog.

ScopeBox can only check for updates if you are currently connected to the internet. If your ScopeBox system is not connected, you can always download an updated copy from the [Releases page](/scopebox/releases.md).

### Expired Licenses

With the exception of perpetual licenses, the license you purchase includes one year of free updates. 1 year from the date of purchase you will be charged a renewal fee, unless you cancel your subscription. If your subcription has been cancelled and your latest license term has expired, you will retain the use of ScopeBox; however, you will not recieve subsequent updates. If there are updates available, but your license has expired, ScopeBox will show an alert but will prevent you from updating. To use the update, you will have to renew your license. [Contact us](mailto:hello@hedge.video) for details.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/scopebox/licensing-and-registration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
