# Running dbt™

Using the Paradime integrate terminal, you can run dbt™ CLI to develop and build your dbt™ models.

Check the list of all the available dbt™ commands [here](https://docs.getdbt.com/reference/dbt-commands).

To open a new terminal click on the `New Terminal` button or use the keyboard shortcut **`` ⌃⇧` `` / `` Ctrl+⇧+` ``**&#x20;

## dbt™ autocompletion

Paradime Integrated terminal provides autocompletion for both dbt™ commands  and you can tab-complete model, tag, source, and package selectors to node selection flags like `--select` and `--exclude`. Check out dbt™ syntax overview [docs](https://docs.getdbt.com/reference/node-selection/syntax).

Type dbt™ in your terminal and use `⇥tab` key in your keyboard to get dbt™ autocompletion.

{% hint style="info" %}
Use the `⇥tab` or `up/down` keys to navigate through the list of resources/ commands.
{% endhint %}

{% @arcade/embed flowId="NlINTp8XnuYi2Ojho0iH" url="<https://app.arcade.software/share/NlINTp8XnuYi2Ojho0iH>" %}

## dbt™ commands quick action&#x20;

The `Run dbt™ models` button allows users to quickly access dbt™ commands for the current file on focus in your Editor. Here you have a set of popular dbt™ commands such as `Build`/`Run`/`Test` with options to include:

* only the current selected resource: example `dbt run --select <model_name>`
* current selected resource with upstream dependencies: example  `dbt run --select +<model_name>`
* current selected resource with downstream dependencies: example  `dbt run --select <model_name>+`

Additionally you can check that your dbt™ environment is correctly setup and ready by selecting Check dbt™ is working from the context menu. This will run `dbt deps && dbt debug`.

{% @arcade/embed flowId="laY0wQfexxNkpLEiEX8L" url="<https://app.arcade.software/share/laY0wQfexxNkpLEiEX8L>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paradime.io/app-help/documentation/code-ide/terminal/running-dbt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
