# Finish Line

![Setup of the Finish Line in the example scene](/files/-MR66g3uXBeBaqf15K4T)

The finish line marks the finish of a lap and invokes an event when a vehicle is entering it.&#x20;

{% hint style="info" %}
To work properly it should be setup with at least two checkpoints. When setup this way the Finish Line will only consider vehicles which first passed Checkpoint 1, then Checkpoint 2 and finally the Finish Line itself, in order to prevent cheating. Check out the [example scene](/arcade-racing-kit/get-started/run-the-demo-scene.md) to see this in action!
{% endhint %}


---

# 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://ilumisoft.gitbook.io/arcade-racing-kit/systems/finish-line.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.
