> For the complete documentation index, see [llms.txt](https://datawarehouse-foundations.reapit.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datawarehouse-foundations.reapit.cloud/credentials-for-external-services.md).

# Credentials for external services

The Data Warehouse application is built using Snowflake, a cloud data warehouse provider.&#x20;

Depending on your choice of BI application, you will need to select ‘Snowflake' as database selection before adding any credentials provided by the Data Warehouse app.&#x20;

For more information on setting up on other BI applications, please take a look at the following video:&#x20;

{% embed url="<https://youtu.be/hro2CVE4Rn4>" %}

For the majority of every major BI application, you will need the following information which can be retrieved from your Data Share:&#x20;

#### URL

The direct URL to the data source server location&#x20;

#### DSN     &#x20;

The name of the data source (this will usually be an ODBC connection string that you will use in your chosen BI product)

#### Schema&#x20;

The name of the specific schema as it is stored in the warehouse

#### Warehouse      &#x20;

The name of the warehouse which has been provisioned (required for external use)

#### Region                &#x20;

The region in which the schema is stored

**Your Snowflake Account name**

The account id AND region from the Snowflake URL available on the 'Data' panel of the Data Warehouse app\
\
For example, if the URL is AB12345.eu-west-2.aws.snowflakecomputing.com

Your account name will be AB12345.eu-west-2.aws

**User Credentials**

The details of the user you have already created on the Users panel of the Data Warehouse app


---

# 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://datawarehouse-foundations.reapit.cloud/credentials-for-external-services.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.
