# hooks.dbt\_ref

`hooks.dbt_ref` allows users to access dbt models as Pandas DataFrames in their tasks. More on this in the [dbt](/v0.2.0/adapters/dbt.md) section.

{% hint style="warning" %}
**Warning:** `hooks.dbt_ref` does NOT materialize your models for you! You'll need to materialize them yourselve (e.g., with `dbt run`) before using Prism's hooks.
{% endhint %}

In addition, consult the [API reference](/v0.2.0/api-reference/prismhooks/hooks.dbt_ref-....md) for details on the technical specifications of `hooks.dbt_ref`.


---

# 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.runprism.com/v0.2.0/fundamentals/tasks/hooks/hooks.dbt_ref.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.
