> For the complete documentation index, see [llms.txt](https://docs.questera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.questera.ai/integrations/analytics-and-business-intelligence/snowflake.md).

# Snowflake

## Snowflake credential requirements

Snowflake allows for cross account data access via secure [data shares](https://docs.snowflake.net/manuals/user-guide/data-sharing-intro.html) and Simon takes advantage of this capability so you can share the required schemas, tables and fields directly into your Simon account.

Start by setting up a [secure data share in Snowflake](https://docs.snowflake.net/manuals/user-guide/data-sharing-gs.html), then:

1. Create a `share` using the `accountadmin` role.
2. Add `objects` to the share by granting privileges.
3. Add Simon's Snowflake account to the newly created share.<br>

### Configure Snowflake

* Now go to <https://app.questlabs.ai/admin/integrations> .

<figure><img src="/files/OZjg2wrsKFT1N0qTGuRX" alt=""><figcaption></figcaption></figure>

* Now select the Snowflake. Enter your Credentials here.
* In Snowflake Account URL enter the the complete URL. Follow the Snowflake Documentation to generate the Account URL: <https://docs.snowflake.com/en/user-guide/admin-account-identifier>

```postman_json
https://<account_identifier>.snowflakecomputing.com
```

* Enter the Username and Password. Make sure that user has the rights to access the Warehouses, Databases and schemas that you want to access. Follow the documentation to generate the User: <https://docs.snowflake.com/en/user-guide/tutorials/users-and-roles-tutorial#introduction>

<figure><img src="/files/qJVRo0Ix1Hk7COb8BujK" alt=""><figcaption></figcaption></figure>

* Now click on Save.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.questera.ai/integrations/analytics-and-business-intelligence/snowflake.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.
