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

# Introduction

> Welcome to the LearnInk developer documentation

LearnInk is a cloud-hosted mobile learning platform designed to integrate seamlessly into your existing technology stack. This documentation covers everything you need to embed the learning experience inside your app, sync users, receive real-time events, and analyse learning data.

## New to LearnInk integrations?

<Card title="Start with the integration overview" icon="rocket" href="/getting-started/overview" horizontal>
  Not sure which integration is right for you? Start here for a plain-English explanation of your options and how they fit together.
</Card>

## Integration guides

<CardGroup cols={2}>
  <Card title="WebView integration" icon="mobile" href="/integration/webview-overview">
    Embed the LearnInk learning experience directly inside your mobile app.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/integration/webhook-overview">
    Receive real-time event notifications at your backend when users register, complete courses, and more.
  </Card>

  <Card title="Push notifications" icon="bell" href="/integration/push-notifications">
    Forward LearnInk notification events to your users via your own push notification infrastructure.
  </Card>

  <Card title="Data sync" icon="database" href="/data-sync/overview">
    Stream LearnInk data to a dedicated Postgres database for deep analysis and BI tool integration.
  </Card>
</CardGroup>

## API reference

<CardGroup cols={2}>
  <Card title="Identify API" icon="key" href="/api-reference/identify">
    Authenticate and sync users between your system and LearnInk. Powers the WebView single sign-on flow.
  </Card>

  <Card title="Delete user API" icon="user-minus" href="/api-reference/delete-user">
    Permanently remove a user and their data from the LearnInk system.
  </Card>
</CardGroup>

## Privacy & user management

<CardGroup cols={2}>
  <Card title="PII and user data" icon="shield" href="/privacy/pii-and-user-data">
    Understand what personal data LearnInk collects, what you control, and how it's handled.
  </Card>

  <Card title="Deleting users" icon="trash" href="/privacy/user-deletion">
    How to delete a user and their associated data from the LearnInk system.
  </Card>
</CardGroup>

## Need help?

If you have any questions not covered in this documentation, reach out to us at [support@learn.ink](mailto:support@learn.ink).
