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

# Welcome to the PD-1 Helpdesk

Start by choosing the product you use. Use the navigation menu to browse every guide.

### Find the right help

**Set up a product**\
Follow the relevant [PD-1 Quick Start](/instructions/getting-started/pd-1-quick-start.md) for PD-1, PD-Display, or PD-Tyre.

**Use PD-1 features**\
Learn about [Scan & Fault Codes](/instructions/pd-1/scan-and-fault-codes.md), vehicle health, live data, and maintenance tracking.

**Resolve an issue**\
Visit [🛠️ Help & Troubleshooting](/instructions/help-and-troubleshooting/connection-problems.md) for connection, Bluetooth, app, and account problems.

### Choose your next step

{% stepper %}
{% step %}

#### Identify your product

Not sure which device you have? See [Which product do I have?](/instructions/welcome/which-product-do-i-have.md).
{% endstep %}

{% step %}

#### Complete setup

Open the quick-start guide for your product.
{% endstep %}

{% step %}

#### Get ongoing help

Browse the product sections for features, data, and troubleshooting.
{% endstep %}
{% endstepper %}

### Need help with your vehicle?

Check [🚗 Vehicle Compatibility](/instructions/vehicle-compatibility/is-my-car-supported.md) before setup. Features and available data can vary by vehicle.

### Contact support

Can’t find an answer? Contact the [Contact PD-1 Support](/instructions/help-and-troubleshooting/contact-pd-1-support.md).

{% hint style="warning" %}
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/instructions/welcome/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.
