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

# Paradime Apps Navigation

> Paradime Apps Navigation: Navigate and utilize Paradime applications for dbt™ projects. Enhance workflow efficiency.

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

Using the Paradime Global search enable to quickly move across apps, open settings, add users and preview bolt schedules runs status from anywhere in Paradime.

You can also quickly search for Paradime help docs on the fly.

To activate Global Search, click on the input on the top of your screen, or use the keyboard shortcut `cmd+K` or `ctrl+K`.

<Arcade src="https://demo.arcade.software/TJtCAEuaZu8rRBNnEj6M?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Paradime Apps Navigation" />


## Related topics

- [Nodes navigation](/products/data-catalog/lineage/nodes-navigation.md)
- [File Navigation](/products/code-ide/user-interface/file-navigation.md)
- [Global Search](/guides/paradime-fundamentals/global-search/index.md)
- [Sharing your Paradime logs](/get-help/sharing-your-paradime-logs.md)
- [Support](/get-help/support.md)
