> 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/getting-started/additional-alpr-and-vehicle-recognition-products.md).

# Additional ALPR and Vehicle Recognition Products

Rekor offers a suite of Automatic License Plate and Vehicle Recognition solutions. The primary software library is written in C++ with bindings in C#, Java, Node.js, and Python. The library analyzes images and video streams to identify license plates and vehicles. Data output is a list of vehicle characteristics and the text representation of any license plate characters detected.

The software can be used in many different ways. For example, with Rekor's Automatic License Plate Recognition solutions, you can:

1. Recognize license plates and vehicles from live camera streams. The results are [browsable, searchable, and can trigger alerts](/scout/web-server/overview.md). The data repository can be accessed in the [cloud](/scout/web-server/cloud.md) or stored entirely [on-premises](/scout/web-server/self-hosted.md).
2. Recognize license plates and vehicles from live camera streams and send the results to your application using [Rekor Scout's REST API](/scout/web-server/rest-api.md).
3. Analyze still images for license plates and vehicle information such as make, model, and color using the [Rekor CarCheck® API](/developers/carcheck/rekor-carcheck-r-overview.md).
4. Integrate license plate and vehicle recognition into your application directly in code (C/C++, C#, VB.NET, Java, Python, Node.js) using our [Vehicle Recognition SDK](/developers/vehicle-recognition-sdk/vehicle-recognition-sdk-overview.md).

{% embed url="<https://vimeo.com/424136454?share=copy>" %}


---

# 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/getting-started/additional-alpr-and-vehicle-recognition-products.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.
