> ## Documentation Index
> Fetch the complete documentation index at: https://help.standards.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Glean

<Badge color="red" shape="pill">Enterprise</Badge>

Index your brand guidelines in Glean so your team can search and get AI-powered answers about your brand across your company's knowledge base.

***

## Basics

[Glean](https://www.glean.com/) is an enterprise search platform that connects to your company's tools and data sources. By connecting Standards to Glean, your brand guidelines become searchable alongside your other company knowledge — and Glean's AI assistant can answer brand questions using your published content.

***

## Connect to Glean

Glean supports custom API connectors for indexing content from external sources. To connect Standards:

<Steps>
  <Step title="Create an API key in Standards">
    Follow the [API key creation guide](/api) to generate a client ID and secret. Enable the `document.read`, `data.read`, and `styles.read` scopes, and select the projects you want indexed.
  </Step>

  <Step title="Set up a custom connector in Glean">
    In your Glean admin console, create a new custom connector or work with your Glean administrator to configure one. You'll need:

    * The Standards API base URL: `https://api.standards.site/beta`
    * Your client ID and secret for OAuth token retrieval
    * The workspace ID for your Standards workspace
  </Step>

  <Step title="Configure the data source">
    Map the Standards API endpoints to Glean's document model:

    * Use the [list pages](/api-requests) endpoint to discover content
    * Use the [get page](/api-requests) endpoint to retrieve page content as markdown
    * Use the [styles](/api-requests) endpoint to include color and typography data
  </Step>

  <Step title="Set a sync schedule">
    Configure Glean to re-index on a regular schedule (e.g., daily) so your search results stay current after publishes.
  </Step>
</Steps>

***

## What gets indexed

When configured, Glean can index:

* **Page content** — The full markdown content of each published page
* **Color styles** — Color names, hex values, RGB, CMYK, Pantone, and RAL codes
* **Typography styles** — Font families, sizes, weights, and other specifications
* **File metadata** — Uploaded file names, types, and image descriptions
* **Project information** — Project names and publish status

***

## How your team uses it

Once indexed, your team can:

* Search for brand information directly in Glean (e.g., "What is our primary brand color?")
* Get AI-generated answers from Glean's assistant that reference your published guidelines
* Find brand content alongside related documents from other connected tools
