> 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/camera/a6k-lite-camera/warnings.md).

# Warnings

Your Phoenix LiDAR System will arrive fully assembled and configured without the need of having to disconnect and reconnect the cable between NavBox and A6K-Lite camera.&#x20;

If for any reason, the cable to the camera needs to be disconnected, it has to be noted that this is **only allowed when the entire system is disconnected from the power supply**. Otherwise, disconnecting the cable to the camera while the system is powered on can lead to damages to both NavBox and camera.

{% hint style="danger" %}
**Never connect or disconnect** the LEMO cable or the NavBox I/O connector while the system is powered on or is attached to a power supply. This may lead to damages to both NavBox and camera.
{% endhint %}

<br>


---

# 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/camera/a6k-lite-camera/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.
