> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trypillow.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Steer your agent with notes

> Give your agent the rules, context, and terminology it should follow in every interview.

Notes are instructions your agent follows as ground truth during the interview. Where goals tell the agent *what to learn*, notes tell it *how to behave*: the constraints, context, and terminology to respect every time.

## Add a note

Open **Notes** in the Study Builder, or the **Brief** tab in study settings, and add a short instruction. You can add or edit notes at any time, including after a study is live, to adjust how the agent behaves mid-study.

## What to put in a note

Use notes for anything the agent should follow that doesn't belong in a goal:

* **Constraints**: "Don't ask about pricing." "Never promise a refund."
* **Terminology**: "Call it the Inbox, not the Feed."
* **Background context**: "We shipped checkout v2 last week; some customers are still on v1."
* **Behavioral instructions**: "If they mention a bug, ask for the steps to reproduce it."
* **A/B variants**: "Variant B customers see the new onboarding. Ask about that flow."

## Notes vs. goals

* **Goals** define the topics the agent covers, the things you want to learn.
* **Notes** define how the agent conducts the interview, the rules and context it respects.

Goals shape the conversation's scope; notes shape its conduct. When the two could conflict, the agent follows your notes.

<Tip>
  Notes are the fastest way to correct agent behavior. If interviews aren't going the way you want, add a note instead of reworking your goals.
</Tip>

## What's next

<CardGroup cols={2}>
  <Card title="Create a study" icon="plus" href="/guides/create-study">
    Set up goals, agent, and notes in the builder.
  </Card>

  <Card title="Persona attributes" icon="user" href="/guides/persona-attributes">
    Give the agent context about who it's interviewing.
  </Card>

  <Card title="Customize outreach" icon="pencil" href="/guides/customize-outreach">
    Write the first message participants see.
  </Card>

  <Card title="Review interviews" icon="eye" href="/guides/review-interviews">
    Check how your changes land in real interviews.
  </Card>
</CardGroup>
