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

# Code IDE

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 Paradime Integrated Development Environment (IDE) is a real-time editing and execution platform for your dbt™ project, accessible directly from your browser. With Paradime's IDE, you can develop, run, test, and version control your dbt™ project seamlessly.

To get started, follow our step-by-step tutorial:

<Arcade src="https://demo.arcade.software/pQ26h05ZDdtvbbuTwabq?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Code IDE" />

For detailed information on each feature, explore Paradime's Code IDE documentation

<Card title="User Interface" href="/products/code-ide/user-interface/index" horizontal icon="arrow-right" />

<Card title="Left Panel" href="/products/code-ide/left-panel/index" horizontal icon="arrow-right" />

<Card title="Command Panel" href="/products/code-ide/command-panel/index" horizontal icon="arrow-right" />

<Card title="Terminal" href="/products/code-ide/terminal/index" horizontal icon="arrow-right" />

<Card title="Dino Ai" href="/products/dino-ai/index" horizontal icon="arrow-right" />

<Card title="Additional Features" href="/products/code-ide/additional-features/index" horizontal icon="arrow-right" />


## Related topics

- [Code IDE](/products/code-ide/index.md)
- [Environment Variables](/products/settings/environment-variables/index.md)
- [Restart Code IDE](/get-help/error-list/restart-code-ide.md)
- [Code IDE environment](/products/settings/connections/development-environment/index.md)
- [Data Exploration in the Code IDE](/guides/paradime-101/getting-started-with-the-paradime-ide/data-exploration-in-the-code-ide.md)
