> 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/readme.md).

# PD-1 Helpdesk

![PD-1 smart car care](/files/4OjX7GZ93UWwBeuLrcIj)

### Know your car. Drive with confidence.

PD-1 turns complex vehicle data into clear insights. Understand warning lights, spot issues early, and make smarter maintenance decisions.

<a href="https://www.pd1.sg/pd-1" class="button primary" data-icon="arrow-right">Explore PD-1</a>

<a href="mailto:hello@proteus-dt.com" class="button secondary" data-icon="envelope">Contact support</a>

***

### Everything you need to stay in control

{% columns %}
{% column %}

#### 🔍 Diagnose

Scan fault codes and vehicle data.
{% endcolumn %}

{% column %}

#### 🧠 Understand

Get plain-language explanations and AI insights.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

#### 💸 Stay in control

Track repairs, maintenance, and expenses.
{% endcolumn %}

{% column %}

#### 🚗 Drive prepared

Review car health insights and recommended actions.
{% endcolumn %}
{% endcolumns %}

### Start your first scan

{% stepper %}
{% step %}

#### Connect PD-1

Plug PD-1 into your vehicle's OBD-II port.
{% endstep %}

{% step %}

#### Set up the app

Open the app, pair your device, and add your vehicle.
{% endstep %}

{% step %}

#### Review your results

Run a scan. Then review your car health insights and recommended actions.
{% endstep %}
{% endstepper %}

{% hint style="info" %}

#### Need help?

Email <hello@proteus-dt.com> or call [+65 8827 4132](tel:+6588274132).

PD-1 supports informed vehicle care but does not replace inspection or repair by a qualified automotive professional. If your vehicle is unsafe to drive, stop safely and seek professional assistance.
{% 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/readme.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.
