> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/hardware-and-interfaces/warnings/lipo-battery-safety/general-guidelines-and-warnings.md).

# General Guidelines and Warnings

## **Use specific Lithium Polymer chargers only. Do not use a NiCd or NiMh charger.**

Failure to do so may result in personal injury and property damage. Always use manufacturers recommendations for chargers when possible.

## **Never charge batteries unattended**.

When charging LiPo batteries, you should always remain in constant observation to monitor the charging process and to be able react to potential problems that may occur.

## **If at any time you witness a battery starting to balloon or swell up, discontinue the charging process immediately**.

Disconnect the battery and observe it in a safe place for approximately 15 minutes. Continuing to charge a battery that has begun to swell could result in a fire. Never use a battery if you find it swollen or ballooned upon purchase.

## **If you accidentally short the wires, the battery must be placed in a safe area for observation for approximately 15 minutes**.

Additionally, if a short occurs and contact is made with metal, severe injuries may occur due to the conductibility of an electric current.

## **In the event of a crash, remove the batteries for observation**.

Place them in a safe open area away from any combustible material for approximately 15 minutes.

## **If for any reason you need to cut the terminal wires, it will be necessary to cut each wire separately**.

Ensure the wires do not touch each other or a short may occur, potentially causing a fire. If you accidentally cause the battery to short, place it in a safe open space and observe the battery for approximately 15 minutes


---

# 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.phoenixlidar.com/hardware-and-interfaces/warnings/lipo-battery-safety/general-guidelines-and-warnings.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.
