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

# Developer guide

> Landing page for the Atoti Sign-Off developer guide, with links to getting started, UI configuration, adjustment support, customization, and library references.

<CardGroup cols={2}>
  <Card title="Overview" href="../introduction-to-atoti-signoff">
    If you are new to the application, we invite you to review the basics.
  </Card>

  <Card title="Releases and Upgrades" href="../releases">
    Details of the new features, improvements and dependencies, plus migration steps.
  </Card>

  <Card title="Getting Started" href="./dev-getting-started">
    A guide to setting up and customizing Atoti Sign-Off.
  </Card>

  <Card title="Configuring the UI" href="./dev-ui-config">
    Details on activating and configuring the UI features in the solution.
  </Card>

  <Card title="Adjustment Support" href="./dev-adjustments">
    Interfaces and implementations for supported adjustment types and required inputs.
  </Card>

  <Card title="Extending the Module" href="./dev-extensions">
    This section explains how to extend Atoti Sign-Off by adding customizations.
  </Card>

  <Card title="Default Implementation" href="./dev-ref-impl">
    Explains the elements provided: modules, datastore, and cube configurations.
  </Card>

  <Card title="Libraries" href="./dev-libraries">
    Details on the libraries used by Atoti Sign-Off.
  </Card>
</CardGroup>
