# Tempy User Tags

## What is a Tempy user tag?

A Tempy user tag can be defined using a command e.g. the configname command does support user tags, later then e.g. after creating a Tempy voice channel this user tag will be changed into the real name of the user. For example the user tag **{user.allname}** changes to **ARealWant#0001**.

## Which Tempy user tags are available?

Currently, they are only two user tags available to use. Tempy user tags are a very new feature, thus we're waiting for feedback and suggestions to know exactly how to improve tags, their usage and design.

| Tempy user tags | Available for commands                                                               |
| --------------- | ------------------------------------------------------------------------------------ |
| {user.name}     | [configname](https://docs.tempybot.me/getting-started-with-tempy/configuration/name) |
| {user.allname}  | [configname](https://docs.tempybot.me/getting-started-with-tempy/configuration/name) |


---

# 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.tempybot.me/tempy-bot/troubleshooting/faq/tempy-user-tags.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.
