# !boss

{% hint style="warning" %}
Only moderators can start this minigame (with default settings)
{% endhint %}

*example: !boss*

{% hint style="info" %}
Starts a boss battle, the default loyalty point reward of 200.
{% endhint %}

*example: !boss pumpkin\_king hard*

{% hint style="info" %}
Starts a boss battle against pumpkin\_king on hard difficulty.
{% endhint %}

{% hint style="info" %}
Custom loot rewards can be created by [editing the details of the boss](/stream-avatars/content-creating/creating-bosses.md).
{% endhint %}

## Joining a boss fight as a viewer

Once a boss fight is started, you will be presented with options to join.

*example: !join mage*

*example: !join priest*

*example: !join warrior*

## Fighting a boss as a viewer

to cast abilities you can type !ability\_name or the number that the ability is listed as:

*example: 1*\
*example: 2*\
*example: 3*


---

# 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/minigames-and-fun-commands/boss.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.
