# Troubleshooting and FAQs

Below are common questions and issues encountered during setup.

## Common Issues

| Issue                                              | Potential Cause                                              | Recommended Solution                                                                                                                    |
| -------------------------------------------------- | ------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| Listing not visible in "Shared with you" tab       | Account Identifier provided was incorrect or contains a typo | Verify your Account Identifier by running SELECT CURRENT\_ACCOUNT(); and send the result to your SalesIntel representative              |
| "Get Data" button is greyed out or inactive        | Not logged in with ACCOUNTADMIN role                         | Ensure your active role is set to ACCOUNTADMIN. Only this role has permissions to accept third-party data shares                        |
| Cross-region data not appearing immediately        | Auto-fulfillment (replication) is in progress                | For cross-cloud or cross-region shares, Snowflake may require 15–30 minutes to replicate data to your region                            |
| Database created, but other users cannot access it | Permissions not granted to functional roles                  | Navigate to the Data tab, locate the SalesIntel database, and grant USAGE permissions to required roles (e.g., ANALYST, DATA\_ENGINEER) |

## Frequently Asked Questions

**Does SalesIntel data consume my Snowflake storage credits?**

No. This is a Direct Share, meaning data is stored in SalesIntel's account. You only pay for the compute (warehouse) credits used when querying the data.

**Can I join SalesIntel data with my internal tables?**

Yes. Once the local database is created from the share, you can perform standard SQL joins between SalesIntel tables and your internal data tables seamlessly.

**What happens if we change our Snowflake Edition?**

Upgrading your Snowflake edition (e.g., from Standard to Business Critical) will not affect the share. However, if you move your account to a new region or cloud provider, please notify SalesIntel so we can update the sharing configuration.


---

# 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/troubleshooting-and-faqs.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.
