> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/modes/scooters/scooters-offline-troubleshooting-protocol.md).

# Scooters Offline: Troubleshooting Protocol

This guide is intended to assist operators in resolving a critical scenario where all scooters are reported as offline. The problem arises from data expiration, necessitating data renewal. In cases where the scooters remain offline even after data renewal, escalation to the software team becomes essential for potential connection resets.

Follow the Initial troubleshooting ([Hardware Debugging)](https://documentation.movatic.co/admin-site/modes/hardware-debugging):

#### For Bluetooth Low Energy Issue

1. Check that the unit has power.
2. Check that the unit is broadcasting. This can be done via the Maintenance app or a separate BLE scanning app.
3. Check if other units are working. For isolated incidents, contact your hardware manufacturer. Most broad-based incidents are related to software, while most isolated events are related to hardware.

#### For Cellular Connection Issue

1. Check that the unit has power.
2. Check the sim card configuration and verify that it's configured correctly via the sim card provider dashboard.
3. Check that the device is properly pointed to Movatic's server.
4. From the Movatic admin site, verify that the information is entered correctly (i.e. IMEI, Vendor ID)

Once the initial troubleshooting is complete and the issue persists, please don't hesitate to contact us for additional support at **<support@movatic.co>**.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.movatic.co/admin-site/modes/scooters/scooters-offline-troubleshooting-protocol.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
