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

# Backend

> The backend.

<Columns cols={2}>
  <Card title="File Structure" icon="folder-tree" href="/jury/details/backend/structure">
    How the backend code files are structured.
  </Card>

  <Card title="API" icon="code" href="/jury/details/backend/api">
    The private API that the frontend calls.
  </Card>

  <Card title="Database" icon="database" href="/jury/details/backend/database">
    How Jury interacts and stores data in MongoDB.
  </Card>

  <Card title="Logging" icon="file-lines" href="/jury/details/backend/logging">
    How to log requests and changes to the global audit log.
  </Card>
</Columns>
