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

# Introduction

> Create and manage Google and Apple Wallet passes with the Passform API

## Welcome to Passform

Passform lets you create, distribute, and update digital wallet passes for Apple Wallet and Google Wallet. Issue loyalty cards, event tickets, vouchers, memberships, and more. Update them in real time without reissuing.

<Card title="Get started" icon="rocket" href="/quickstart" horizontal>
  Create your first pass in minutes.
</Card>

## What you can build

<Columns cols={2}>
  <Card title="Offer passes" icon="tag" href="/guides/pass-types#offer">
    Vouchers and discount offers redeemable in-store or online.
  </Card>

  <Card title="Event tickets" icon="ticket" href="/guides/pass-types#event">
    Scannable tickets with location, date, and seat information.
  </Card>

  <Card title="Membership cards" icon="id-card" href="/guides/pass-types#membership">
    Loyalty and membership cards that update in real time.
  </Card>

  <Card title="Generic passes" icon="rectangle-barcode" href="/guides/pass-types#generic">
    Flexible passes for any use case with custom fields.
  </Card>
</Columns>

Looking for something specific?

Additional pass formats including boarding passes, stamp cards, and transit credentials are available on request. [Contact us](mailto:support@passform.io) to find out what's possible.

## How it works

<Steps>
  <Step title="Create a template">
    Define the appearance of your pass with colors, images, and fields.
  </Step>

  <Step title="Issue passes">
    Create individual pass instances from a template via the API.
  </Step>

  <Step title="Distribute">
    Share Apple Wallet `.pkpass` files, Google Wallet save URLs, or Passform's web viewer directly with your users.
  </Step>

  <Step title="Update in real time">
    Push updates and notifications to passes already in users' wallets.
  </Step>
</Steps>

## Explore the API

<Card title="API reference" icon="terminal" href="/api-reference/introduction">
  Browse all endpoints for passes, templates, and accounts.
</Card>
