# Radial Menu

<figure><img src="https://lh5.googleusercontent.com/ZBVojFGOmaru2ZKi-M0S2w9-HLUBtUnKaWbmoGJdfgoR7rvr-H39oeycHe1kZfsTDZi2BLwmiG5j1ijSfvshixdsa1l2txOejdYC_kVcVwoAqpazwmFLBEcePCWxzE0YwwtLuSzwiKE" alt=""><figcaption><p>Interaction wheel for a radio with 3 interaction.</p></figcaption></figure>

<mark style="color:yellow;">**Radial Menu**</mark>: Sometimes, just clicking is not enough to specify how you wish to react with a particular object; if a player wants to change the radio station on a boombox, how does the game know not to pick it up instead? This is the purpose of the radial menu. When holding right click on an item, the radial menu appears with a list of possible interactions.

In the case of a boombox, the player may see the option to pick it up, turn it on/off, or change the song. From this point, all the player needs to do is move their mouse in the direction of the desired option to interact accordingly.

### Ideas:

Fill the inner circle with a generic/common interaction like Point or Pick Up. Alternatively and inner ring could be added that has a different type of interaction, like emotes.

<figure><img src="/files/tL6idzH5M4Zx36kPKDZL" alt=""><figcaption><p>More complex design with ability for quick select.</p></figcaption></figure>


---

# 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://ss3d.gitbook.io/design/basic-game-mechanics/user-interface/game/radial-menu.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.
