# AITrafficWaypoint

Located at: Assets\TurnTheGameOn\SimpleTrafficSystem\Resources\AITrafficWaypoint

These are used and spawned by AI Traffic Waypoint Routes by pressing Shift+LeftClick in the scene view on a collider. Set the speed limit for each point to control how fast you want traffic to travel. Interconnect routes by assigning the New Route Point array index on the final waypoint of a route to the first waypoint of another route.


---

# 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://simpletrafficsystem.turnthegameon.com/documentation/prefabs/aitrafficwaypoint.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.
