# Welcome Channel

A welcome channel can quickly and efficiently alert new members of the server rules, where to make tickets, etc.

To set the welcome message, simply supply your first argument as a channel and the rest being the message you want to send. You can include any one of the variables listed below.

```
-welcome <channel> <...message>
```

The welcome messages has many different variables you can use such as the username, tag, server name, etc.

```
-set-welcome-msg <...message>

Example:
-welcome #welcome Hey {user}, welcome to {server}!
welcome #welcome Hey {user.tag}, welcome to {server}! We now have {server.size} members.
welcome welcome {user} just joined the server!
welcome #join-log [NEW MEMBER]: {user.tag} ({user.id})
welcome --off

Variables
• {user} - Mention the new member
• {user.discriminator} - The member's discriminator (Fyko#0001)
• {user.discrim}
• {user.tag} - The member's tag (Fyko#0001)
• {user.id} - The member's ID (188242504670380033)
• {server} - The server's name
• {server.name}
• {server.id}- The server's ID ()
•{server.owner}- Extends all the same items fromuserabove.
•{server.size}- The server's member count
```

If you would like to suggest more replacements, join our [support server](https://discord.sycer.dev/).


---

# 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://sapoto.sycer.dev/member-join-configuration/welcome-channel.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.
