> For the complete documentation index, see [llms.txt](https://powerpod.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://powerpod.gitbook.io/en/products-and-services/smart-hardware/start-charging.md).

# Start Charging

1.Download the PowerPod App.&#x20;

Download the PowerPod application from the Apple App Store or Google Play Store.

2.Register on PowerPod.&#x20;

After successfully installing PowerPod app, you can register by using your email address and entering the verification code received in your email. Once logged in, you can complete your personal information.

3.Purchase PowerPod smart hardware.&#x20;

You can purchase our smart hardware (the first phase being a charging adapter) through the PowerPod official website.

4.Install PowerPod smart hardware.&#x20;

The installation process for the PowerPod smart hardware is the same as charging your car previously. Simply attach the charger to the PowerPod adapter and plug it into your car to start your smart charging journey.

5.Pairing of PowerPod smart hardware.&#x20;

For the initial connection, you will need to scan the QR code on the adapter using the PowerPod app to complete pairing (please follow the pairing guide in the app).

6.Earn rewards while charging.&#x20;

After successful pairing, you can automatically earn PT rewards during the charging process using our smart hardware.


---

# 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://powerpod.gitbook.io/en/products-and-services/smart-hardware/start-charging.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.
