> For the complete documentation index, see [llms.txt](https://sapoto.sycer.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sapoto.sycer.dev/member-join-configuration/welcome-channel.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sapoto.sycer.dev/member-join-configuration/welcome-channel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
