A prompt template is a reusable text structure with placeholders that can be filled dynamically before being sent to a language model. It standardizes how you interact with AI: instead of writing a new prompt every time, you fill in variables like {customer_name} or {product_description}. Templates ensure consistent output quality across teams and make it easy to test and iterate on prompts. They are the backbone of production AI systems.