> ## 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.

# Apply Context Windows

> Limit the length of the input text.

export const what_0 = "Use context windows to limit the length of the input text to prevent the model from processing long, complex, or injections within prompts."

export const how_0 = "Prevents the model from processing long, complex, or injections within prompts."

export const implement_0 = "Set a maximum length for input text, and test thoroughly to ensure it effectively blocks malicious prompts while allowing legitimate ones."

Anonymization removes sensitive information from training data to protect privacy and maintain data integrity, ensuring the model's training does not compromise confidentiality.

## Explanation

{what_0} 

## How it works

{how_0} 

## How to implement

{implement_0} 
