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

# Travel and Map

<Frame>
  <img src="https://mintcdn.com/tracker-2f035b62/Vko4tsLJx9tYJzz4/images/travelmap-.png?fit=max&auto=format&n=Vko4tsLJx9tYJzz4&q=85&s=9db811999ce9784e40b777f2e99121b9" alt="Travelmap" width="5760" height="1056" data-path="images/travelmap-.png" />
</Frame>

## Starting Travel

Use `/discaching travel` in two ways:

1. Without cache ID: opens world map picker.
2. With cache ID: routes directly to that cache.
3. With cancel\_current: cancels active travel.

If already travelling, you must wait or cancel first.

## Vehicle System

Every vehicle has:

* Speed (km/h)
* Maximum distance per trip or remaining usage

Vehicle Speeds & Limits:

Walking: 5 km/h, infinite range,\
Bike: 30 km/h, 100 km range,\
Scooter: 15 km/h, 25 km range,\
Skateboard: 20 km/h, 20 km range,\
Sedan: 95 km/h, 7500 km range,\
Truck: 80 km/h, 10000 km range,\
Quad: 70 km/h, 7000 km range,\
Taxi (ticket): 65 km/h, 50 km range,\
Bus (ticket): 55 km/h, 100 km range

<Tabs>
  <Tab title="Select Location">
    <Frame>
      <img src="https://mintcdn.com/tracker-2f035b62/HnZdsC8kP6Oq9nny/images/travel/select_location.png?fit=max&auto=format&n=HnZdsC8kP6Oq9nny&q=85&s=495964940a37179c9105f4ad268ab1e0" alt="Select Location" width="821" height="1161" data-path="images/travel/select_location.png" />
    </Frame>
  </Tab>

  <Tab title="Select Vehicle">
    <Frame>
      <img src="https://mintcdn.com/tracker-2f035b62/HnZdsC8kP6Oq9nny/images/travel/select_vehicle.png?fit=max&auto=format&n=HnZdsC8kP6Oq9nny&q=85&s=ff13081604f3598246ee77dcf990f66c" alt="Select Vehicle" width="926" height="568" data-path="images/travel/select_vehicle.png" />
    </Frame>
  </Tab>

  <Tab title="Confirm Travel">
    <Frame>
      <img src="https://mintcdn.com/tracker-2f035b62/HnZdsC8kP6Oq9nny/images/travel/confirm.png?fit=max&auto=format&n=HnZdsC8kP6Oq9nny&q=85&s=9423ded68629f61916a34ea3ad0db3a3" alt="Confirm" width="949" height="679" data-path="images/travel/confirm.png" />
    </Frame>
  </Tab>

  <Tab title="Cancel Travel">
    <Frame>
      <img src="https://mintcdn.com/tracker-2f035b62/HnZdsC8kP6Oq9nny/images/travel/cancel.png?fit=max&auto=format&n=HnZdsC8kP6Oq9nny&q=85&s=e4bcdd3414f7c96db5435bd1b0c9d451" alt="Cancel" width="569" height="155" data-path="images/travel/cancel.png" />
    </Frame>
  </Tab>
</Tabs>

## Partial Travel

If destination is farther than your selected vehicle can cover:

* You travel part of the way
* Remaining distance is shown
* Travel state stores a partial target

## Arrival and Position

Use `/discaching location` to check:

* Current coordinates
* Whether you are traveling
* Estimated arrival time

Use `/discaching distance_to_cache [cache_id]` for route checks.

## Map controls

Map view supports:

* Direction buttons
* Step size toggle
* Jump-to-location dropdown
* Confirm travel to selected coordinates
