# Create an Account

## Registration

When you’re ready to get started, register for an account at <https://cloud.openalpr.com/account/register>.

You will be asked for the following information:

* First Name
* Last Name
* Email Address
* Phone Number (not required)
* Password
* Company (not required)
* Company Size (not required)
* What industry are you in?
* How will you use ALPR?

After registering, you will be sent an email to activate your account. Upon successful activation and first sign-in, you will be presented with a signup wizard to select your ALPR product and plan. To access our ALPR API, you will want to select "Rekor CarCheck". After selecting this product, you will be provided with a list of plans.

## Subscription Plans

Rekor CarCheck® offers [three self-serve plans](https://rekor.ai/developers/carcheck#plans) and one Enterprise plan designed to enable license plate and vehicle recognition for users of all sizes. If you wish to try out the service before paying, there is a 50 API credit trial tier available immediately after your account is created. Simply log out and log back in, bypassing the sign-up wizard, to access the trial credits.\
\
Each Rekor CarCheck® plan offers a different number of API credits per month with each recognition provided by the service costing one API credit. A recognition occurs whenever a plate or vehicle is detected in the provided image. Therefore, if your image has both a discernible plate and vehicle, it would cost two credits. If you find yourself often exceeding your allotted credits each month, you can [upgrade your plan](https://cloud.openalpr.com/cloudapi/) at any time.

{% hint style="warning" %}
API credits reset on the 1st of every month.
{% endhint %}

### Starter

Rekor CarCheck Starter is designed for start-up businesses and/or hobbyists integrating ALPR into a basic system. It only provides access to Plate Numbers and does not include additional [Vehicle Characteristics](broken://pages/RMEhFAjDWLE3M5jAwZw0).

API credits are limited to 2,500 per month and your image source must be local.

Rekor CarCheck Stater is $40/month.

### Plus

Rekor CarCheck Plus is designed for small businesses and more experienced developers looking to integrate ALPR into their systems. It provides access to both Plate Numbers and additional [Vehicle Characteristics](broken://pages/RMEhFAjDWLE3M5jAwZw0).

API credits are limited to 25,000 per month and your image source can be local or remote.

Rekor CarCheck Plus is $125/month.

### Advanced

Rekor CarCheck Plus is designed for large businesses looking to integrate ALPR into their systems. It provides access to both Plate Numbers and additional [Vehicle Characteristics](broken://pages/RMEhFAjDWLE3M5jAwZw0).

API credits are limited to 125,000 per month and your image source can be local or remote.

Rekor CarCheck Plus is $510/month.

### Enterprise

Rekor CarCheck Enterprise is designed for businesses that utilize hundreds of thousands or millions of API credits per month and need custom, Enterprise-level features.

Rekor CarCheck Enterprise is only available by speaking to a Rekor sales team member. Please use the form below to inquire about our Enterprise plan.

{% embed url="<https://rekor.typeform.com/to/vhg8olne>" %}


---

# 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.rekor.ai/developers/carcheck/create-an-account.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.
