# Selection Commands

- [!random](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/random.md): equips a random avatar, gear items, and color palettes to your character
- [!mass random](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/random/mass-random.md): runs a command on every active avatar
- [!change {user} {command} random](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/random/change-user-command-random.md): runs the command as if the target user was running it
- [!avatars](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/avatars.md): posts a list of available avatars to your chatroom (this is disabled if you have too many avatars)
- [!avatar {avatar}](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/avatars/avatar-avatar.md): Command - Changes your avatar to the one selected by name
- [!change {user} !avatar {avatar}](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/avatars/change-user-avatar-avatar.md): Command - Changes the target user's avatar to the one selected by name
- [!change {user} !avatar {avatar} {timer}](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/avatars/change-user-avatar-avatar-timer.md): Temporarily changes the target user's avatar to the one selected by name for a period of time
- [!mass avatar {avatar}](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/avatars/mass-avatar-avatar.md): Command - Changes all active user's avatars to the one selected by name
- [!mass avatar {avatar} {timer}](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/avatars/mass-avatar-avatar-timer.md): Command -  Temporarily changes all active user's avatars to the one selected by name for a period of time
- [!color](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/color.md): posts a list of available colors to your chatroom (this is disabled if you have too many colors)
- [!gear](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/gear.md): posts a list of available gear sets to your chatroom (this is disabled if you have too many gear sets)
- [!nametags](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/nametags.md): posts a list of available nametags to your chatroom. (this is disabled if you have too many nametags)
- [!actions](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/actions.md): posts a list of available actions on your avatar to your chatroom. (this is disabled if you have too many actions)
- [!show](https://docs.streamavatars.com/stream-avatars/commands/selection-commands/show.md): posts a list of equipped items on your character.


---

# 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/commands/selection-commands.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.
