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

# Tutorials library

> Welcome to GBG GO tutorials library. Find technical tutorials and guides that help you build with GBG GO

<div className="tutorials-library prose dark:prose-invert max-w-6xl mx-auto px-6 py-10">
  # Welcome to GBG GO Tutorials Library

  <p className="text-lg text-gray-600 dark:text-gray-400">Find technical tutorials and guides that help you build with GBG GO.</p>

  ## Quickstart guides

  <CardGroup cols={3}>
    <Card title="Platform quickstart" icon="compass" href="/docs/go-v2/get-started/quickstart/quickstartbusiness">
      Build your first journey in the Journey builder.
    </Card>

    <Card title="API-first integration quickstart" icon="code" href="/docs/go-v2/get-started/quickstart/quickstartdev">
      Start journeys and submit data via the API.
    </Card>

    <Card title="Hosted journeys quickstart" icon="browser" href="/docs/go-v2/get-started/quickstart/quickstart-hosted-journeys">
      Launch your first hosted journey.
    </Card>
  </CardGroup>

  ## API integration guides

  This section contains step-by-step guides for integrating with GBG GO APIs to execute customer journeys, including both API-first and hosted journey delivery methods.

  ### API-first integration guides

  <CardGroup cols={3}>
    <Card title="API usage guides" icon="webhook" href="/docs/go-v2/developer-integration/execute-customer-journeys/overview">
      Authenticate, start journeys, and submit data.
    </Card>

    <Card title="Error handling" icon="triangle-exclamation" href="/docs/go-v2/developer-integration/error-handling">
      Handle API errors gracefully.
    </Card>

    <Card title="Best practices" icon="star" href="/docs/go-v2/developer-integration/best-practices">
      Recommended integration patterns.
    </Card>

    <Card title="Troubleshooting" icon="wrench" href="/docs/go-v2/developer-integration/troubleshooting">
      Diagnose and resolve common issues.
    </Card>

    <Card title="Webhook module" icon="webhook" href="/docs/go-v2/guides/product-guides/webhook-module-guide">
      Configure webhooks in GBG GO.
    </Card>
  </CardGroup>

  #### API-first tutorials

  <CardGroup cols={2}>
    <Card title="Digital ID integration" icon="id-card" href="/docs/go-v2/tutorials/digital-id">
      Integrate Digital ID verification.
    </Card>

    <Card title="Document upload and verification" icon="file-arrow-up" href="/docs/go-v2/tutorials/document-upload-verification">
      Build a document upload flow.
    </Card>
  </CardGroup>

  #### iOS SDK tutorials

  <CardGroup cols={2}>
    <Card title="Build an iOS identity verification app" icon="mobile-screen" href="/docs/go-v2/developer-integration/sdks/ios/tutorial">
      Build a SwiftUI app that runs a GBG Go journey with document and selfie capture.
    </Card>

    <Card title="Integrate Smart Capture SDKs (Part 2)" icon="camera" href="/docs/go-v2/developer-integration/sdks/ios/tutorial-smart-capture">
      Replace stub camera views with production Smart Capture SDKs.
    </Card>
  </CardGroup>

  #### Android SDK tutorials

  <CardGroup cols={2}>
    <Card title="Build an Android identity verification app" icon="mobile-screen" href="/docs/go-v2/developer-integration/sdks/android/tutorial">
      Build a Jetpack Compose app that runs a GBG Go journey with document and selfie capture.
    </Card>

    <Card title="Integrate Smart Capture SDKs (Part 2)" icon="camera" href="/docs/go-v2/developer-integration/sdks/android/tutorial-smart-capture">
      Replace the stub capture surface with production Smart Capture SDKs.
    </Card>
  </CardGroup>

  ### Hosted journeys integration guides

  <CardGroup cols={2}>
    <Card title="Hosted journeys API usage guides" icon="webhook" href="/docs/go-v2/low-code-builder/execution-guides/overview">
      Start hosted journeys and fetch state.
    </Card>

    <Card title="Hosted journeys error handling" icon="triangle-exclamation" href="/docs/go-v2/low-code-builder/execution-guides/error-handling">
      Handle hosted journey errors.
    </Card>
  </CardGroup>

  ## Product guides

  <CardGroup cols={3}>
    <Card title="Configure module outcomes" icon="sliders" href="/docs/go-v2/guides/product-guides/configure-outcome-decisions">
      Customise default module outcomes.
    </Card>

    <Card title="Configure evaluation decisions" icon="scale-balanced" href="/docs/go-v2/guides/product-guides/configure-evaluation">
      Customise evaluation decisions.
    </Card>

    <Card title="Configure module settings" icon="gear" href="/docs/go-v2/guides/product-guides/configure-module-settings">
      Adjust module settings.
    </Card>

    <Card title="PEPs and Sanctions" icon="shield-halved" href="/docs/go-v2/guides/product-guides/peps-and-sanctions">
      PEPs and Sanctions module overview.
    </Card>

    <Card title="Modules vs variants" icon="clone" href="/docs/go-v2/guides/product-guides/module-variants-difference">
      Understand the difference.
    </Card>

    <Card title="Manage authentication" icon="lock" href="/docs/go-v2/guides/product-guides/manage-auth">
      Manage auth methods.
    </Card>

    <Card title="Grouped vs ungrouped modules" icon="layer-group" href="/docs/go-v2/guides/product-guides/grouped-vs-nongrouped">
      When to use each type.
    </Card>

    <Card title="Customer reference" icon="hashtag" href="/docs/go-v2/guides/product-guides/customer-reference">
      Pass reference numbers for tracking.
    </Card>

    <Card title="Restore journey version" icon="clock-rotate-left" href="/docs/go-v2/guides/product-guides/restore-journey-version">
      Restore a previous version.
    </Card>

    <Card title="Update modules" icon="arrows-rotate" href="/docs/go-v2/guides/product-guides/update-module">
      Update modules in GBG GO.
    </Card>
  </CardGroup>

  ## Best practices

  <CardGroup cols={2}>
    <Card title="Group document modules" icon="folder-open" href="/docs/go-v2/guides/best-practices/ordering-document-module">
      Best practice for grouping documents.
    </Card>

    <Card title="Documents and biometrics" icon="fingerprint" href="/docs/go-v2/guides/best-practices/docs-and-bio">
      Ordering documents and biometrics.
    </Card>
  </CardGroup>
</div>
