> For the complete documentation index, see [llms.txt](https://docs.powerdrives.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdrives.net/products/pdb.md).

# Power Distribution

The APD Power Distribution Boards (PDBs) are designed for high voltage and high current applications. They consist of 8 layers of heavy copper to sustain maximum current demand whilst dissipating minimal heat.

## Features

{% hint style="success" %}
The APD PDB comes in 2 variants: 8S 360A, 14S 500A
{% endhint %}

### Electrical Capabilities

* Up to 500 Amp continuous current\*
  * **PDB360\[X]** - 360A continuous
  * **PDB500\[X]** - 500A continuous
* Up to 1000 Amp burst current
  * **PDB360\[X]** - 720A burst
  * **PDB500\[X]** - 1000A burst
* Up to 14S capable
* Onboard 5V and 12V switching regulators
* Overcurrent and short circuit protection on both 5V and 12V regulators
  * **PDB360\[X]** - 12V\@3A including 5V\@1A \[36W Total]
  * **PDB500\[X]** - 12V\@3A, 5V\@3A independent \[51W Total]
* Twin battery input
* Thermal relief on all solder tabs to allow for easier soldering
* PCB rated for 180°C continuous
* 8-Layer PCB for minimal track resistance
* ISOLA 185HR dielectric glass fibre for maximum thermal performance

### Physical Properties

* Size:
  * **PDB360\[X]** -  58x58x5mm
  * **PDB500\[X]** - 58x58x5mm
* Weight (no cables):
  * **PDB360\[X]** - 0.021kg
  * **PDB500\[X]** - 0.031kg

{% hint style="success" %}
NDAA/DFARS-compliant options available upon request.
{% 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://docs.powerdrives.net/products/pdb.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.
