Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4e7ed50
add content
mirnawong1 Dec 8, 2025
2d32d29
refine
mirnawong1 Dec 9, 2025
781514e
merge
mirnawong1 Dec 24, 2025
36a9415
refactor
mirnawong1 Dec 24, 2025
ce9e11d
Merge branch 'current' into prompt-cookbook
mirnawong1 Jan 6, 2026
f9417d8
update examples to simplify
mirnawong1 Jan 6, 2026
99dba0a
Merge branch 'current' into prompt-cookbook
mirnawong1 Jan 6, 2026
6c95f70
update examples
mirnawong1 Jan 9, 2026
e3cda81
add comments
mirnawong1 Jan 9, 2026
0e30ef2
Merge branch 'current' into prompt-cookbook
mirnawong1 Jan 9, 2026
c22c52a
Merge branch 'current' into prompt-cookbook
mirnawong1 Jan 13, 2026
4e545bf
refine conclusion
mirnawong1 Jan 13, 2026
3c3e6e2
add crosslinks
mirnawong1 Jan 13, 2026
8ae0699
Merge branch 'current' into prompt-cookbook
mirnawong1 Jan 13, 2026
26db3a9
Update prompt-cookbook.md
mirnawong1 Jan 13, 2026
3f2b958
Update prompt-cookbook.md
mirnawong1 Jan 13, 2026
8c86c6b
merge
mirnawong1 Jan 13, 2026
e546899
comit m
mirnawong1 Jan 13, 2026
25f9132
Apply suggestions from code review
mirnawong1 Jan 13, 2026
afbe48c
remove asset
mirnawong1 Jan 13, 2026
a3f643a
update
mirnawong1 Jan 13, 2026
73287a9
fix conflict
mirnawong1 Jan 13, 2026
1d89ab1
Update website/docs/guides/prompt-cookbook.md
mirnawong1 Jan 13, 2026
b2789f6
Update prompt-cookbook.md
mirnawong1 Jan 14, 2026
ef4c394
Merge branch 'current' into prompt-cookbook
mirnawong1 Jan 15, 2026
4734d23
Merge branch 'current' into prompt-cookbook
mirnawong1 Jan 15, 2026
372cc17
Apply suggestions from code review
mirnawong1 Jan 15, 2026
fc6d2f3
Apply suggestions from code review
mirnawong1 Jan 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions website/docs/docs/cloud/copilot-chat-in-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Use the <Constant name="copilot" /> chat feature in <Constant name="cloud_ide" /
- Admins must [enable <Constant name="copilot" />](/docs/cloud/enable-dbt-copilot#enable-dbt-copilot) (and opt-in to AI features, if required) in your dbt Cloud project settings.

## Copilot chat overview
This section covers the different ways you can use <Constant name="copilot" /> chat in <Constant name="cloud_ide" />.

<Expandable alt_header="Generate SQL" >
<Tabs>
<TabItem value="generate-sql" label="Generate SQL">

Ask <Constant name="copilot" /> to generate SQL queries using natural language, making it faster to build or modify dbt models without manual SQL coding.

Expand All @@ -41,9 +43,9 @@ To generate SQL queries:

<Lightbox src="/img/docs/dbt-cloud/copilot-chat-generate-sql.png" width="70%" title="SQL option."/>

</Expandable>
</TabItem>

<Expandable alt_header="Mention a model in the project" >
<TabItem value="mention-model" label="Mention a model in the project">
⁠​
This model mention capability is designed to provide a much more project-aware experience than generic code assistants, enabling you to:

Expand All @@ -57,9 +59,9 @@ This model mention capability is designed to provide a much more project-aware e

</DocCarousel>

</Expandable>
</TabItem>

<Expandable alt_header="Add and replace buttons" >
<TabItem value="add-replace-buttons" label="Add and replace buttons">

Add generated code or content into your project, or replace the selected section with the <Constant name="copilot" /> suggestion, all directly from the chat interface. This lets you review and apply changes with a single click for an efficient workflow.⁠
⁠​<br />
Expand All @@ -73,4 +75,8 @@ Note, if the file is empty, you'll only see **Add** as an option, since there's

<Lightbox src="/img/docs/dbt-cloud/copilot-chat-add-replace.png" width="70%" title="Add and replace buttons."/>

</Expandable>
</TabItem>
</Tabs>

## Related docs
- [Prompt cookbook](/guides/prompt-cookbook) &mdash; Learn how to write effective prompts for dbt <Constant name="copilot" />
4 changes: 2 additions & 2 deletions website/docs/docs/cloud/dbt-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords: ["dbt Copilot", "dbt", "AI", "AI-powered", "dbt"]

<Constant name="copilot" /> embeds AI-driven assistance across every stage of the [analytics development life cycle (ADLC)](https://www.getdbt.com/resources/guides/the-analytics-development-lifecycle) and harnesses rich metadata—capturing relationships, lineage, and context &mdash; so you can deliver refined, trusted data products at speed.

With automatic code generation and using natural language prompts, <Constant name="copilot" /> can [generate code](/docs/cloud/use-dbt-copilot), [documentation](/docs/build/documentation), [data tests](/docs/build/data-tests), [metrics](/docs/build/metrics-overview), and [semantic models](/docs/build/semantic-models) for you with the click of a button in the [<Constant name="cloud_ide" />](/docs/cloud/studio-ide/develop-copilot), [<Constant name="visual_editor" />](/docs/cloud/build-canvas-copilot), and [<Constant name="query_page" />](/docs/explore/dbt-insights).
With automatic code generation and using natural language prompts, <Constant name="copilot" /> can [generate code](/docs/cloud/use-dbt-copilot), [documentation](/docs/build/documentation), [data tests](/docs/build/data-tests), [metrics](/docs/build/metrics-overview), and [semantic models](/docs/build/semantic-models) for you with the click of a button in the [<Constant name="cloud_ide" />](/docs/cloud/studio-ide/develop-copilot), [<Constant name="visual_editor" />](/docs/cloud/build-canvas-copilot), and [<Constant name="query_page" />](/docs/explore/dbt-insights). To learn about prompt best practices, check out the [Prompt cookbook](/guides/prompt-cookbook).

:::tip
<Constant name="copilot" /> is available on Starter, Enterprise, and Enterprise+ accounts. [Book a demo](https://www.getdbt.com/contact) to see how AI-driven development can streamline your workflow.
Expand All @@ -40,5 +40,5 @@ With automatic code generation and using natural language prompts, <Constant nam
- <Constant name="copilot" /> uses a best practice style guide to ensure consistency across teams.

:::tip
<Constant name="copilot" /> accelerates, but doesn’t replace, your analytics engineer. It helps deliver better data products faster, but always review AI-generated content, as it may be incorrect.
<Constant name="copilot" /> accelerates, but doesn’t replace, your analytics engineer. It helps deliver better data products faster, but always review AI-generated content, as it may be incorrect. To learn about prompt best practices, check out the [Prompt cookbook](/guides/prompt-cookbook).
:::
2 changes: 2 additions & 0 deletions website/docs/docs/cloud/use-dbt-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ This page explains how to use <Constant name="copilot" /> to:

:::tip
Check out our [dbt Copilot on-demand course](https://learn.getdbt.com/learn/course/dbt-copilot/welcome-to-dbt-copilot/welcome-5-mins) to learn how to use <Constant name="copilot" /> to generate resources, and more!

To learn about prompt best practices, check out the [Prompt cookbook](/guides/prompt-cookbook).
:::

## Generate resources
Expand Down
Loading
Loading