โญ Beginner โฑ๏ธ 3 min read Output Formatting

๐Ÿ“ Define the Format โ€” Control How AI Responds

Learn how to specify output formats in your AI prompts. Master tables, bullet points, JSON, email formats and more with interactive examples.

โšก TL;DR

Tell AI exactly HOW to structure the output โ€” table, bullets, email, JSON โ€” based on how you'll USE it.

What Is It?

Defining the Format tells AI exactly HOW to structure its response. Without this, AI picks a format for you โ€” and it’s often not what you need.

Think of it like ordering a drink. “Coffee” gets you something. “A large flat white in a takeaway cup with one sugar” gets exactly what you want. The content is the same โ€” coffee โ€” but the format changes everything about how useful it is.

๐Ÿ’ก The format trick: Always think “how will I USE this output?” If you’re pasting into Excel, ask for a table. If you’re sending in Slack, ask for bullet points. If it’s a report, ask for headings and paragraphs.

When to Use It

  • โœ… When you need structured output (tables, lists, steps)
  • โœ… When you’ll paste the output into another tool
  • โœ… When you need to compare multiple items
  • โœ… When the default AI format doesn’t match your needs

Before & After

โŒ Before (No Format)

Tell me about project management tools

โœ… After (With Format)

Compare the top 5 project management tools for IT teams in a table with these columns: Tool Name, Best For, Price (per user/month), Key Feature, and Limitation. Then add 3 bullet points recommending which tool suits teams of different sizes.

What’s better: The response will be a neat, usable comparison table plus targeted recommendations โ€” ready to share with your team.

Platform Tips

Microsoft 365 Copilot

  • In Excel, Copilot understands table format natively โ€” “Create a table of…”
  • In PowerPoint, specify “as slide bullet points” for presentation-ready output
  • In Word, use “Format as a professional report with headings” for structured docs

ChatGPT

  • ChatGPT renders markdown well โ€” ask for tables, code blocks, and headers
  • “Format as a markdown table” gives clean, copy-pasteable output

Claude

  • Claude handles complex multi-part formats beautifully
  • Use XML tags for structure: <format>comparison table</format>

Gemini

  • Gemini defaults to bullet lists โ€” be explicit if you want tables or paragraphs
  • “Present this as a numbered step-by-step guide” works well

Real Examples from the Prompt Library

  1. Data Analysis โ€” Specifies table format for structured output
  2. Presentations โ€” Uses slide-ready format
  3. Summarising โ€” Controls output length and structure

๐Ÿงช Try It Yourself

Rewrite this vague prompt using the Define the Format technique:

Starter prompt (needs improvement):
Tell me about project management tools
Checklist โ€” does your prompt include:
โฌœ Specifies output format
โฌœ Describes desired structure
โฌœ Has a clear task
๐Ÿ’ก Stuck? Show example answer

Compare the top 5 project management tools for small IT teams (under 20 people) in a table with these columns: Tool Name, Monthly Cost per User, Best Feature, Biggest Limitation, and Best For. Then add 3 bullet points recommending which tool to use based on team size.

๐Ÿ”ง Fix This Prompt

This prompt is broken. Can you spot what's wrong and fix it?

Tell me about the pros and cons of Teams vs Slack
โฌœ Specifies output format
โฌœ Defines comparison criteria
โฌœ Includes a recommendation ask

โ“ Frequently Asked Questions

What output formats work best with AI?

The most useful formats are: bullet points (quick info), tables (comparisons), numbered lists (steps/processes), email format (communications), and JSON/code (developers). Match the format to how you'll USE the output.

Can I combine multiple formats in one prompt?

Absolutely! Try: 'Give me a table comparing the tools, then a bullet list of recommendations.' AI handles multi-format outputs well.

๐Ÿ’ฌ