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

# Highspot

> Access sales content from Highspot

## How it works

The Highspot connector indexes documents from your Highspot instance.
It can index either specific spots you add or all spots where you have view access and download permissions.

## Setting up

### Authorization

> **IMPORTANT:** Highspot Platform Plus is an add-on feature that provides access to the API. Without Platform Plus, users cannot access the API features required for this connector. Please ensure your organization has purchased the Platform Plus add-on before proceeding.

#### Enabling Developer Options

<Steps>
  <Step title="Open company settings">
    Log into your Highspot account as an administrator.
    Click on your profile icon in the top right corner and select "Settings".
    Select "your company" under company settings.
  </Step>

  <Step title="Enable API access">
    Navigate to "Access and Privacy" and click on "API Access". Add the user(s)
    who will need to generate API keys and secrets. Confirm "API Access for Users" is enabled.
  </Step>
</Steps>

<img className="rounded-image" src="https://mintcdn.com/danswer/24Ocig51qMqahMaT/assets/admins/connectors/highspot/highspot_enable_developer.png?fit=max&auto=format&n=24Ocig51qMqahMaT&q=85&s=8d85c6cc26e0d62ec995691f742fb93b" alt="Highspot company settings showing Access and Privacy with API access" width="1897" height="970" data-path="assets/admins/connectors/highspot/highspot_enable_developer.png" />

#### Generating API Credentials

<Steps>
  <Step title="Open Developer settings">
    Log in as the user who has been granted API access.
    Click on the profile icon in the top right corner and select "Settings".
    Look for the "Developer" tab under user settings.
  </Step>

  <Step title="Generate API key">
    Navigate to the developer section and generate a new API key. After generation, you'll receive a key and secret.

    <img className="rounded-image" src="https://mintcdn.com/danswer/24Ocig51qMqahMaT/assets/admins/connectors/highspot/highspot_generate_api.png?fit=max&auto=format&n=24Ocig51qMqahMaT&q=85&s=50d978fe0c9fc307a3be6537d28d3720" alt="Highspot user Developer settings generating an API key and secret" width="1906" height="972" data-path="assets/admins/connectors/highspot/highspot_generate_api.png" />
  </Step>

  <Step title="Record credentials">
    Make a note of your API key, secret and base URL as you will need them for indexing.
  </Step>
</Steps>

### Indexing

<Steps>
  <Step title="Open Highspot connector">
    Navigate to the Admin Panel and select the **Highspot** Connector Tile
  </Step>

  <Step title="Enter credentials">
    Provide your **API Key**, **Secret**, and **Base URL** from the steps above
  </Step>

  <Step title="Choose indexing options">
    Choose one of the following:

    * Enter specific spots you want to index
    * Index all spots where your user has view access and download permissions
  </Step>

  <Step title="Start indexing">
    Click "Connect" to begin indexing your Highspot content
  </Step>
</Steps>
