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

# Moderation और सुरक्षा

> Vetox की moderation layers कैसे मिलकर काम करती हैं — Auto-Mod, AI Auto-Mod, एंटी-रेड, Protection, moderation tools और logging।

Vetox server को layers में सुरक्षित करता है। हर एक अलग तरह के ख़तरे को कवर करती है, और वे स्वतंत्र रूप से काम करती हैं — आप उन सबको चला सकते हैं या केवल जिनकी आपको ज़रूरत है।

## Layers

<CardGroup cols={2}>
  <Card title="Auto-Mod" icon="filter" href="/hi/moderation/auto-mod">
    Rule-आधारित message filtering: bad words, invites, links, caps, spam, mass mentions। मुफ़्त।
  </Card>

  <Card title="AI Auto-Mod" icon="sparkles" href="/hi/moderation/ai-auto-mod">
    Text match करने के बजाय meaning को समझता है। जो keyword rules छूट जाते हैं वे पकड़ता है। Black tier।
  </Card>

  <Card title="एंटी-रेड" icon="users-slash" href="/hi/moderation/anti-raid">
    Mass-join floods पहचानता है और संदिग्ध accounts को दरवाज़े पर screen करता है। Basic tier।
  </Card>

  <Card title="Protection" icon="lock" href="/hi/moderation/protection">
    Compromised moderator या rogue bot से हो सकने वाले नुक़सान को सीमित करता है। मुफ़्त।
  </Card>

  <Card title="Moderation tools" icon="gavel" href="/hi/moderation/moderation-tools">
    सक्रिय bans, mutes, timeouts और temporary roles को review और उठाएँ। मुफ़्त।
  </Card>

  <Card title="Logs" icon="scroll" href="/hi/moderation/logs">
    148 trackable events में आपके server में क्या हुआ इसका record। मुफ़्त।
  </Card>
</CardGroup>

## कौन-सी layer क्या पकड़ती है

| ख़तरा                                                   | संभालती है                                          |
| ------------------------------------------------------- | --------------------------------------------------- |
| Slurs, spam, invite links, caps abuse                   | [Auto-Mod](/hi/moderation/auto-mod)                 |
| Word filters से बचने के लिए phrased harassment या scams | [AI Auto-Mod](/hi/moderation/ai-auto-mod)           |
| Raid करने के लिए accounts की लहर                        | [एंटी-रेड](/hi/moderation/anti-raid)                |
| Throwaway या bot जैसे accounts joining                  | [एंटी-रेड join guard](/hi/moderation/anti-raid)     |
| Moderator account का compromise होना                    | [Protection](/hi/moderation/protection)             |
| एक malicious bot का जोड़ा जाना                          | [Protection](/hi/moderation/protection)             |
| हाथ से नियम enforce करना                                | [Commands](/hi/commands/moderation)                 |
| दंड review करना या पलटना                                | [Moderation tools](/hi/moderation/moderation-tools) |

<Note>
  Auto-Mod और AI Auto-Mod पूरक हैं, विकल्प नहीं। Auto-Mod तत्काल और मुफ़्त है और स्पष्ट मामलों को सस्ते में पकड़ता है। AI Auto-Mod intent पढ़ता है और बाक़ी पकड़ता है। Black पर server आमतौर पर दोनों चलाते हैं।
</Note>

## एक समझदार शुरुआत

<Steps>
  <Step title="जिन Auto-Mod rules की ज़रूरत है उन्हें चालू करें">
    हर rule **disabled** आता है। जब तक आप enable नहीं करते messages filter नहीं होते। अपनी community के लिए स्पष्ट rules से शुरू करें और समय के साथ और जोड़ें।
  </Step>

  <Step title="Logging जल्दी सेट करें">
    Logging कुछ नहीं ख़र्च करती और बाद में 'वास्तव में क्या हुआ' का उत्तर देती है। इसे ज़रूरत पड़ने से पहले enable करें, बाद में नहीं।
  </Step>

  <Step title="Protection limits जोड़ें">
    Protection मुफ़्त है और एकमात्र layer है जो तब मदद करती है जब एक trusted account आपके ख़िलाफ़ हो जाता है। शांत server पर भी इसे configure करें।
  </Step>

  <Step title="अगर आप सार्वजनिक रूप से listed हैं तो एंटी-रेड enable करें">
    यदि आपका invite कहीं सार्वजनिक रूप से posted है, तो आप अंततः raided होंगे। एंटी-रेड को Basic चाहिए।
  </Step>
</Steps>

## Exemptions

हर layer में लोगों और जगहों को enforcement से बाहर रखने का एक तरीक़ा है:

| Layer       | उपलब्ध exemptions                            |
| ----------- | -------------------------------------------- |
| Auto-Mod    | Per-rule disabled channels और disabled roles |
| AI Auto-Mod | Exempt roles, channels और individual members |
| Protection  | Whitelisted roles और users                   |
| एंटी-रेड    | प्रति join-guard condition configured        |

<Warning>
  Exemptions "moderation काम नहीं कर रहा" का सबसे आम कारण हैं। यदि कोई rule किसी को नज़रअंदाज़ कर रहा लगता है, तो rule टूटा मानने से पहले देखें कि क्या उनकी role किसी exemption list पर है।
</Warning>
