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

# Manage dbt™ version

> Set and update the dbt Core™ version used by your Paradime workspace for the Code IDE, Bolt production jobs, and Agent background sessions.

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

The dbt™ Core version is used across your whole workspace: the Code IDE, Bolt schedules, and the catalog all run on it.

Workspace Admins can update it at any time in **Workspace Settings > General** using **Change version**.

<Arcade src="https://demo.arcade.software/Ru87EFItZZDQfX9SvUmq?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Upgrade dbt Core version" />

<Info>
  When you update the dbt™ Core version, all Paradime users are upgraded or downgraded to that version.
</Info>


## Related topics

- [Upgrade dbt Core™ version](/guides/upgrade-dbt-core-version.md)
- [Managing workspace configurations](/guides/paradime-101/getting-started-with-your-paradime-workspace/managing-workspace-configurations.md)
- [Standard roles and permissions](/products/settings/users/roles-and-permissions.md)
- [Configuration](/products/settings/configuration/index.md)
- [Role-based access control (RBAC)](/products/settings/users/role-based-access-control.md)
