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

# Sigma Integration

Sigma connects to Honeydew via a Starburst connection, using the **Trino** protocol.

## Creating a new connection

<Tip>
  It is recommended to use an [API Key](/docs/access-control/api-keys) for setting up the connection.
</Tip>

1. Go to **Connections**
2. Click **Create Connection**
3. In **Connection Details**, provide a **Name** (e.g. "Honeydew")
4. Set **Type** to **Starburst**
5. Set **Host** to `jdbc.honeydew.cloud`
   <Note>
     If your organization uses a custom hostname for the JDBC connection,
     you can locate it in the Honeydew UI, under the **JDBC** section in **Settings**
   </Note>
6. Set **Port** to `443`
7. Set **User** to the API key (or a Honeydew username), and **Password** to the API
   secret (or to the user's password in Honeydew)
8. Click **Create**

You can now build workbooks on top of the Honeydew connection, using the Sigma user interface.
