# CHI@Edge

## CHI@Edge

- [What is CHI@Edge?](https://chameleoncloud.gitbook.io/chi-edge/readme.md)
- [Getting started](https://chameleoncloud.gitbook.io/chi-edge/getting-started.md): A general guide to how to use the CHI@Edge testbed for your research.
- [Using Private Registries](https://chameleoncloud.gitbook.io/chi-edge/getting-started/using-private-registries.md): If you want to launch a container on CHI@Edge using a private image, follow these instructions
- [FAQ](https://chameleoncloud.gitbook.io/chi-edge/faq.md): Frequently-Asked Questions
- [Device Type](https://chameleoncloud.gitbook.io/chi-edge/hardware-info/device-type.md)
- [Peripheral Types](https://chameleoncloud.gitbook.io/chi-edge/hardware-info/peripheral-types.md)
- [Edge SDK](https://chameleoncloud.gitbook.io/chi-edge/device-enrollment/edge-sdk.md): How to use the CHI@Edge Python SDK to enroll and manage devices on the testbed.
- [Peripherals and Device Profiles](https://chameleoncloud.gitbook.io/chi-edge/device-enrollment/peripherals-and-device-profiles.md): How to ensure physically-attached peripherals (via, e.g., USB or serial interface) can be made available to containers launched on the device.
- [NVIDIA Jetson](https://chameleoncloud.gitbook.io/chi-edge/device-enrollment/nvidia-jetson.md): Details about enrolling NVIDIA Jetson devices, notably Jetson Nano and Jetson Xavier boards.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://chameleoncloud.gitbook.io/chi-edge/readme.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.
