# AITrafficLightManager

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

These control groups of AI Traffic Lights by sequencing Traffic Light Cycles based on timers set for each sequence. Each Traffic light cycle holds an array of Traffic Lights which hold a reference to AI Traffic Waypoint Routes. Once a route is assigned to a traffic light, the light will control if the car at the final waypoint is allowed to proceed through the intersection to the next connected waypoint 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/aitrafficlightmanager.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.
