Overview
mixus has multiple layers where you can provide instructions to the AI. Choosing the right layer ensures your instructions have maximum impact and don’t get lost in long conversations.Key Principle: Put instructions as close as possible to where they’ll be
used. The closer the instruction is to the action, the more likely the AI will
follow it.
Instruction Layers (Priority Order)
1. Organization Rules (Highest Scope)
1. Organization Rules (Highest Scope)
Impact: High | Scope: All users in organizationOrganization-wide rules that apply to every conversation and agent in your organization.Best for:
- Company communication standards
- Compliance requirements
- Brand voice guidelines
- Industry-specific terminology
2. User Custom Instructions
2. User Custom Instructions
Impact: Medium-High | Scope: Individual user Personal preferences that
apply to all your conversations. Best for: - Personal communication style
- Signature preferences - Response format preferences - Language/tone
preferences How to set: Go to Settings → Chat → Custom
Instructions Example:
Keep responses concise and bullet-pointed. Use casual, friendly tone. My timezone is PST.
3. Agent System Prompt
3. Agent System Prompt
Impact: Medium-High | Scope: Specific agent Custom instructions that
define how a specific agent template behaves. Best for: - Agent-specific
behavior customization - Domain expertise injection - Workflow-specific rules
- Output format requirements How to set: When creating/editing an agent,
configure the System Prompt field. Example:
You are a sales report analyst. Focus on: - Quarter-over-quarter comparisons - Revenue trends by region - Top performing products Always format output as a markdown table.
4. Agent Step Instructions
4. Agent Step Instructions
Impact: Medium | Scope: Specific step Instructions for individual
steps within an agent workflow. Best for: - Step-specific guidance - Task
descriptions - Context for each action How to set: Define each step’s
description when creating the agent. Example:
Step 1: "Search my Gmail for emails from investors in the past week" Step 2: "Create a summary document with key points and action items" Step 3: "Draft a response addressing their main concerns"5. Memory Files
5. Memory Files
Impact: Medium | Scope: Retrieved when relevantKnowledge stored in your memory that the AI can retrieve.Best for:
- Reference information
- Templates and examples
- Historical data
- Domain knowledge
Decision Guide: Where to Put Instructions
Organization Rules
Use when the instruction should apply to everyone in your organization,
for every conversation. Examples: - “Always CC compliance on financial
discussions” - “Use metric units for measurements”
User Instructions
Use for personal preferences that should apply to all your
conversations. Examples: - “I prefer bullet points” - “My timezone is EST”
Agent System Prompt
Use when the instruction should apply to all runs of a specific agent.
Examples: - “Focus on Q4 metrics” - “Output in JSON format”
Agent Steps
Use for task-specific instructions within a workflow. Examples: -
“Search emails from last 7 days” - “Draft reply addressing pricing”
Best Practices
Do’s
Write goal-oriented instructions, not tool-specific ones
Use first-person language in agent steps
Keep instructions concise and specific
Put instructions where they’re most relevant
Don’ts
If you say “be professional” in org rules, user instructions, AND agent prompt, you’re wasting context space. The AI understands natural language. Write instructions as if explaining to a colleague. Let the AI figure out how to accomplish the goal. Focus on what, not how.Handling Long Conversations
When Context Gets Too Large
- Start a Fresh Chat: For new topics, starting a new chat gives the AI a fresh context
- Use Agent Chaining: Split complex workflows into multiple agents that pass results to each other
- Create Micro-Agents: Build specialized agents for specific tasks rather than one agent that does everything
Signs of Context Bloat
- AI stops following earlier instructions
- AI uses wrong tools or approaches
- Inconsistent behavior during long conversations
- AI “forgets” information from earlier in the conversation

