> ## Documentation Index
> Fetch the complete documentation index at: https://docs.efference.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

<div className="text-center">
  <img className="block dark:hidden mx-auto" src="https://mintcdn.com/efference/1x7xx-mREqNDQRbV/logo/light.png?fit=max&auto=format&n=1x7xx-mREqNDQRbV&q=85&s=9da8983d8a9d45594df2b12f81674c83" alt="Efference" style={{ maxWidth: "320px", marginTop: "2rem", marginBottom: "2.5rem" }} noZoom width="1182" height="235" data-path="logo/light.png" />

  <img className="hidden dark:block mx-auto" src="https://mintcdn.com/efference/1x7xx-mREqNDQRbV/logo/dark.png?fit=max&auto=format&n=1x7xx-mREqNDQRbV&q=85&s=2f3d81e21276ee44db5cb67b1c5d7513" alt="Efference" style={{ maxWidth: "320px", marginTop: "2rem", marginBottom: "2.5rem" }} noZoom width="1182" height="235" data-path="logo/dark.png" />
</div>

Efference devices are purpose-built for data-driven robotics. They can operate
as standalone devices for distributed data collection or interface with a host
computer for robot perception applications.

This site provides comprehensive resources for developers using Efference
devices and integrating them into their own applications.

<Info>
  This documentation covers firmware **v00.09.16** and the SDK released alongside
  it. Check what a device is running with `ef-cli info`.
</Info>

## Getting Started

<CardGroup cols={2}>
  <Card title="Configuration" icon="rocket" href="/get-started/requirements">
    Get set up with the Efference SDK.
  </Card>

  <Card title="Connection" icon="plug" href="/device/connection">
    Set up communication with Efference devices.
  </Card>

  <Card title="Your First Tutorial" icon="code" href="/tutorials/connect">
    Get familiar with the Efference SDK, wired and wirelessly.
  </Card>

  <Card title="API Reference" icon="book" href="/api/device">
    Access the complete API reference for the Efference SDK.
  </Card>
</CardGroup>
