# Snowflake Data Share

This guide explains how SalesIntel delivers data directly to your Snowflake environment securely and efficiently.

## Key benefits

* Zero Maintenance: Eliminates broken API integrations and manual CSV uploads
* Enhanced Security: Data remains within the Snowflake ecosystem, ensuring compliance
* High Performance: Query millions of SalesIntel records in seconds using your Snowflake compute resources

## Data sharing overview

SalesIntel uses Private Listings to provide live access to our data. This method eliminates traditional file transfers (CSVs or API calls) by enabling you to query data directly where it resides, without moving or storing it locally.

### Same cloud & region

When your Snowflake account is on the same cloud provider (e.g., AWS) and region (e.g., us-east-1) as SalesIntel, the connection is instantaneous. Data appears in your account as if it were a native table.

### Cross-region or cross-cloud sharing

If your account is in a different region or on a different cloud provider (e.g., your Snowflake is on Azure while ours is on AWS), Auto-Fulfillment is used:

* Snowflake securely replicates data to your specific region
* This eliminates high data transfer fees
* Updates occur automatically to ensure data freshness

<br>


---

# 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://developer.salesintel.io/salesintel-api-documentation/snowflake-data-share.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.
