# Member Variables

It's really cool how you can use member variables to make commands and embeds feel super personal! You can show someone's name, mention them, add avatars to embeds, and give specific information that makes everything feel unique to them. It's a great way to add a personal touch!

<table data-full-width="false"><thead><tr><th width="220.33333333333331">Variable</th><th width="216">Example</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:purple;"><strong><code>{user.name}</code></strong></mark> </td><td>MochiChan</td><td>displays the member's username</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.id}</code></strong></mark></td><td>498839530254630912</td><td>displays the member's user ID</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.avatar}</code></strong></mark></td><td></td><td>displays the member's avatar</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.mention}</code></strong></mark></td><td>@Mochi</td><td>mentions the member</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.nick}</code></strong></mark></td><td>Mochi Bun Bun</td><td>displays the member's display name</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.joindate}</code></strong></mark></td><td>Jan 1, 2024</td><td>displays the date the member joined the server</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.createdate}</code></strong></mark></td><td>Oct 08, 2018</td><td>displays the date the member joined Discord</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.boostsince}</code></strong></mark></td><td>Jan 1, 2020</td><td>displays the date the server started boosting the server</td></tr></tbody></table>


---

# 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.mochi.bot/resources/variables-and-placeholders/member-variables.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.
