> ## 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.

# Home

> Welcome to the GBG GO Documentation

<div className="docs-container">
  <div className="hero-section">
    <div className="grid-background">
      {/* Grid lines pattern */}

      <div className="grid-lines-horizontal" />

      <div className="grid-lines-vertical" />

      {/* Background decorative elements */}

      <div className="bg-decoration circle-1" />

      <div className="bg-decoration circle-2" />

      <div className="bg-decoration circle-3" />

      <div className="bg-decoration dot-grid" />
    </div>

    <div className="hero-container">
      <div className="hero-content">
        <h1>Developer experience hub</h1>

        <p>
          Welcome to the GBG GO identity verification platform
        </p>

        <div className="hero-buttons">
          <a href="/docs/go-v2/get-started/product-overview" className="btn-primary">Get started</a>
          <a href="/docs/go-v2/api-reference/overview" className="btn-secondary">API reference</a>
          <a href="/docs/go-v2/developer-integration/sdks/overview" className="btn-secondary">SDKs</a>
        </div>
      </div>

      <div className="hero-graphic">
        <svg className="accent-shape" width="264" height="265" viewBox="0 0 264 265" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M0.777497 77.492V11.4989C0.777497 5.8637 5.3912 1.25 11.0264 1.25H253.001C258.636 1.25 263.25 5.8637 263.25 11.4989V58.134C263.25 60.8919 262.128 63.4581 260.273 65.4201C260.271 65.4225 260.268 65.425 260.266 65.4274L214.195 111.498C210.319 115.374 213.058 122.127 218.575 122.127H253.001C258.627 122.127 263.25 126.841 263.25 132.486V253.474C263.25 259.109 258.636 263.723 253.001 263.723H187.008C181.373 263.723 176.759 259.109 176.759 253.474V163.943C176.759 158.333 170.013 155.562 166.126 159.567C166.124 159.569 166.123 159.57 166.121 159.572L64.9404 260.753C60.9437 264.749 54.4893 264.749 50.4926 260.753L3.7475 214.007C-0.249165 210.011 -0.249165 203.556 3.7475 199.56L104.937 98.3702C108.813 94.4946 106.074 87.7409 100.557 87.7409H11.0264C5.3912 87.7409 0.777497 83.1272 0.777497 77.492Z" fill="#4D4DFF" stroke="white" strokeWidth="1.5" />
        </svg>
      </div>
    </div>
  </div>

  <div className="cards-container">
    <div className="cards-row">
      {/* Quick start card */}

      <a href="/docs/go-v2/get-started/quickstart/quickstartbusiness" className="card with-arrow">
        <div className="card-content">
          <h2>Quick start</h2>
          <p>Set up in minutes. Follow a step-by-step guide to create your first journey, authenticate, start a journey, and fetch interactions.</p>
        </div>

        <div className="arrow-icon">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M9 18L15 12L9 6" stroke="#4D4DFF" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
          </svg>
        </div>
      </a>

      {/* Platform card */}

      <a href="/docs/go-v2/platform/overview" className="card with-arrow">
        <div className="card-content">
          <h2>Platform</h2>
          <p>Build customer journeys. Design, configure, and launch verification workflows without writing code</p>
        </div>

        <div className="arrow-icon">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M9 18L15 12L9 6" stroke="#4D4DFF" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
          </svg>
        </div>
      </a>
    </div>

    <div className="cards-row">
      {/* Guides and tutorials library card */}

      <a href="/docs/go-v2/resources/tutorials-and-guides" className="card with-arrow">
        <div className="card-content">
          <h2>Guides and tutorials</h2>
          <p>Find technical tutorials and guides for quickstarts, API integrations, product configuration, and best practices</p>
        </div>

        <div className="arrow-icon">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M9 18L15 12L9 6" stroke="#4D4DFF" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
          </svg>
        </div>
      </a>

      {/* Modules card */}

      <a href="/docs/go-v2/platform/modules/overview" className="card with-arrow">
        <div className="card-content">
          <h2>Module Library</h2>
          <p>Browse all available verification modules in GBG GO. Search and filter to find the right module for your journey.</p>
        </div>

        <div className="arrow-icon">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M9 18L15 12L9 6" stroke="#4D4DFF" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
          </svg>
        </div>
      </a>
    </div>
  </div>

  {" "}

  <div className="roles-container">
    <h2>Choose your path</h2>

    <div className="roles-grid">
      <a href="/docs/go-v2/developer-integration/overview" className="role-card">
        <div className="role-icon developer-icon" />

        <h3>API-first integration</h3>

        <p>
          Build your own frontend and use GBG GO APIs to start journeys,
          fetch interactions, and submit verification data.
        </p>
      </a>

      <a href="/docs/go-v2/low-code-builder/introduction/hosted-journey" className="role-card">
        <div className="role-icon business-icon" />

        <h3>Hosted journeys (Low-code)</h3>

        <p>
          Let the GBG GO platform generate and host the verification
          experience. Start journeys with a single API call.
        </p>
      </a>

      <a href="/docs/go-v2/developer-integration/sdks/overview" className="role-card">
        <div className="role-icon sdk-icon" />

        <h3>SDKs</h3>

        <p>
          Integrate GBG GO into your server, iOS, or Android apps using
          official SDKs. Each SDK handles a specific layer of the verification flow.
        </p>
      </a>
    </div>
  </div>

  <div className="resources-container">
    <div className="resources-grid">
      <a href="/docs/go-v2/get-started/key-concepts" className="resource-card">
        <div className="resource-icon intro-icon" />

        <h3>Key concepts</h3>
        <p>Learn about the platform and key concepts</p>
      </a>

      <a href="/docs/go-v2/get-started/glossary" className="resource-card">
        <div className="resource-icon glossary-icon" />

        <h3>Glossary of terms</h3>
        <p>Learn about GBG GO key terms</p>
      </a>

      <a href="/docs/go-v2/get-started/troubleshooting-and-support" className="resource-card">
        <div className="resource-icon api-icon" />

        <h3>Support</h3>
        <p>Learn how to get in touch with GBG</p>
      </a>
    </div>
  </div>
</div>
