What system instructions are
System instructions are the verb’s persistent behavior rules. Quick facts:- Set in Dashboard -> Bot -> AI Engine -> Behavior
- Field name:
systemInstructions - Limit:
8000characters
- how the verb should behave
- response format and tone constraints
- uncertainty policy (what to do when information is missing)
- boundaries and refusal style
Interaction with other configuration layers
| Layer | What it should contain |
|---|---|
systemInstructions | Behavior rules and output formatting policy |
| Training examples | Input/output style patterns and phrasing examples |
| Long-term memory | Durable facts/preferences from conversation |
| Knowledge entries | Structured factual/reference information |
| Conversation context | Recent turns from active chat/thread/session |
Practical precedence model
Use this order for authoring:- Put behavior policy in system instructions.
- Put canonical facts in knowledge entries.
- Put durable user/world facts in long-term memory.
- Use training examples for style and recurring patterns.
Best-practice template
Common mistakes
Putting factual docs only in system instructions
Putting factual docs only in system instructions
Put facts in knowledge entries; keep system instructions focused on behavior policy.
Conflicting rules
Conflicting rules
Avoid mixing contradictory rules like “be very short” and “be extremely detailed” in the same instruction set.
No uncertainty policy
No uncertainty policy
Include explicit fallback behavior for missing info to reduce hallucinations.
Overlong and vague instructions
Overlong and vague instructions
Keep instructions concrete and testable; split long policy into clear bullets.

