> 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/powerpod-pulse-i.md).

# PowerPod Pulse I

Our new/first product, the PowerPod Pulse I, is designed to revolutionize the way you experience technology. With its cutting-edge design and user-friendly interface, the Pulse I promises to enhance your way to charge your EVs.&#x20;

**PowerPod Pulse I only can connect to a AC charger.** Please pay attention to the requirements of the device regarding current and voltage limitations during use. When you use it, connect Pulse I to your EV at first, then connect Pulse I to your charger.&#x20;

Detailed info. can be read at:&#x20;

{% embed url="<https://pulse.powerpod.pro/>" %}
Website of Pulse I
{% endembed %}

**User Manual**

1. Device binding

* Open the App Store or Google Play, search for "PowerPod APP," and download.
* Connect one end of the device to the vehicle, then connect your own charging station/charger to the device.
* Start the charging station to charge the car (just like how you connected and started charging before). The PowerPod Pulse I's screen will display the device's QR code.
* Open the PowerPod APP, tap the"Add a device" or "+" button in the top right corner, then scan the device's QR code to pair and binding.

2. Self-using mode

Once you finished above step, you can award $PT everytime when you charge your car.

3. Shared mode

*Shared mode needs manual activation inside our APP, which is not coexistence with self-using mode.*

* Enter the device details page.
* Turn on the shared mode switch, set your sharing -related and price information. When setting prices, please fully consider your electricity price, parking space usage fees, and other expenses.
* APP will generate a QR code. Download the **shared QR code**. You can print the QR code and paste it near the charging station for shared payments.
* You (the owner) can award $PT everytime when your charger is working.

*When other driver wants to use your charger via  PowerPod Pulse I:*&#x20;

* Insert the PowerPod Pulse I into his/her vehicle.
* Scan the **shared QR code** via PowerPod APP.
* Make payment.
* Your car should be charged.

P.S. When a driver purchases charging service, be careful to choose the appropriate time. If you purchased a 2-hour charging service but only charged for 1.5 hours, the remaining half hour of service is non refundable.


---

# 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/powerpod-pulse-i.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.
