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

# Introduction

> Welcome to the iQpay Guide.

# Welcome to iQpay

iQpay is the operating system for social care — enabling organizations to deploy digital restricted cards to members at scale.

## Who Is This Guide For?

<CardGroup cols={2}>
  <Card title="Members" icon="user" href="/wallet/activating-your-card">
    Received a restricted card? Learn how to activate it, scan products, and pay at checkout.
  </Card>

  <Card title="Organization Admins" icon="building" href="/platform/dashboard">
    Managing a program? Learn how to add members, create orders, issue cards, and track performance.
  </Card>

  <Card title="Developers" icon="code" href="/developers/overview">
    Integrating with iQpay? Find API docs, release notes, and technical resources.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/api-reference/introduction">
    Ready to build? Authenticate, create orders, and configure webhooks.
  </Card>
</CardGroup>

## How iQpay Works

<Steps>
  <Step title="Organization sets up a program">
    A sponsor organization configures a benefit program with specific products (e.g., food, personal care), budgets, and a retailer network.
  </Step>

  <Step title="Members are enrolled">
    Members are added individually, via bulk import, through the API, or via self-enrollment forms.
  </Step>

  <Step title="Orders create digital cards">
    An order is placed (manually or via API) that generates digital restricted cards and delivers them to members via SMS, email, or webhook.
  </Step>

  <Step title="Members activate and shop">
    Members receive an activation code, open their digital wallet, select a retailer, and pay at checkout with a barcode or QR code.
  </Step>

  <Step title="Admins track and report">
    Organization admins monitor transactions, redemptions, card activity, and generate reports from the dashboard.
  </Step>
</Steps>
