> 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/edge-pro/configuring/lpr-configuration.md).

# LPR Configuration

<figure><img src="/files/Ap4cj0YOSvae0tlhidk8" alt=""><figcaption></figcaption></figure>

1. Select “Rekor ALPR” on the main menu and click on the “LPR Configuration” page.
2. Select the appropriate `License Plate Country` from the drop-down menu.
3. Enable `Make/Model/Color Classification`, if desired.
4. Leave `Vehicle Signature`  disabled. This function is not supported in Edge Pro.
5. Enable `Upload Overview Image`, if desired.  This function sends low-resolution thumbnail images to Rekor Scout. The image will be used for preview purposes when the system is offline or not accessible.
6. Enable `Draw Overlay` to display the LPR information on the streaming screen, if desired.
7. Adjust the `Image Video Storage` slider to allocate disk space for both images and videos. The default setting for **Image Video Storage** is equal allocation. If you prefer video clips when reviewing reads in Rekor Scout, adjust the slider to allocate more space to video storage. If you prefer images, adjust the slider in the opposite direction.
8. Click “Save” and “OK” on the confirmation pop-up window.

<div align="left"><figure><img src="/files/zu5mc7L5b5tUFRCkm9AP" alt=""><figcaption></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/edge-pro/configuring/lpr-configuration.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.
