# Manage connections

Paradime allows **Admin users** to manage, configure, and modify **data warehouse connections** to run dbt™ commands. You can:

* **Change the default connection** used in the **Code IDE, Scheduler** and **Radar** environments.
* **Delete unused connections** to keep your workspace clean and organized.

### **Available Actions:**

* [**Set an Alternative Default Connection**](/app-help/documentation/settings/connections/manage-connections/set-alternative-default-connection.md)**:** Learn how to change the default data warehouse connection in Paradime.
* [**Delete Connections**](/app-help/documentation/settings/connections/manage-connections/delete-connections.md)**:** Learn how to remove an unused connection safely.

Each section provides step-by-step instructions and explains the implications of making changes to your connections.


---

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