# Dice

<figure><img src="/files/1blDw2KOrgkRcTRkMtov" alt="" width="375"><figcaption><p>Dice Roller</p></figcaption></figure>

## Overview

The Dice Roller offer a way to get random outcomes. Dice are rolled on an individual basis with the roll history visualized on a floating scroll. This can have a variety of applications based on the context in which it is used.&#x20;

The Dice works to help with decision making processes, competition amongst other players, and various other outcomes based on the context in which they are applied. The Dice Roll History can act as a leaderboard of sorts to track dice rolls.

## Set Up

The Summoning Dice can be added to any clubhouse using the Asset Browser.

It simply needs to be placed in the desired position.

#### Controls

**Rolling Dice:**

Users can use the **!roll** command to **summon a dice**.

The default dice type that will be rolled is a **20-sided die.** They can add a **modifier** to the command to specify a different die **ranging from 2-sided up to 20-sided**.

For example, a user could roll a 10-sided die by typing:

> **!roll d10**

A user could flip a coin by typing:

> **!roll d2**

The full list of die are:

* d2
* d4
* d6
* d8
* d10
* d12
* d20


---

# 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.mtion.xyz/mtion/editor/toys-wiki/dice.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.
