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

# System Messages

> Customize Welcome and Leave messages to greet your community.

Greet new members warmly or bid them farewell with fully customizable system messages.

## Message Types

<Tabs>
  <Tab title="Welcome Message">
    Sent when a user **joins** the server.

    <CodeGroup>
      ```markdown Standard theme={null}
      Welcome {user} to {server}! We now have {member_count} members.
      ```

      ```markdown Detailed theme={null}
      # Welcome to {server}! 👋

      Hi {user}, please make sure to read the <#rules-channel> and pick your roles in <#roles-channel>.

      Enjoy your stay!
      ```
    </CodeGroup>
  </Tab>

  <Tab title="Leave Message">
    Sent when a user **leaves** the server.

    <CodeGroup>
      ```markdown Simple theme={null}
      Goodbye {user.tag}, we'll miss you!
      ```
    </CodeGroup>
  </Tab>
</Tabs>

## Configuration

<Steps>
  <Step title="Navigate">
    Go to **Dashboard > Configuration > Messages**.
  </Step>

  <Step title="Enable Feature">
    Toggle **"Welcome Message"** or **"Leave Message"** on.
  </Step>

  <Step title="Select Channel">
    Choose the channel where the message should be sent.
  </Step>

  <Step title="Edit Content">
    Use the editor to customize your message. You can add Embeds, Images, and use Variables.
  </Step>

  <Step title="Test">
    Click **"Send Test"** to preview how it looks in Discord.
  </Step>
</Steps>

<Info>
  Want to add an image card? Use the **"Welcome Card"** toggle to generate a dynamic image with the user's avatar!
</Info>
