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

# Overview

> Documentation to help you contribute to Unbound and its ecosystem.

Here, you will find many useful sections that will help you understand how Unbound works and how you can contribute to it or its ecosystem.

<CardGroup cols={2}>
  <Card title="Loader" icon="arrow-right-to-bracket" href="/loader">
    Learn about Unbound's loaders, how they function and how to alter their behaviour.
  </Card>

  <Card title="Addons" icon="puzzle-piece" href="/addons/introduction">
    Learn what addons are, what they share, and how to build one step by step.
  </Card>

  <Card title="Plugins" icon="plug" href="/plugins">
    Learn how plugins build on the foundation Unbound provides.
  </Card>

  <Card title="Themes" icon="paintbrush" href="/themes">
    Learn how to create themes to modify the appearance of the app.
  </Card>

  <Card title="Icon Packs" icon="icons" href="/icon-packs">
    Learn how to create icon packs to replace the app's icons with your own.
  </Card>

  <Card title="Developer API" icon="folder-tree" href="/modules">
    Learn how Unbound's APIs can assist you in creating addons.
  </Card>
</CardGroup>
