# dbt setup and installation

dbt compiles and runs your analytics code against your data platform, enabling you and your team to collaborate on a single source of truth for metrics, insights, and business definitions. There are two options for deploying dbt:

* **dbt platform** (formerly dbt Cloud) runs the dbt Fusion engine or dbt Core in a hosted (single or multi-tenant) environment with a browser-based interface. The intuitive user interface aids you in setting up the various components. dbt comes equipped with turnkey support for scheduling jobs, CI/CD, hosting documentation, monitoring, and alerting. It also offers an integrated development environment (Studio IDE) and allows you to develop and run dbt commands from your local command line (CLI) or code editor.

* **dbt Core** is an open-source command line tool that you can install in a self-hosted environment, and communication with databases is facilitated through adapters.

If you're not sure which is the right solution for you, read our [What is dbt?](./introduction.md) and our [dbt features](./platform/about-platform/dbt-platform-features.md) articles to help you decide. If you still have questions, don't hesitate to [contact us](https://www.getdbt.com/contact/).

To begin configuring dbt now, select the option that is right for you.

[![](/img/icons/dbt-bit.svg)](./platform/about-platform-setup.md)

#### [dbt platform setup](./platform/about-platform-setup.md)

[Learn how to connect to a data platform, integrate with secure authentication methods, and configure a sync with a git repo.](./platform/about-platform-setup.md)

[![](/img/icons/dbt-bit.svg)](./local/install-dbt.md)

#### [Self-hosted dbt setup](./local/install-dbt.md)

[Learn how to set up self-hosted dbt using the dbt VS Code extension or CLI.](./local/install-dbt.md)

## Was this page helpful?

YesNo

[Privacy policy](https://www.getdbt.com/cloud/privacy-policy)[Create a GitHub issue](https://github.com/dbt-labs/docs.getdbt.com/issues)

This site is protected by reCAPTCHA and the Google [Privacy Policy](https://policies.google.com/privacy) and [Terms of Service](https://policies.google.com/terms) apply.
