# User Editing

## User Editing > User Settings

1. Edit whitelisted users. *(Users marked with (pending) means they were not found but it will be applied to the first user that matches the name)*
2. Edit blacklisted users. *(Users marked with (pending) means they were not found but it will be applied to the first user that matches the name)*
3. Edit bot moderator users. *(Users marked with (pending) means they were not found but it will be applied to the first user that matches the name)*
4. Clear all user's leaderboard statistics and clears the leaderboard as well. (except for currency)
5. Clears all user's currency / gold. If available it will also clear currency on any currency integration you have set up. *(This will clear the leaderboard for top currency too)*
6. Deletes all user's data. This includes owned items, avatar and gear selections, and currency values (unless using a currency integration).

<figure><img src="/files/TWVXNeTdbvW1w91W8M9e" alt=""><figcaption></figcaption></figure>

## User Editing > User Status Event Settings

1. An event that fires only one time - When a viewer first spawns an avatar. It can set initial selection settings for the viewer, but they will still be able to switch off of these selections.
2. An event that fires only one time - When a viewer follows the broadcaster. It can set initial selection settings for the viewer, but they will still be able to switch off of these selections.
3. An event that fires only one time - When a viewer subscribes(paid) to the broadcaster. It can set initial selection settings for the viewer, but they will still be able to switch off of these selections.
4. An event that fires only one time - When a viewer becomes a moderator of the channel. It can set initial selection settings for the viewer, but they will still be able to switch off of these selections.
5. Resets all of the one time only events listed above. Effectively changing everyone's default settings (if the events are enabled).
6. Forces regular viewers to have selection settings. (use "ignored" to not force on each option)
7. Forces followers to have selection settings. (use "ignored" to not force on each option)
8. Forces subscribers to have selection settings. (use "ignored" to not force on each option)
9. Forces moderators to have selection settings. (use "ignored" to not force on each option)

<figure><img src="/files/HFXuU3sUZ83IHiuPHoYr" alt=""><figcaption></figcaption></figure>

## How to change user's default avatar

Navigate to User Editing > User Status Event Settings, and then click the "Viewer selections event" Initial Layout button. From here you can set what avatar users will spawn in as.

{% hint style="info" %}
You may also need to click the Refresh all users events button to make this event fire on existing users. Otherwise it will only affect users that join the first time going forward.&#x20;
{% endhint %}

{% hint style="warning" %}
If you find that viewers are still not getting the selection you set, it's probably because the [shop editing](/stream-avatars/application-settings/shop-editing.md) settings are restricting users from equipping the items.
{% endhint %}


---

# 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.streamavatars.com/stream-avatars/application-settings/user-editing.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.
