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.
Overview
This quick start guides you through the following:- Log in to GBG GO dashboard.
- Create your first customer journey.
- Configure and publish your journey.
Before you start
Before completing this quickstart, make sure the following prerequisites are complete:- Your GBG GO organisation account has been created by GBG internal team.
- You have received a welcome email confirming your account creation.
The login credentials for your GBG GO dashboard are different from your API credentials. The API credentials are separately provided by your GBG account manager. These credentials are used for programmatic access to the GBG GO APIsâ while the dashboard login is for the web interface.
Step 1: Log in to GBG GO
This section guides you through accessing GBG GO for the first time.- Navigate to the GBG GO sign-in page and then click Customer Sign In.
- Enter your email address and then click Log In.
- On the next screen, click Forgot your password? A recovery code is automatically sent to your email.
- Enter the recovery code and create your new password.
- Click Change password to complete the setup.
- Log in with your email and new password.
Step 2: Create your first journey
This section guides you through creating your first customer journey. You can either start with a pre-configured template or create a journey from scratch.Option 1: Use a template
This is the fastest way to get started.- Click the Create a new journey list.
- Select Explore templates.
- Browse through the templates.
- Select a template according to your use case.
- Review the template pre-configured settings and modules.
- Click Use this template to load it into the editor.
- Modify the journey by customizing modules, routing, and evaluation steps.
Option 2: Create a journey from scratch
If you prefer to build a journey yourself:- Click the Create a new journey list.
- Select API + hosted (latest) as the delivery method.
- Click the edit icon on the journey name at the top of the editor and enter a meaningful name, for example, âAge Verification - New Customersâ.
- Click the Processing category to view the list of modules.
- Use the search bar to find specific modules, or browse through the list to find the ones you want to add. For example, search for Age Verification.
- Click the Age Verification module
- Click Add to journey.
(Optional) Step 3: Modify modules
This section shows you how you can modify your modules.- Select a module on the Journey builder. The right sidebar shows the moduleâs default outcomes and settings. These are configurable based on your use case and business needs.
- Modify required fields such as:
- Module outcomes
- Module settings
- Add or remove modules.
- Add routing and evaluation logic to the modules.
Step 4: Publish journey
This section shows you how to publish your journey. You can publish your journey to a preview or production environment.Publish to preview/sandbox environment
Click Publish to Preview in the Journey builder. You then get a confirmation message: Delivery deployed successfully. Next, click Dashboard to see:- Environment (Preview)
- Version number
- Resource ID
- Last published
- Schema for API integration
Publish to production
- Click Dashboard.
- Click the Actions list.
- Select Publish to Production from the menu.
- Select the confirmation checkbox.
-
Click Publish to production. Youâll receive a pop-up message saying, Delivery deployed successfully to production. In the dashboard, you can see:
- Environment (Production)
- Version number
- Resource ID
- Last published
- Schema for API integration
The version number and Resource ID shown in the dashboard are required for API integration using either the API-first integration or Hosted journeys options.

Next steps
Now that youâve completed this quickstart, how would you like to integrate with GBG GO?- Hosted journeys (Low-code): for teams who prefer a low-code integration with minimal frontend work.
- SDKs: for developers integrating GBG GO into native or server applications using official SDKs.
- API-first: for developers who want full control with a direct API integration.