# Comment Avatars

![Comment Avatars Admin Options](/files/QTZNFW9I7YaoDY2neqI6)

Enabling comment avatars is simple. By default, the comment system uses a service called Gravatars. Not everyone has a Gravatar, so this functionality will allow all users to have their own avatars.

{% hint style="warning" %}
**Gravatars and Privacy**: Gravatars can potentially leak privacy information if your Gravatar is public and you attempt to leave an anonymous comment using your regular email address. Custom avatars hopes to solve this issue.
{% endhint %}

### Avatar Admin Features

You can disable/enable avatars for Logged-in users and Anonymous users.

Further options allow you to customize the avatar size, and change the label that prompts the user to change their avatar.

## Setting an Avatar

![Selecting an Avatar](/files/ArErUXTn0b5RKktu4RsP)

When leaving a comment, you and your users can select an avatar to associate with your comment.

{% hint style="info" %}
**Logged-in Users**: Setting/editing an Avatar will change your avatar everywhere.
{% endhint %}

## Avatars in the Comments

![Avatars in the Comment Section](/files/jve0lAWnpXD48ivX79UY)

User selected avatars will show up in the comments section.

## Editing Avatars

![Editing Avatars Inline in the Comments Section](/files/7r3TLFyB1pd2IIG9t6mN)

Logged-in users can edit their avatars at any time by clicking on their avatar in the comments section.

{% hint style="info" %}
**Editing Avatars**: at this time there is no option in the user profile section to change avatars for logged-in users.
{% endhint %}

An admin or someone who can moderate comments can also change a commenter's avatar in the comments section in the admin.

![Editing an Avatar in the Comments Section in the Admin](/files/0Z0RHOOfdbqPHW7CBzYY)


---

# 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.dlxplugins.com/comment-edit-pro/features-overview/comment-avatars.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.
