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

# Snowflake

> Connect to Snowflake's cloud data platform.

Humm runs read-only SQL queries against your Snowflake warehouse. Ask questions about any table or view your credentials can access.

## Tools

| Tool          | Description                                      |
| ------------- | ------------------------------------------------ |
| `EXECUTE_SQL` | Run SQL queries against your Snowflake warehouse |

## Authentication

<CardGroup cols={2}>
  <Card title="Private Key" icon="key">
    RSA key pair authentication. See the [setup guide](/guides/creating-snowflake-private-keys).
  </Card>

  <Card title="Password" icon="lock">
    Username and password authentication.
  </Card>
</CardGroup>
