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