# Configuring Glean

> How to configure the Glean plugin to pull your Roadie data into Glean for unified search capabilities.

*Last validated: 2025-07-25T11:39:00.0Z | Published: 2025-07-25T11:39:00.0Z*


## Introduction

The Glean plugin allows you to pull your Roadie data into Glean to enable unified search capabilities across your organization. This integration makes your Roadie catalog and tech docs searchable from Glean.

## Basic Configuration

### API Index URL

The index URL of the Glean API. This is the endpoint where Roadie will send your data to be indexed in Glean.

### Data Source

The data source of the Glean API to use. This identifies which data source in Glean should receive the Roadie data.

For more information about data sources, see: [Glean Data Sources Documentation](https://docs.glean.com/get-started/setup/connect-data-sources)

## Connection Configuration Steps

![glean-config.webp](glean-config.webp)

### Step 1: Configure Glean Connection

Visit `https://<tenant-name>.roadie.so/administration/glean` to configure your Glean connection.

Configure the following settings:

- **API Index URL**: The index URL of your Glean API instance
- **Data Source**: The data source identifier for Glean to categorize the Roadie data

### Step 2: Add Glean API token

Navigate to Administration -> Secrets and add in you Glean API token to the secret called `GLEAN_API_TOKEN`.

## References

- [Glean Documentation](https://support.glean.com/)
