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

# Upgrade dbt Core™ version

> Upgrade dbt Core™: Guide to upgrading dbt Core™ versions in Paradime. Ensure your dbt™ projects are up-to-date.

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

In Paradime, projects are configured to use some version of dbt Core™️. Workspace Admins can update the dbt Core™️ version at any time by navigating to Paradime *Workspace Settings > Workspace*.

<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 updating the dbt Core™️ version, all Paradime users will be upgraded or downgraded.
</Info>


## Related topics

- [Managing workspace configurations](/guides/paradime-101/getting-started-with-your-paradime-workspace/managing-workspace-configurations.md)
- [Setting up your dbt_project.yml](/guides/dbt-fundamentals/configuring-your-dbt-project/setting-up-your-dbt_project.yml.md)
- [CLI and feature availability errors](/get-help/error-list/cli-and-feature-availability-errors.md)
- [Manage Users](/products/settings/users/manage-users.md)
- [dbt™ fundamentals](/guides/dbt-fundamentals/index.md)
