> ## 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

> Alternative Default Connection: Configure alternative default connections for dbt™ projects. Enhance data management flexibility.

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/terminal/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](/products/settings/connections/manage-connections/index.md)
- [dbt™ Commands](/products/bolt/creating-schedules/command-settings/dbt-tm-commands.md)
- [Setting Up Data Warehouse Connections](/guides/paradime-101/getting-started-with-your-paradime-workspace/setting-up-data-warehouse-connections.md)
- [Default Roles and Permissions](/products/settings/users/roles-and-permissions.md)
- [BigQuery cost connection](/products/settings/connections/cost-connection/bigquery-cost-connection.md)
