Kubnal Bridge

Techniques & Methods

System Prompt

A system prompt is a set of instructions provided to an LLM before the conversation begins, typically by the application developer rather than the end user. It defines the model's persona, constraints, output format, and task context—for example, "You are a helpful customer service agent for Acme Corp."

System prompts are a primary tool for customizing LLM behavior in production applications. They can be used to restrict topics, enforce tone, inject context, and shape how the model handles user queries.

Authority Links

Related Terms