Published: September 12, 2025
by Gal Oshri, Chloe Chan, Neil Palleti and Kyle Gilbreath
If you’ve ever told Databricks Assistant something like “use snake_case,” “prefer Plotly,” or “pull sales from catalog.schema.gold_sales” you’ve probably said it more than once. Repeating the same thing every session gets old fast.
This is where Databricks Assistant Instructions come in. Instead of reminding the Assistant every time, you set your preferences once and they carry into every conversation. It’s like handing the Assistant your style guide and domain notes upfront, so it just works the way you expect.
Instructions are short, reusable snippets that the Assistant automatically considers when responding. They help you with:
Your instructions sit alongside your prompts so the Assistant can follow your guardrails without you repeating them. Let’s look at some examples.
If you want to use Plotly when generating visualizations, just type the following in the Assistant chat:
/addInstruction use plotly for visualization
The Assistant will then remember this instruction and automatically include it in every chat. Using the command /addInstruction, you can also tell the Assistant to do things like:
/addInstruction Keep chart colors in [your brand palette]
/addInstruction Use catalog.schema.gold_sales for sales data
/addInstruction Follow snake_casing for variable names
/addInstruction Recognize and use your domain-specific acronyms
/addInstruction Round all monetary values to two decimal places
With Instructions, the Assistant learns once and applies your guidance everywhere, reducing rework and helping you get to results faster.
Some instructions may apply to all users in your workspace, whereas others are more relevant to you. To support this, the Assistant has two types of instructions:
Only the first 4,000 characters from each file are included in Assistant conversations. This ensures responses stay high-quality and focused.
It is really easy to add instructions, so you can do it without losing your current context. There are two lightweight paths:
Databricks Assistant automatically picks up the instructions the next time you interact with it. Your instructions guide the Assistant’s responses, though they may not be applied perfectly in every case.
We wanted to share a few tips that can help you get the most out of Assistant instructions:
Treat your instructions like a knowledge and style guide. Small edits over time can help save you hours as the Assistant becomes more and more useful for your work.
To get started, try with one instruction you always repeat—like your charting library or preferred variable style. From then on, the Databricks Assistant will start from your standards, not from scratch.
Please read our product documentation to learn more about Databricks Assistant Instructions. We’re excited to see how it streamlines your AI-assisted workflows.