# User Identification settings

Usernames can have multiple different ways of appearance across Discord. Nicknames, Usernames, and Tags are the most prominent and you can choose to select those as an Identification setting.&#x20;

## Chat Identification

To change your user Identification setting, you can use the `/manage settings Identification` command.

### Tag setting

{% hint style="success" %}
This setting is the only setting that doesn't prevent users from seeing user tags. These tags allow mostly for pinging across servers by using TagPings

`MessageLogs` allows another way for moderators to access User IDs for moderation
{% endhint %}

Setting Identification as `tag` will make your users' chat display names look like this

![Example of Tag Identification](/files/577Hx7NKJNfO2xbtd9yg)

### Username setting

Setting Identification as `username` will make your users' chat display names look like this

![Example of Username Identification](/files/NDOqNBHqkBgNTJFk0O95)

### Nickname setting

Setting Identification as `username` will make your users' chat display names the originating guild's set nickname for that user.&#x20;

![Example of Nickname Identification](/files/FIozqKjWZmwh41AyENrx)

### Anonymous setting

This setting will hide the message sender's identity without preventing differentiation. Message display names will look like this

![Example of Anonymous Identification](/files/Und8STsJ0WHDbE4SONQF)

The profile picture will be replaced with the webhook's profile picture. This could be a legacy image of Connections Bot.

## Getting information about a message

{% content-ref url="/pages/7Dm9sNWv54LWe11YAnvi" %}
[Getting Message Data](/guides/customizing-settings/chat-appearance/getting-message-data.md)
{% endcontent-ref %}


---

# 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.combot.xyz/guides/customizing-settings/chat-appearance/user-identification-settings.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.
