# Snowflake Proxy Onboarding

## General

To use our proxy, configure your tools to point to us instead of directly to Snowflake.\
‍

1. Find the Snowflake URL you shared with Espresso AI, e.g. `<your_host>.snowflakecomputing.com`.
2. Replace it with `<your_host>.espressocomputing.com` in each tool you are onboarding.

## Tool-specific guides

* [Snowflake Web App users](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-snowflake-web-app.md)
* [Python](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-python.md)
* [dbt Cloud](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-dbt-cloud.md)
* [Fivetran](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-fivetran.md)
* [Hex](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-hex.md)

## Scheduler Warehouse access

* [Grant access to all warehouses](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-warehouse-access.md)

## On-prem Deployment

* [Proxy on-prem Terraform deployment (AWS)](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-terraform-deployment-aws.md)
* [Proxy on-prem Terraform deployment (Azure)](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-terraform-deployment-azure.md)
* [Proxy on-prem Helm chart deployment](/snowflake-optimizer/proxy-onboarding/proxy-onboarding-helm-deployment.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.espresso.ai/snowflake-optimizer/proxy-onboarding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
