> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindgard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Separate System Instructions

> Structure prompts with clear delineation between system instructions and user input.

export const what_0 = "Implement a structured prompt format that clearly separates system instructions from user input."

export const how_0 = "Use special characters, formatting, or designated sections to distinguish between system instructions and user-provided content."

export const implement_0 = "Design a prompt template with distinct sections for system instructions and user input, use consistent delimiters or markers, and validate that the model correctly interprets the separated components."

Structure prompts with clear delineation between system instructions and user input, often using special characters or formatting to separate the two.

## Explanation

{what_0} 

## How it works

{how_0} 

## How to implement

{implement_0} 
