title: "Custom Instructions for Personality Tuning",
summary:
"How custom instructions are injected into DevSpeak prompts, which tiers can use them, and how to write constraints that stay reliable.",
category: "advanced-configuration",
tags: [
"custom-instructions",
"prompt-injection",
"entitlements",
"translation-controls",
"prompt-builder",
],
lastReviewed: "2026-04-08",
};
Custom Instructions let you add stable rules to the translation prompt so DevSpeak produces output that matches your team conventions, document style, or implementation preferences.
Custom Instructions are appended as a dedicated CUSTOM INSTRUCTIONS block inside the server-side prompt builder. They do not bypass DevSpeak's format templates, but they do influence wording, priorities, code-style preferences, and required sections.
| Tier | Availability | Character Limit |
| :--------- | :------------ | :-------------- |
| Free | Not available | 0 |
| Vibecoder | Available | 10,000 |
| Developer | Available | 10,000 |
| Enterprise | Available | 10,000 |
1. Open Account Settings.
2. Add the constraints you want reused across translations.
3. Save the profile so the instructions are available for later requests.
4. Generate or refine output with your normal audience, context, and format selections.
``
Always use TypeScript for code examples.
Never suggest using Redux for state management.
Include a section on "Security Considerations" in all Technical Specs.
``
These instructions can change terminology, implementation defaults, and section emphasis. For example, a TypeScript rule can push code examples toward typed snippets even when the broader request is language-agnostic.
When using Custom Instructions, keep them narrow and testable.