> ## 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={2}>
    <Card title="Platform quickstart" icon="compass" href="/docs/go-v1/get-started/quickstart/quickstartbusiness">
      Build your first journey in the Journey builder.
    </Card>

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

  ## API integration guides

  This section contains step-by-step guides for integrating with GBG GO APIs to execute customer journeys.

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

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

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

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

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

  ### Tutorials

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

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

  ## Product guides

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

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

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

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

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

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

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

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

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

    <Card title="Update modules" icon="arrows-rotate" href="/docs/go-v1/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-v1/guides/best-practices/ordering-document-module">
      Best practice for grouping documents.
    </Card>

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