# Menu Types

## Summary

Explains the different types of menu systems available inside of the Athena Framework. Action Menu's, and Wheel Menu's are the easiest ones to create and can be infinitely nested to create a simple but robust menu.

## Action Menu

The action menu is a simple menu that lets you navigate through it with `1-4`.

It is also a type of menu that allows for short and quick interaction(s) while on the move.

It's good for allowing multiple options from a single point.

![](https://i.imgur.com/ACrIzVq.jpeg)

## Wheel Menu

The wheel menu is the most natural menu for most player's. It can easily be nested and can contain additional options inside of it.

Wheel menu's are great for lots of interactions and deeply nested menus.

![](https://i.imgur.com/LDAR2H5.png)

## Interaction Menu

Interaction's automatically come with menu's that are propogated through the creation of an interaction. Interaction's automatically work with vehicles, and the closest interaction point. There is currently **no way** to inject an interaction into this limited menu. It was purposely created to show basic keybind information and nothing more.

![](https://i.imgur.com/m4CvgmD.jpeg)


---

# 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://stuykgaming.gitbook.io/old/menus/menutypes.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.
