# Set alternative default connection

{% hint style="info" %}
Only [**Admin users**](/app-help/documentation/settings/users.md) can manage data warehouse connections.
{% endhint %}

### **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"**.

{% hint style="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**](/app-help/documentation/code-ide/terminal.md).
  {% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/7DLOV2LHQPKROfP14ngV>" flowId="7DLOV2LHQPKROfP14ngV" %}


---

# Agent Instructions: 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.paradime.io/app-help/documentation/settings/connections/manage-connections/set-alternative-default-connection.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.
