Snowflake Cortex AI Connector Guide > Snowflake Cortex AI connections > Snowflake Cortex AI connection properties
  

Snowflake Cortex AI connection properties

To configure the Snowflake Cortex AI connection, enter the account identifier in the Account_Identifier property within the Connection Properties section. This identifier is used to used to access the Snowflake account.
To find your account identifier, run the following query in Snowflake Web UI:
SELECT CURRENT_ORGANIZATION_NAME() || '-' || CURRENT_ACCOUNT_NAME();
The account identifier must not contain underscores (_). If underscores (_) are present, you must replace them with hyphens (-).