# Waypoints

## Create waypoints

Right click on the scene hierarchy and go to **Playable Vehicle AI > Create Waypoint**.

Each waypoint contain a **Create a connected Waypoint** button nd a **Connect Waypoint Button**.

<figure><img src="/files/DDQMNYwCr1YO1iAm8orl" alt=""><figcaption><p>Once you've drop a first waypoint, you can create connected waypoints with one click</p></figcaption></figure>

Once you have a first waypoint, you can create a road by create connected waypoints just like that

## Connect waypoints

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

To connect two waypoints, click on the connect waypoints button. On each waypoints an icon ![](/files/VClvCvlltyZFeaSNdrI2) or ![](/files/Y7H5ekBwBKwdD7pzA3QE) appear.

To create a connection on the currently selected waypoint, you can click on a to waypoint


---

# 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://simons-assets.gitbook.io/playable-vehicle-ai-documentation/waypoints.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.
