> 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/rekor-discover-r/vehicle-insite/reports/overspeed.md).

# Overspeed

The Overspeed report displays data from speed segments. In order to view the Overspeed data, you must first set up the segments in the Speed module.&#x20;

Click the Speed module in the left frame then click Create Speed Segment.

&#x20;

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

Select the cameras for the speed segment. Click Next Step.

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

Set the segment details. This will auto-populate from any previous lane calibrations. You may also change the parameters, if desired.

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

Then enter the name of the segment and click Finish.

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

Go to Reports>Create New Report then select Overspeed.

Select the segment that was just created.

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

Select the date range.

<figure><img src="/files/3uetuQV1LTaHqL2PA9kg" alt=""><figcaption></figcaption></figure>

Select the days of the week.

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

Enter the report name, then click Finish.

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

The Overspeed Report displays a map of the speed segment, the amount of vehicles traveling over the speed limit, and a visual of the speed limit and average speed.

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


---

# 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/rekor-discover-r/vehicle-insite/reports/overspeed.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.
