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

# Welcome Messages

> Configure welcome messages for your server

Welcome messages help greet new members and make your server more welcoming. This page explains how to set up, customize, and manage welcome messages in Greed.

## Setup

To enable welcome messages in your server, run:

```bash theme={null}
,welcome setup
```

This will configure welcome messages in the current channel.

## Set the Welcome Channel

Set the channel where welcome messages will be sent:

```bash theme={null}
,welcome channel #welcome
```

## Customize the Welcome Message

Set your custom welcome message with optional auto-delete:

```bash theme={null}
,welcome message Welcome {user} to {server}! --auto_delete 15
```

Auto-delete is optional (1-30 seconds).

## View Current Message

You can check your current welcome message configuration at any time:

```bash theme={null}
,welcome view (channel)
```

This command will display your current welcome message and its settings.

<img src="https://mintcdn.com/greed-369a74fe/t8K6Kx0RMg_Yku2j/images/server-configuration/system/welcome-view.png?fit=max&auto=format&n=t8K6Kx0RMg_Yku2j&q=85&s=f2ecef7a56ac2ab6e82449b0750d58db" alt="Example of welcome view output" width="1086" height="275" data-path="images/server-configuration/system/welcome-view.png" />

## Test Welcome

Preview your welcome message as it will appear to new members:

```bash theme={null}
,welcome test (channel)
```

This command will send a test welcome message to the configured channel so you can see exactly how it looks.

<img src="https://mintcdn.com/greed-369a74fe/t8K6Kx0RMg_Yku2j/images/server-configuration/system/welcome-test.png?fit=max&auto=format&n=t8K6Kx0RMg_Yku2j&q=85&s=1b279375d01b970fb4f80a7620b7d457" alt="Example of welcome test output" width="612" height="189" data-path="images/server-configuration/system/welcome-test.png" />

## Available Variables

<Note>You can find all the variables in the [/resources/variables](/resources/variables) page.</Note>
