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

# Configure modules

> Add and configure verification modules in your GBG GO journey including setting up outcomes, rules, and module connections.

Once you create a journey in GBG GO, you need to configure it by adding modules, defining rules, and setting conditions to control the workflow.

A journey consists of:

* **Start node** – The entry point of the journey, labeled **"Start of journey"**.
* **Modules** – The verification steps a customer goes through.
* **End node** – The final step of the journey, labeled **"End of journey"**.

<Frame>
  <img src="https://mintcdn.com/gbg-loqate/s4OHuiuN2hHJoTBT/images/s-and-e.png?fit=max&auto=format&n=s4OHuiuN2hHJoTBT&q=85&s=3baa89abcd22e79c48dd09f4b67eeb59" alt="start and end node" width="2004" height="1154" data-path="images/s-and-e.png" />
</Frame>

## Add modules

Modules define what happens at each stage of the journey. Each module performs a specific function, such as identity verification, fraud detection, or decision-making.

To find modules, you can either select the "Processing" category that will open up a long list of modules and variants, or you can use the search bar to search directly for modules and variants.

Follow these steps to add a module:

1. Go to **Browse and add modules** in the left sidebar.

<Frame>
  <img src="https://mintcdn.com/gbg-loqate/wtQrQDGWEOTCei9M/images/browse-and-add-modules.jpg?fit=max&auto=format&n=wtQrQDGWEOTCei9M&q=85&s=88004727dc78af989ccfc6ef02343811" alt="Browse and add modules" width="473" height="470" data-path="images/browse-and-add-modules.jpg" />
</Frame>

2. Use the search bar to find a module by:
   * Module name, for example, "Data Verification"
   * Capability, for example, "Age Verification"
3. Click the module that you want to add.

<Frame>
  <img src="https://mintcdn.com/gbg-loqate/wtQrQDGWEOTCei9M/images/b-and-a.jpg?fit=max&auto=format&n=wtQrQDGWEOTCei9M&q=85&s=3613aba6dfb4001a1786ce469fcdb43f" alt="modules" width="470" height="674" data-path="images/b-and-a.jpg" />
</Frame>

<Info>
  The orange warning icon indicates that the module is not licensed or included in your contract and requires activation by the GBG team.
</Info>

4. Click **Add to journey** to insert it into your workflow.

<Frame>
  <img src="https://mintcdn.com/gbg-loqate/wtQrQDGWEOTCei9M/images/add-to-journey(1).jpg?fit=max&auto=format&n=wtQrQDGWEOTCei9M&q=85&s=e6920bd100d7216a4eed76cea16bad34" alt="Add to journey" width="399" height="484" data-path="images/add-to-journey(1).jpg" />
</Frame>

Your newly added module would fall in-between the Start node and the End node:

<Frame>
  <img src="https://mintcdn.com/gbg-loqate/s4OHuiuN2hHJoTBT/images/newly-added-module.jpg?fit=max&auto=format&n=s4OHuiuN2hHJoTBT&q=85&s=10da727367d76189f315fff3b52e6af5" alt="Newly added module" width="1255" height="775" data-path="images/newly-added-module.jpg" />
</Frame>

5. To add more modules to the journey, click the "**+**" sign in the journey.

<Info>
  Modules that require specific configurations will prompt you to complete
  additional fields before saving.
</Info>

## Configure modules

Once a module is added, it needs to be configured to function correctly. Each module has unique configuration settings. Some require input data, while others rely on predefined conditions to determine the next steps.

To configure a module:

1. Click the module inside the journey editor.
2. Review the module’s available settings and options.
3. Modify the required fields (for example., label, variants, outcomes).

<Frame>
  <img src="https://mintcdn.com/gbg-loqate/wtQrQDGWEOTCei9M/images/label-variants-outcomes.png?fit=max&auto=format&n=wtQrQDGWEOTCei9M&q=85&s=fc25e362fc1c59887b19bc672df685f0" alt="modifiable fields" width="2308" height="1492" data-path="images/label-variants-outcomes.png" />
</Frame>

4. Click **Configure outcomes** to define outcomes. Outcomes determine what happens based on the module's results.

To learn more about configuring module outcomes, refer to the [How to configure module outcomes in GO](/docs/go-v1/guides/product-guides/configure-outcome-decisions) documentation.

## Delete modules

To delete a module from your journey:

1. Right-click the module you want to delete.
2. Select **Delete** from the context menu.

## What’s next?

After configuring your journey, the next step is to define decision logic and publishing options.

* **[Set up routing](/docs/go-v1/platform/journey-builder/set-up-routing)**: Define conditions that change a journey's path.
* **[Set up evaluation](/docs/go-v1/platform/journey-builder/set-up-evaluation)**: Add decision points like accept, reject, or manual review.
* **[Publish journeys](/docs/go-v1/platform/journey-builder/publish-journey)**: Deploy your journey for testing or production.
