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

# Coda Connector

> Index Coda docs, pages, and tables via the Coda REST API

## How it works

The Coda connector uses the [Coda REST API](https://coda.io/developers/apis/v1) to index content your API token can access. For each Coda doc it discovers **pages** (title, link, and page body when available) and **tables** (each table is one document; **rows** become sections with cell values).

Updates are picked up on the connector’s scheduled runs (typically **daily**, like other connectors).

## Setting up

### Authorization

Hymalaia uses a **Coda API bearer token**. Create a token in Coda with access to the docs you want indexed (see [Coda’s API documentation](https://coda.io/developers) for creating and scoping tokens).

### Indexing

<Steps>
  <Step title="Open Coda connector">
    In the Hymalaia Admin Panel, open the **Coda** connector.
  </Step>

  <Step title="Configure authorization">
    In **Step 1**, set up credentials:

    * Select an existing credential, or click **Create New**
    * Paste your **Coda Bearer Token**
  </Step>

  <Step title="Save configuration">
    Click **Create** to save the credential configuration.
  </Step>

  <Step title="Continue with selected credential">
    Ensure the correct credential is selected, then click **Continue**.
  </Step>

  <Step title="Finish connector setup">
    In **Step 2**, set:

    * **Connector Name** — a display name (e.g. `Team wiki`)
    * **Access Type** — **Public** or **Private** in Hymalaia
  </Step>

  <Step title="Create connector">
    Click **Create Connector** to start indexing.
  </Step>
</Steps>

Indexing covers all docs the token can list; restrict access in Coda by using a token with limited doc/workspace access if needed.
