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

# Glossary

> Every term that appears in Lucie's documentation, explained in one line.

Terms marked with a <span style={{textDecoration: "underline dotted 2px #f7a1c4", textUnderlineOffset: "3px"}}>dotted underline</span> throughout the documentation are explained when you hover over them. Here they all are in one place.

## General

<AccordionGroup>
  <Accordion title="prefix">
    The character you type before a command name so Lucie recognizes it. `!` by default, configurable per server with `!setprefix`.
  </Accordion>

  <Accordion title="slash commands">
    Commands that show up in Discord's menu when you type "/", with no prefix needed. They work even if you install Lucie as a user app.
  </Accordion>

  <Accordion title="AI mode">
    Conversational mode: Lucie answers in chat without needing commands. Toggled per server with `!ai`.
  </Accordion>

  <Accordion title="vanity">
    The server's custom invite (discord.gg/name) that people can show in their status.
  </Accordion>

  <Accordion title="boost">
    An upgrade a member gives the server with Discord Nitro; whoever gives it is a booster.
  </Accordion>
</AccordionGroup>

## Snipes

<AccordionGroup>
  <Accordion title="snipe">
    Recovering a message that was just deleted in the channel.
  </Accordion>

  <Accordion title="buffer">
    Lucie's own in-memory record of recent messages, separate from Discord's cache. It's what lets her cover the full 2 hours.
  </Accordion>

  <Accordion title="cache">
    The temporary memory where Discord keeps recent messages; it is limited and clears itself.
  </Accordion>
</AccordionGroup>

## Moderation

<AccordionGroup>
  <Accordion title="case">
    A numbered record of a sanction — who issued it, why, and when — that you can look up later with `!case`.
  </Accordion>

  <Accordion title="record">
    All of a user's cases on the server. You look it up with `!modlogs`.
  </Accordion>

  <Accordion title="timeout">
    Discord's native temporary silence: they can't type or speak until it expires.
  </Accordion>

  <Accordion title="bulk delete">
    Deleting many messages at once; Discord only allows it for messages under 14 days old.
  </Accordion>

  <Accordion title="softban">
    Banning and instantly unbanning: it kicks the person out and clears their recent messages along the way.
  </Accordion>

  <Accordion title="escalation">
    An automatic sanction once warnings pile up, following whatever you configured on the dashboard.
  </Accordion>
</AccordionGroup>

## Security

<AccordionGroup>
  <Accordion title="raid">
    A mass, coordinated wave of accounts joining to spam or attack a server.
  </Accordion>

  <Accordion title="quarantine">
    Isolating a member by removing their roles until their case is reviewed.
  </Accordion>
</AccordionGroup>

## Music

<AccordionGroup>
  <Accordion title="queue">
    The list of songs waiting to play: they run in order once the current one ends.
  </Accordion>

  <Accordion title="autoplay">
    When the queue runs out, Lucie keeps going on her own with similar songs.
  </Accordion>

  <Accordion title="crossfade">
    A fade between songs: the end of one blends into the start of the next.
  </Accordion>
</AccordionGroup>

## Giveaways

<AccordionGroup>
  <Accordion title="reroll">
    Drawing again among the entrants to pick a different winner.
  </Accordion>

  <Accordion title="pre-tracking">
    Counting voice time or status from now on, before the giveaway even exists.
  </Accordion>
</AccordionGroup>

## Community

<AccordionGroup>
  <Accordion title="VoiceMaster">
    Temporary voice channels: created when you join one and deleted on their own once empty.
  </Accordion>

  <Accordion title="server avatar">
    The separate avatar you can have inside one specific server.
  </Accordion>

  <Accordion title="affection meter">
    A couple's affection gauge: it climbs with every interaction between those two people.
  </Accordion>
</AccordionGroup>

<Note>
  Missing a term? Tell us on the [support server](https://discord.gg/VqyAZJ2mFc) and we'll add it.
</Note>
