Formatting in Prompts
While Callgency AI prompts are primarily read by the AI (not rendered visually), using Markdown formatting makes your prompts much easier to edit, debug, and maintain over time.Why Use Markdown?
Better Organization
Clear headers and lists help you quickly scan and update sections of complex prompts.Team Collaboration
When multiple people work on prompts, Markdown structure ensures everyone can understand the flow.Easier Debugging
When reviewing transcripts, formatted prompts make it obvious which section the agent was following.Recommended Markdown Elements
Headers for Major Sections
Lists for Options
Bold for Emphasis
Code Blocks for Examples
Use backticks for phone numbers, addresses, or exact phrases:Structuring a Complete Prompt
Here’s how to use Markdown for a well-organized prompt:Best Practices
- Use consistent heading levels - Don’t skip from # to ###
- Keep lists parallel - Start each item the same way
- Add blank lines - Space out sections for readability
- Use bold sparingly - Only for truly important items
- Indent nested content - Makes hierarchy clear
What to Avoid
- Over-formatting - Don’t bold everything
- Complex tables - Keep it simple; lists work better
- Excessive nesting - 2-3 levels max
- Emoji overload - Use sparingly if at all

