Skip to Content
DocsPrompt EditorOverview

Prompt Editor

The Prompt Editor is the heart of LLMx Prompt Studio — a professional-grade environment for writing, testing, and managing AI prompts. Whether you’re a prompt engineer fine-tuning language model interactions or a business user creating conversational templates, the editor provides the tools you need to build reliable, production-ready prompts.

What You Can Do

  • Write prompts with syntax highlighting and intelligent autocomplete
  • Use variables to create dynamic, reusable templates with 60+ built-in helper functions
  • Compose prompts by injecting one prompt into another for modular designs
  • Track versions automatically, with the ability to restore any previous state
  • Collaborate with team members through real-time save indicators

Documentation Sections

GuideDescriptionAudience
Getting StartedCreate your first prompt in 5 minutesEveryone
Editor BasicsMaster the editor interface, shortcuts, and savingEveryone
Metadata PanelVariables, tags, settings, and render previewEveryone
Variables & TemplatesDynamic content with N8N template syntaxTechnical
Prompt InjectionCompose prompts from reusable componentsTechnical
Version ControlHistory, comparison, and restorationEveryone
Import & ExportBackup, migrate, and share prompt librariesEveryone

Quick Reference

Keyboard Shortcuts

ActionMacWindows/Linux
SaveCmd + SCtrl + S
Quick RunCmd + EnterCtrl + Enter
Command PaletteCmd + Shift + ICtrl + Shift + I
FindCmd + FCtrl + F
Find & ReplaceCmd + HCtrl + H

Syntax Quick Look

Variables: {{ variableName }} Helpers: {{ $uppercase(name) }} Injections: [[ folder/prompt-name ]] With overrides: [[ prompt | key=value ]]

Next Steps

New to LLMx Prompt Studio? Start with the Getting Started guide to create your first prompt.

Looking to build dynamic templates? Jump to Variables & Templates for the complete reference.

Last updated on