> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Set alternative default connection

> Configure an alternative default warehouse connection in Paradime so users or environments can run dbt™ against a different database without editing profiles.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

<Info>
  Only [**Admin users**](/products/settings/users/index) can manage data warehouse connections.
</Info>

### **What is the Default Connection?**

* The **default Code IDE connection** is used to **run dbt™ commands** in Paradime.
* During onboarding, **the first connection added** to the **Code IDE Environment** or **Scheduler Environment** is automatically set as the **default connection**.
* You may need to change this default if your workflow requires a different data warehouse connection.

### **How to Change the Default Connection**

1. **Go to** **Settings > Connections**.
2. **Find the connection** you want to set as default (e.g., Code IDE, Scheduler, etc.).
3. **Click** the **View** button.
4. **Click** the **More (`...`)** button in the connection settings menu.
5. **Select** **"Set as Default"**.

<Warning>
  **Implications of Changing the Default Connection**

  * **Affects All Users**: Updating the default **Code IDE Environment connection** will impact **all Paradime users**.
  * **Changes dbt™ Execution**: The new default connection will be used to **run dbt™ commands** in the Paradime [**Terminal**](/products/code-ide/run-and-preview/index).
</Warning>

<Arcade src="https://demo.arcade.software/7DLOV2LHQPKROfP14ngV?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Set alternative default connection" />


## Related topics

- [Manage connections](/guides/data-warehouse-essentials/manage-connections/index.md)
- [Setting Up Data Warehouse Connections](/guides/paradime-101/getting-started-with-your-paradime-workspace/setting-up-data-warehouse-connections.md)
- [BigQuery cost connection](/integrations/bigquery/cost-connection.md)
- [Snowflake cost connection](/integrations/snowflake/cost-connection.md)
- [Environments](/products/settings/connections/index.md)
