> For the complete documentation index, see [llms.txt](https://help.pd1.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pd1.sg/instructions/pd-display/updating-pd-display.md).

# Updating PD-Display

Keep PD-Display on the latest firmware before you finish setup.

## Update over Wi‑Fi

{% stepper %}
{% step %}

### Open About

On PD-Display, go to **Settings → About → Version number**.
{% endstep %}

{% step %}

### Connect to Wi‑Fi

Join a stable Wi‑Fi network or mobile hotspot.
{% endstep %}

{% step %}

### Install the update

Tap **Update** and wait until the update finishes before continuing setup.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Always update when prompted. The v1.0 setup flow shows updating from firmware around `1.0.49`.
{% endhint %}

## Data loss while running

If live data is lost while the vehicle is running, try the following steps:

{% stepper %}
{% step %}

### Unplug the PD1

Unplug the PD1 from the vehicle.
{% endstep %}

{% step %}

### Turn off the vehicle

Turn off the vehicle completely.
{% endstep %}

{% step %}

### Restart and wait

Start the vehicle and wait for 1 minute.
{% endstep %}

{% step %}

### Plug the PD1 back in

Plug the PD1 back in and check whether live data returns.
{% endstep %}
{% endstepper %}

## Related

* [PD-Display Quick Start](/instructions/getting-started/pd-display-quick-start.md)
* [Getting Started with PD-Display](/instructions/pd-display/getting-started-with-pd-display.md)


---

# 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://help.pd1.sg/instructions/pd-display/updating-pd-display.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.
