# Live Tracking APIs

- [Devices](https://docs.sendstackhq.com/live-tracking-apis/devices.md): Endpoints to manage your tracking devices
- [Get Devices](https://docs.sendstackhq.com/live-tracking-apis/devices/get-devices.md): Get devices associated with your account
- [Positions](https://docs.sendstackhq.com/live-tracking-apis/positions.md)
- [Get All Positions](https://docs.sendstackhq.com/live-tracking-apis/positions/get-all-positions.md): Get latest positions for all devices
- [Get Device Position History](https://docs.sendstackhq.com/live-tracking-apis/positions/get-device-position-history.md): Get position history for a specific devices
- [Stream Positions](https://docs.sendstackhq.com/live-tracking-apis/positions/stream-positions.md)
- [Get Total Distance](https://docs.sendstackhq.com/live-tracking-apis/positions/get-total-distance.md): Get total distance travelled
- [Geofences](https://docs.sendstackhq.com/live-tracking-apis/geofences.md)
- [Create Geofence](https://docs.sendstackhq.com/live-tracking-apis/geofences/create-geofence.md)
- [Update Geofence](https://docs.sendstackhq.com/live-tracking-apis/geofences/update-geofence.md)
- [Fetch Geofences](https://docs.sendstackhq.com/live-tracking-apis/geofences/fetch-geofences.md)
- [Fetch Single Geofence](https://docs.sendstackhq.com/live-tracking-apis/geofences/fetch-single-geofence.md)
- [Events](https://docs.sendstackhq.com/live-tracking-apis/events.md)
- [Create Events](https://docs.sendstackhq.com/live-tracking-apis/events/create-events.md)
- [Overspeed Event](https://docs.sendstackhq.com/live-tracking-apis/events/create-events/overspeed-event.md)
- [Low Battery Event](https://docs.sendstackhq.com/live-tracking-apis/events/create-events/low-battery-event.md)
- [No Movement Event](https://docs.sendstackhq.com/live-tracking-apis/events/create-events/no-movement-event.md)
- [No Signal Event](https://docs.sendstackhq.com/live-tracking-apis/events/create-events/no-signal-event.md)
- [Geofence In Event](https://docs.sendstackhq.com/live-tracking-apis/events/create-events/geofence-in-event.md)
- [Geofence Out Event](https://docs.sendstackhq.com/live-tracking-apis/events/create-events/geofence-out-event.md)
- [Update Events](https://docs.sendstackhq.com/live-tracking-apis/events/update-events.md)
- [Overspeed Event](https://docs.sendstackhq.com/live-tracking-apis/events/update-events/overspeed-event.md)
- [Low Battery Event](https://docs.sendstackhq.com/live-tracking-apis/events/update-events/low-battery-event.md)
- [No Movement Event](https://docs.sendstackhq.com/live-tracking-apis/events/update-events/no-movement-event.md)
- [No Signal Event](https://docs.sendstackhq.com/live-tracking-apis/events/update-events/no-signal-event.md)
- [Geofence In Event](https://docs.sendstackhq.com/live-tracking-apis/events/update-events/geofence-in-event.md)
- [Geofence Out Event](https://docs.sendstackhq.com/live-tracking-apis/events/update-events/geofence-out-event.md)
- [Fetch Events](https://docs.sendstackhq.com/live-tracking-apis/events/fetch-events.md)
- [Fetch Single Event](https://docs.sendstackhq.com/live-tracking-apis/events/fetch-single-event.md)
- [Sample Wehook Payloads](https://docs.sendstackhq.com/live-tracking-apis/sample-wehook-payloads.md)
- [Overspeed Event](https://docs.sendstackhq.com/live-tracking-apis/sample-wehook-payloads/overspeed-event.md)
- [Low Battery Event](https://docs.sendstackhq.com/live-tracking-apis/sample-wehook-payloads/low-battery-event.md)
- [No Movement Event](https://docs.sendstackhq.com/live-tracking-apis/sample-wehook-payloads/no-movement-event.md)
- [No Signal Event](https://docs.sendstackhq.com/live-tracking-apis/sample-wehook-payloads/no-signal-event.md)
- [Geofence In Event](https://docs.sendstackhq.com/live-tracking-apis/sample-wehook-payloads/geofence-in-event.md)
- [Geofence Out Event](https://docs.sendstackhq.com/live-tracking-apis/sample-wehook-payloads/geofence-out-event.md)


---

# 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://docs.sendstackhq.com/live-tracking-apis.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.
