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

# Guru

> Access cards and collections from Guru

## How it works

The Guru connector pulls in all the Cards your user has access to based on a User Access Token.

Cards are updated every **10** minutes.

## Setting up

### Authorization

<Steps>
  <Step title="Obtain access token">
    Obtain a User Access Token.
    Follow the Guru API guide described [here](https://developer.getguru.com/docs/getting-started) for more details.
  </Step>
</Steps>

<img className="rounded-image" src="https://mintcdn.com/danswer/24Ocig51qMqahMaT/assets/admins/connectors/guru/GuruConnectorAuth.gif?s=ba623916c534f1cb255a76415add9d34" alt="Guru API dashboard steps to create a User Access Token" width="2624" height="1458" data-path="assets/admins/connectors/guru/GuruConnectorAuth.gif" />

### Indexing

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

  <Step title="Enter credentials">
    In **Step 1**, provide your **Username** (most likely your email) and the **Access Token** from above.

    <img className="rounded-image" src="https://mintcdn.com/danswer/24Ocig51qMqahMaT/assets/admins/connectors/guru/GuruConnector.png?fit=max&auto=format&n=24Ocig51qMqahMaT&q=85&s=eedd48c46f415bcebd85e3a20d71d59f" alt="Onyx Guru connector credentials form with username and access token" width="1482" height="1192" data-path="assets/admins/connectors/guru/GuruConnector.png" />
  </Step>

  <Step title="Start indexing">
    Click `Connect` to begin indexing
  </Step>
</Steps>
