# Configuring Data Share

## Required Information

To establish a secure connection between SalesIntel and your Snowflake account, please provide your Data Sharing Account Identifier to your SalesIntel success team:

| Required Detail                 | Description                      | Example          |
| ------------------------------- | -------------------------------- | ---------------- |
| Data Sharing Account Identifier | Your unique account name/locator | OQHVFZT.HRC05820 |

How to locate your identifier:

**Method 1:** Log into your Snowflake console and navigate to the bottom-left corner. Hover over Account, then hover over your active account and click View account details to retrieve the Data Sharing Account Identifier in ORGNAME.ACCOUNTNAME format.

**Method 2:** Execute the following command in a Snowflake worksheet:

SELECT CURRENT\_ORGANIZATION\_NAME() || '.' || CURRENT\_ACCOUNT\_NAME();

## Setup Instructions

Once SalesIntel publishes the listing to your account, you will receive a confirmation email. Follow these steps to access the data through the Snowflake Horizon Catalog interface.

### Step 1: Navigate to External Sharing

1. Log in to your Snowflake account as an Account Administrator (ACCOUNTADMIN)
2. In the left navigation sidebar, locate Horizon Catalog
3. Click Data sharing
4. Select External sharing from the menu

### Step 2: Accept the Shared Data

1. Ensure the Shared with you tab is selected
2. Locate the listing from SalesIntel under Direct Shares
3. Click on the listing and select Get Data

### Step 3: Create Database and Assign Access

1. Provide a name for the local database (e.g., SALESINTEL\_DATA)
2. Select which Roles should have permission to query this data (e.g., ANALYST\_ROLE)
3. Click Create Database

### Step 4: Validate Access

The database is now available in your worksheet objects. You can begin querying immediately - no manual refresh is required. All updates from SalesIntel flow automatically to this database.

<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/configuring-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.
