> For the complete documentation index, see [llms.txt](https://docs.holybro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.holybro.com/power-module-and-pdb/power-module/connector-and-wire-rating.md).

# Connector & Wire Rating

{% hint style="danger" %}
The XT60 plug and 12AWG wire that are pre-soldered on Holybro Power module are rated for 30A continuous current and 60A instantaneous current (<1 minute). If a higher current is being used, we recommend that the plug type and wire size should be changed accordingly.
{% endhint %}

### Genuine AMASS Connector Rating&#x20;

<table data-header-hidden><thead><tr><th width="157"></th><th width="112"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Plug Specification</strong></td><td><strong>Wire Size</strong></td><td><strong>Cont. Current (4 hours, temperature rise &#x3C; 60 °C)</strong></td><td><strong>Burst Current (1 minute,      temperature rise &#x3C; 60 °C)</strong></td></tr><tr><td>XT60</td><td>12 AWG</td><td>30A</td><td>60A</td></tr><tr><td>XT90</td><td>10 AWG</td><td>45A</td><td>90A</td></tr><tr><td>XT120</td><td>8 AWG</td><td>60A</td><td>120A</td></tr><tr><td>AS150</td><td>8AWG</td><td>75A</td><td>150A</td></tr><tr><td>AS300</td><td>6AWG</td><td>150A</td><td>300A</td></tr></tbody></table>


---

# 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.holybro.com/power-module-and-pdb/power-module/connector-and-wire-rating.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.
