> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Navigation Activity

> An activity that makes an entity navigate to a target location using the GPS system.

The **Navigation Activity** allows an entity to navigate from one point to another using the TypeWriter GPS system (RoadNetwork).

## Usage

This activity is typically used within a `sequence_activity` or directly assigned to an entity's `activity` property to make it move.

It uses the `GPS` system to find a path and moves the entity along that path.

## Parameters

| Parameter       | Type               | Description                                   |
| :-------------- | :----------------- | :-------------------------------------------- |
| `gps`           | `GPS`              | The GPS instance containing the road network. |
| `startLocation` | `PositionProperty` | The starting position for the navigation.     |

> \[!NOTE]
> The entity's speed is determined by its `EntityState.speed`.
