Why Formatting Matters
AI models are trained on structured content from the web – legal documents, code, technical documentation. When you use clear formatting, the AI recognizes patterns and follows your instructions more precisely. It’s the difference between dumping everything in one paragraph versus organizing it into clear sections.Basic Formatting Tools
Headers for Organization
Use headers to break your prompt into logical sections. The AI treats each section as a distinct instruction set.#= Primary heading (main topic)##= Secondary heading (subtopic)###= Tertiary heading (details)
Lists for Multiple Items
When you have multiple requirements or options, use lists instead of run-on sentences. Instead of this: “Review for liability issues and indemnification problems and warranty concerns and also check the limitation of liability” Use this:Bold and Emphasis
Use formatting to highlight key instructions:**Bold text**for important points*Italic text*for definitions or clarificationCAPSsparingly for critical warnings
Structuring Complex Prompts
The Section Break Method
For multi-part prompts, use clear section breaks. This tells the AI when one instruction ends and another begins.The Step-by-Step Format
When you need sequential analysis, number your steps:The Internal Notes Technique
Use formatting to separate what the AI should think about versus what it should output:Formatting for Different AI Models
Different AI tools respond better to different formatting styles: ChatGPT/GPT-4: Responds well to markdown with hashtag headers and clear bullets. Claude: Prefers section breaks and sometimes HTML-style tags like<context> and </context> for very clear boundaries.
General Rule: When in doubt, use markdown formatting – it works across most platforms.
Tables for Structured Information
When you need comparative analysis or multiple data points, request table format:Common Formatting Mistakes
- Wall of Text Don’t write everything in one giant paragraph. The AI struggles to identify distinct instructions and may miss key requirements.
- Overformatting Don’t use every formatting option at once. Too much formatting becomes noise. Pick 2–3 techniques that serve your purpose.
- Inconsistent Structure If you start with numbered steps, continue with numbers. Don’t switch between numbers, bullets, and headers randomly.
- Missing Output Instructions Always specify how you want results formatted. Without guidance, the AI chooses its own format, which might not meet your needs.
Quick Formatting Templates
For Contract Review
For Comparison
For Email Drafting
Special Characters and Symbols
Some symbols have special meaning in prompts:---creates a visual separator between sections`code blocks`preserve exact formatting>creates quoted text for examples|helps create tables
Testing Your Formatting
To check if your formatting is working:- Look at your prompt – can you quickly identify each section?
- Run the prompt – does the AI address each section distinctly?
- Check the output – does it match your requested format?