> ## Documentation Index
> Fetch the complete documentation index at: https://akron-cdb9eaf4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Menu anatomy

> Name Akron overlay parts consistently when reporting issues, requesting features, or describing a workflow.

Use these terms when describing Akron in issues, suggestions, screenshots, or setup notes. They match the overlay's own layout and labels.

<img src="https://mintcdn.com/akron-cdb9eaf4/hXFEDRE0FHFxSG6g/images/akron-menu-anatomy.png?fit=max&auto=format&n=hXFEDRE0FHFxSG6g&q=85&s=224a05fedb0096845b6b71df8c3e37cf" alt="Annotated Akron menu anatomy showing column, row, feature, submenu, toggle, and input box" width="447" height="329" data-path="images/akron-menu-anatomy.png" />

## Quick Vocabulary

| Term      | What it means                                                                                                                                           | Example from the image                                                            |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| Tab       | The selected top-level overlay section. In the screenshot, the active tab is the red `Global` header at the top of the column.                          | `Global`.                                                                         |
| Column    | The vertical menu panel shown for the active tab. It contains the rows for that tab.                                                                    | The left menu panel under `Global`.                                               |
| Row       | One horizontal line in a column. A row can display text, a current value, a toggle, or a submenu marker.                                                | `120 FPS`, `Safe Mode`, `Submission Mode`.                                        |
| Feature   | The named Akron behavior controlled or described by a row. The feature name is usually the label on the row.                                            | `Safe Mode`, `FPS Bypass`, `Timescale`.                                           |
| Submenu   | The small angled triangle marker on the right side of a row. It indicates that the row opens more controls instead of only toggling or editing a value. | The marker on `FPS Bypass`, `Control Display`, `Autosave`, or `Transition Speed`. |
| Toggle    | A boolean on/off control. When a toggle row has focus, it appears highlighted in the column.                                                            | `Safe Mode`.                                                                      |
| Input box | An editable value field inside a row. Use this term when the row accepts typed numeric or text input.                                                   | `120 FPS`.                                                                        |

## How to Describe a Problem

Start with the broad location, then narrow down to the exact row and control type.

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
Global tab > column > 120 FPS row > input box
Global tab > column > FPS Bypass row > submenu marker
Global tab > column > Safe Mode row > toggle
```

Good reports describe what happened and what was expected:

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
In Global > 120 FPS, editing the input box accepts the value but the row still shows the old FPS target after closing the overlay.
```

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
In Global > FPS Bypass, opening the submenu works, but the triangle marker stays highlighted after I back out.
```

## What to Include in Issues

* The tab name and column, if the screenshot shows more than one column.
* The exact row label.
* Whether the control is a toggle, input box, submenu, button, slider, or status row.
* The visible attempt status or policy state, if the behavior is blocked or marked.
* The map SID when the behavior depends on the current map.
* A screenshot or short clip when the issue is visual, input-driven, or timing-sensitive.

## Related Terms

| Term         | Use it when                                                                                             |
| ------------ | ------------------------------------------------------------------------------------------------------- |
| Popup        | A temporary configuration panel opened from a row with a submenu marker.                                |
| Policy badge | The visible status marker that says whether a row is Goldberry/Hardlist Clean, Regular Clean, or Cheat. |
| Status row   | A row that reports state instead of changing it directly.                                               |
| Focus        | The row or control currently selected for keyboard or controller input.                                 |

Use [Overlay](/player-guide/overlay) for the main overlay guide and the [Feature Guide](/feature-guide) for the current list of rows by tab.
