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

# Filters

> Setup automod rules filters for your guild

<Icon icon="eye-off" size={32} />

# How to setup filter automod rules

<Steps>
  <Step title="Enable keyword filter">
    <code>;filter keyword enable</code>
  </Step>

  <Step title="Add a filter keyword">
    <code>;filter add dumb</code>
  </Step>

  <Step title="Enable links filter">
    <code>;filter links enable</code>
  </Step>

  <Step title="Enable nickname filter">
    <code>;filter nicknames enable</code>
  </Step>

  <Step title="Enable massmention filter">
    <code>;filter massmention enable --threshold 4</code>
  </Step>

  <Step title="Enable caps filter">
    <code>;filter caps enable --threshold 10</code>
  </Step>

  <Step title="View filter settings">
    <code>;filter settings</code>
  </Step>

  <Step title="whitelist a user/roles from filters">
    <code>;filter whitelist @.x.xz</code>
  </Step>

  <Step title="View all whitelisted users/roles">
    <code>;filter whitelisted</code>
  </Step>
</Steps>

<Warning>You require manage\_guild and administrator permissions to run these commands</Warning>
