# Devices and Communications

- [Camera Usage](https://docs.augelab.com/devices-and-communications/camera-usage.md): Connect USB, IP, and industrial cameras to AugeLab Studio.
- [Basler](https://docs.augelab.com/devices-and-communications/camera-usage/basler.md): Set up Basler (GigE/USB3) cameras with pylon and AugeLab Studio.
- [HikRobot](https://docs.augelab.com/devices-and-communications/camera-usage/hikrobot.md): Set up HikRobot industrial cameras (GigE) with MVS and AugeLab Studio.
- [Irayple](https://docs.augelab.com/devices-and-communications/camera-usage/irayple.md): Set up iRayple industrial cameras with the iRayple machine vision platform.
- [USB](https://docs.augelab.com/devices-and-communications/camera-usage/usb.md): Use USB webcams and UVC cameras in AugeLab Studio.
- [IP](https://docs.augelab.com/devices-and-communications/camera-usage/ip.md): Connect RTSP or ONVIF IP cameras to AugeLab Studio.
- [Others](https://docs.augelab.com/devices-and-communications/camera-usage/other-supported.md): How to use cameras not listed in this section.
- [Communication Protocols](https://docs.augelab.com/devices-and-communications/communication-protocols.md)


---

# Agent Instructions: 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:

```
GET https://docs.augelab.com/devices-and-communications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
