# Welcome Messages

## What are welcome messages?

Want to welcome new users to your server? ChannelBot will either DM them or send a message in a channel when a user joins!

## Method 1 (Recommended):

Navigate to [**https://channelbot.xyz/dash**](https://channelbot.xyz/dash) in your browser. It will prompt you to log in with discord. Press "Authorize", and then select your server from the list, and click the welcome tab.

![](https://2382464231-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_FD6IWYvVEEAuQCcg6%2F-MMxZSqCkjBM25J_2FKQ%2F-MMx_Teb3GKgCwFif5EA%2Fchrome_X07jyCFI0i.png?alt=media\&token=f5f464aa-fa15-4049-9625-558d2a1e9200)

**Channel Welcome Messages:** If you want to set up a channel welcome message, enable it by turning on the switch. Select the channel you would like the message to be sent in from the dropdown, and type the message you would like to send! Check out the [**placeholders**](https://docs.channelbot.xyz/guides/placeholders) if you would like to put the user's username in the message, and more! Then, press the save button.

![](https://2382464231-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_FD6IWYvVEEAuQCcg6%2F-MMxZSqCkjBM25J_2FKQ%2F-MMxa2Wb-vWPQvEaCeZI%2Fchrome_FI5bDzG0hd.png?alt=media\&token=2fc52d60-2fbd-4dc3-948e-d8d5a1f7fb6b)

**DM Welcome Messages:** If you want users to be direct messaged a welcome message when they join your server, turn on the switch in the DM welcome message box, and type the message you would like to send! Check out the [**placeholders**](https://docs.channelbot.xyz/guides/placeholders) if you would like to put the user's username in the message, and more! Then, press the save button.

## Method 2:

Run `ch!welcome setup` and follow the instructions.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.channelbot.xyz/guides/welcome-messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
