> ## 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

<CardGroup cols={2}>
  <Card title="Getting Started" href="./getting-started">
    Instructions on how to build and deploy Atoti Limits.
  </Card>

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

  <Card title="Server Integration" href="./integration">
    How to connect Atoti Limits with an Atoti Server through Java and Python APIs.
  </Card>

  <Card title="Persistence" href="./persistence">
    This section describes how to work with persistent limits in Atoti Limits.
  </Card>

  <Card title="Roles and Permissions" href="./roles">
    Description of user roles and how to configure permissions per role.
  </Card>

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

  <Card title="Limit Scopes" href="./scopes">
    Outline of how to create and use scopes for your limits.
  </Card>

  <Card title="Limit Workflows" href="./limit-workflow">
    This section describes how to use the out-of-the-box workflows.
  </Card>

  <Card title="Evaluating Limits" href="./evaluation-tasks">
    Details on the Evaluation Service, Task Manager, and REST endpoints.
  </Card>

  <Card title="Date Roll" href="./date-roll">
    Description of how to configure date rolling.
  </Card>

  <Card title="REST Services" href="./rest-services">
    This section describes the available REST services in the module.
  </Card>

  <Card title="Monitoring" href="./jfr-service">
    Description of how to record JFRs for troubleshooting.
  </Card>

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