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

# Welcome

> kode is your open source community to learn, build and create your ideas.

# What do you want to learn today?

Discover the features of your Kode Dot and how you can use it to make your ideas a reality with our guides, documentation, examples and more.

<Columns cols={3}>
  <Card title="Quickstart" icon="stairs" href="/en/kode-dot/quickstart">
    Learn how to use your Kode Dot, configure it and run your first application.
  </Card>

  <Card title="ESP32-S3" icon="microchip" href="/en/kode-dot/esp32s3">
    Discover the ESP32-S3, the microcontroller of your Kode Dot, its features and how it is integrated.
  </Card>

  <Card title="IO Expander" icon="expand" href="/en/kode-dot/io-expander">
    Explore the use of the IO expander, the integrated circuit that adds programmable pins to your Kode Dot.
  </Card>

  <Card title="Display" icon="display" href="/en/kode-dot/display">
    Learn how to use the display, its features and how you can use it to create incredible interfaces.
  </Card>

  <Card title="Addressable LED" icon="lightbulb" href="/en/kode-dot/addresable-led">
    Add light to your projects with the RGB addressable LED. Learn about its features and how you can use it.
  </Card>

  <Card title="Buttons" icon="circle-dot" href="/en/kode-dot/buttons">
    Understand the distribution of buttons and how you can use them to create your applications.
  </Card>

  <Card title="MicroSD" icon="sd-card" href="/en/kode-dot/microsd">
    Discover the use of the microSD, its programming and why it is a key component in your Kode Dot.
  </Card>

  <Card title="Audio" icon="play" href="/en/kode-dot/audio/overview">
    Add audio to your projects and create applications with AI that interact with your voice.
  </Card>

  <Card title="IMU" icon="compass" href="/en/kode-dot/imu">
    Learn what an IMU is for and how to detect the position and movements of your Kode Dot.
  </Card>

  <Card title="RTC" icon="clock" href="/en/kode-dot/rtc">
    Take control of time in your applications using the two RTCs of your Kode Dot.
  </Card>

  <Card title="Power" icon="power-off" href="/en/kode-dot/power">
    Discover how the power system works and how to know the battery parameters.
  </Card>

  <Card title="Connectors" icon="link" href="/en/kode-dot/connectors">
    Expand the capabilities of your Kode Dot, so the only limit is your imagination.
  </Card>

  <Card title="Hammy" icon="star" href="/en/kodeOS/hammy">
    Meet Hammy, your learning companion that will evolve as you program.
  </Card>

  <Card title="Apps" icon="shapes" href="/en/kodeOS/apps">
    Understand how applications work and how you can create your own or use those created by others.
  </Card>

  <Card title="Firmware" icon="file-arrow-up" href="/en/kodeOS/firmware">
    Discover kodeOS, the operating system of your Kode Dot and how you can update it.
  </Card>

  <Card title="Maker Module" icon="microchip" href="/en/external-modules/maker">
    Create custom circuits, prototype your ideas using the breadboard and program the external GPIOs.
  </Card>

  <Card title="Inventor Module" icon="robot" href="/en/external-modules/inventor">
    Connect DC motors, a servo motor and sensors to create and program your own robots.
  </Card>

  <Card title="Camera Module" icon="camera" href="/en/external-modules/camera">
    Coming soon.
  </Card>

  <Card title="Radio Module" icon="tower-broadcast" href="/en/external-modules/radio">
    Coming soon.
  </Card>
</Columns>
