# Placeholders

### What are placeholders?

Placeholders are variables replaced with content whenever they are used in things like welcome messages. For instance, the `[userid]` placeholder is replaced with the user's id. Here's a full list.

### Placeholder List

| Placeholder             | Description                                                                                                  |
| ----------------------- | ------------------------------------------------------------------------------------------------------------ |
| **User Placeholders**   |                                                                                                              |
| `[user]`                | <p>The user's tag.<br>Example: "Coding#0001"</p>                                                             |
| `[userid]`              | <p>The user's ID.<br>Example: "443545183997657120"</p>                                                       |
| `[username]`            | <p>The user's username.<br>Example: "Mason"</p>                                                              |
| `[usermention]`         | <p>Mentions the user.<br>Example: "@Coding"</p>                                                              |
| `[usercreatedat]`       | <p>When the user's account was created.</p><p>Example: "Thursday, February 2nd 2017 (about 4 years ago)"</p> |
| `[userjoinedat]`        | <p>When the user joined the server.</p><p>Example: "Wednesday, June 24th 2020 (about 4 months ago)"</p>      |
| **Server Placeholders** |                                                                                                              |
| `[servername]`          | <p>The name of the server.</p><p>Example: "ChannelBot Support"</p>                                           |
| `[membercount]`         | <p>The amount of members in the server.</p><p>Example: "12"</p>                                              |
| `[owner]`               | <p>The server owner's mention.<br>Example: "@Coding"</p>                                                     |
| `[ownerid]`             | <p>The server owner's ID.<br>Example: "443545183997657120"</p>                                               |

### Suggesting Placeholders

Please join our [**Support Server**](https://channelbot.xyz/support) to suggest placeholders!


---

# 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/placeholders.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.
