> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/products/settings/connections/manage-connections/set-alternative-default-connection.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.paradime.io/app-help/products/settings/connections/manage-connections/set-alternative-default-connection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
