> 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/welcome/which-product-do-i-have.md).

# Which product do I have?

### PD-1

**PD-1 helps you understand and monitor your vehicle through the PD-1 app.**

<div align="left"><figure><img src="/files/FWmpzqjJdUhZ9xhtd12t" alt="" width="188"><figcaption></figcaption></figure></div>

#### What it helps with

* Scan vehicle fault codes.
* Understand supported live data and vehicle health.
* Track maintenance and vehicle expenses.
* Compare mileage from supported vehicle modules.

[PD-1 Quick Start](/instructions/getting-started/pd-1-quick-start.md)

### PD-Display

**PD-Display shows supported vehicle information on a dedicated in-car screen.**

<div align="left"><figure><img src="/files/IvLfhiBzidVXTWYbhgYs" alt="" width="188"><figcaption></figcaption></figure></div>

#### What it helps with

* View supported live vehicle information while driving.
* See data such as RPM and temperatures.
* Show battery voltage, boost, and other supported values.
* Access supported ERP 2.0 driving information in Singapore.

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

### PD-Tyre

**PD-Tyre monitors the health of your tyres.**

<div align="left"><figure><img src="/files/UFF9Qu61YjvNBAMLUEsz" alt="" width="188"><figcaption></figcaption></figure></div>

#### What it helps with

* Check individual tyre pressure.
* Check tyre temperature.
* View estimated tyre wear.
* Check TPMS sensor battery status.

[PD-Tyre Quick Start](/instructions/getting-started/pd-tyre-quick-start.md)

{% hint style="info" %}
Available vehicle data and functions vary by vehicle.
{% endhint %}


---

# 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/welcome/which-product-do-i-have.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.
