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

# Query Restrictions

> Limit the total number of queries a user can perform.

export const what_0 = "Enforce a restriction on the number of queries a user can make to your model."

export const how_0 = "Limits attacker success against AI systems that require many queries to a model to sufficiently attack."

export const implement_0 = "Query limiting thresholds based on report."

Limit the total number of queries a user can perform. Whilst typically leveraged by service providers during massive system load from user demand, this approach also limits the success large number of cyber-attack types against AI systems (extraction, inversion, evasion) that require many queries to a model to sufficient attack a model.

## Explanation

{what_0} 

## How it works

{how_0} 

## How to implement

{implement_0} 
