> For the complete documentation index, see [llms.txt](https://docs.rekor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rekor.ai/scout/agent/license-registration.md).

# License Registration

After completing installation, you will need to register your license with the Rekor Scout® Agent.

## Online Licensing

Online Licensing is the most traditional and simplest way to associate your paid license or subscription with the Scout Agent. Use this method for any of the following purchase types:

* Rekor Scout® Basic subscription paid for via our website
* Rekor Scout® Pro subscription paid for via our website
* Rekor Scout® Enterprise cloud license purchased via our Sales team

If for some reason you haven't already, sign up for an account at <https://cloud.openalpr.com>.

Next type in your e-mail address and password and select **Register**.

<div align="left"><figure><img src="/files/0jZhMZItPGtzaXlJbL70" alt=""><figcaption><p>Screenshot showing Online Licensing in the Scout Agent on Windows</p></figcaption></figure> <figure><img src="/files/RrxlycpfdRccKXxIGEfl" alt=""><figcaption><p>Screenshot showing successful Online Licensing registration in the Scout Agent on Windows</p></figcaption></figure></div>

## Legacy (Offline) Licensing

Legacy (Offline) Licensing is used primarily for On-Premises setups. It requires linking a System ID to a specific License Key. On-prem licenses are [purchased in set quantities](/scout/getting-started/create-an-account.md#enterprise) via our Sales team. To access your License Keys, view purchase history, and decommission licenses, please register for and visit our [Offline Licensing Portal](https://license.openalpr.com/).

<div align="left"><figure><img src="/files/LBSMhDYfYFRBzmgu2ChF" alt="" width="563"><figcaption><p>Screenshot showing Legacy Licensing in the Scout Agent on Windows</p></figcaption></figure></div>


---

# 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.rekor.ai/scout/agent/license-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.
