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

# Introduction

> LogLife documentation — self-hosting, development, and API reference

LogLife is a personal health-logging assistant that reaches you on WhatsApp. These docs cover everything from getting your own instance running to contributing code and documentation.

## Where to start

<Columns cols={2}>
  <Card title="Host in 3 steps" icon="server" href="/self-hosting">
    Install the plugin, configure secrets, and set up networking.
  </Card>

  <Card title="Dashboard" icon="layout-dashboard" href="/dashboard">
    Manage sessions and verified users from the web UI.
  </Card>
</Columns>

## Go deeper

<Columns cols={2}>
  <Card title="Dev workflow" icon="code" href="/development">
    Local setup, CI/CD pipelines, and deployment.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/architecture">
    Multi-user isolation, generated config, and memory layers.
  </Card>

  <Card title="Security" icon="shield" href="/security">
    Authentication, phone verification, and data flow.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Plugin HTTP endpoints for sessions, verification, and registration.
  </Card>
</Columns>
