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

# Domo

Domo connects to Honeydew via JDBC connection, using the **Trino** protocol.

## Creating a new dataset

Domo database connections are mapped to a Honeydew workspace and branch

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

1. Go to **Data** > **Connect Data** > **Federated**
2. Click on **Add new account**
3. Choose **Trino** from the list of supported connections
4. Set a unique **Account name** for the account (e.g. "Honeydew")
5. Set the **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 **Username** to the API key (or a Honeydew username), and **Password** to the API secret
   (or to the user's password in Honeydew).
8. Click **Connect**
9. Choose the workspace and branch from the list of the databases. The database names are in the format `<workspace>__<branch>`.
10. From the selected database, choose schema (`domains` to choose a [domain](/domains)) and table (the domain)
11. Set a name for the dataset and click **Create**

You can now create visualizations on top of the Honeydew account connection, using the Domo user interface.
