# Placeholders

### Users

These placeholders will replace information about the target user.

| Code            | Example            | Description                                      |
| --------------- | ------------------ | ------------------------------------------------ |
| ${User.Name}    | Fabricio20         | User's name.                                     |
| ${User.Tag}     | Fabricio20#5913    | User's full tag.                                 |
| ${User.Id}      | 119482224713269248 | User's ID.                                       |
| ${User.Mention} | @Fabricio20        | Mentions the user.                               |
| ${User.Created} | 5 years ago        | User's account creation date in relative time.   |
| ${User.Joined}  | 1 day ago          | User's join date on the guild, in relative time. |

### Channels

These placeholders will replace information about the target channel.

| Code               | Example            | Description           |
| ------------------ | ------------------ | --------------------- |
| ${Channel.Name}    | general            | Name of the channel.  |
| ${Channel.Id}      | 141555945586163712 | Id of the channel.    |
| ${Channel.Mention} | #general           | Mentions the channel. |

### Guild

These placeholders will replace information about the current guild.

| Code                 | Example                  | Description                           |
| -------------------- | ------------------------ | ------------------------------------- |
| ${Guild.Name}        | Lindsey Hangout          | The guild's name.                     |
| ${Guild.Id}          | 141555945586163712       | The guild's ID.                       |
| ${Guild.Description} | Lindsey's Hangout Server | The guild's description.              |
| ${Guild.Created}     | 5 years ago              | Guild creation date in relative time. |


---

# 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.lindseybot.net/lindsey/advanced/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.
