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

# Environments

> Connect your data warehouse to Paradime for the Code IDE, Bolt, and Agent environments, and manage cost connections and connection security.

Paradime connects to your data warehouse separately for each environment. You configure these connections in **Workspace Settings > Environments**.

| Environment | Used by                                        |
| ----------- | ---------------------------------------------- |
| Code IDE    | Running dbt™ from the terminal in the Code IDE |
| Bolt        | Production jobs run by Bolt                    |
| Agent       | Background agent sessions                      |
| Radar       | Data warehouse cost insights                   |

For warehouse-specific setup steps and connection fields, see the [data warehouse integration pages](/integrations/snowflake/index) (Snowflake, BigQuery, Redshift, and more).

## In this section

<CardGroup cols={2}>
  <Card title="Code IDE" href="/products/settings/connections/development-environment/index" icon="code" horizontal>
    Connect a warehouse for dbt™ development in the Code IDE.
  </Card>

  <Card title="Bolt" href="/products/settings/connections/scheduler-environment/index" icon="calendar" horizontal>
    Connect a warehouse for Bolt production jobs.
  </Card>

  <Card title="Agent" href="/products/settings/connections/dinoai-background-agent-environment/index" icon="robot" horizontal>
    Connect a warehouse for Agent background sessions.
  </Card>

  <Card title="Radar environment" href="/products/settings/connections/cost-connection/index" icon="dollar-sign" horizontal>
    Connect your warehouse to Radar for cost insights.
  </Card>
</CardGroup>

## Related

<CardGroup cols={2}>
  <Card title="Manage connections" href="/guides/data-warehouse-essentials/manage-connections/index" icon="sliders" horizontal>
    Set a default connection or delete connections.
  </Card>

  <Card title="Optional connection attributes" href="/guides/data-warehouse-essentials/optional-connection-attributes" icon="gear" horizontal>
    Configure additional `profiles.yml` attributes for a connection.
  </Card>
</CardGroup>


## Related topics

- [Translating Key Terms](/guides/migrations/dbt-cloud-tm-importer/translation-of-key-terms.md)
- [Virtual Environments](/developers/virtual-environments/index.md)
- [Environment Management](/guides/dbt-fundamentals/configuring-your-dbt-project/environment-management.md)
- [Bolt environment](/products/settings/connections/scheduler-environment/index.md)
- [Radar environment](/products/settings/connections/cost-connection/index.md)
