> ## Documentation Index
> Fetch the complete documentation index at: https://luau.limerence.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Options

> A small inline group of controls.

Also has everything from [ElementHandle](/ui/classes/element-handle).

Like [Submenu](/ui/classes/submenu), but shown as a gear / overflow control. Same `Add*` methods as [Section](/ui/classes/section).

|                |                                                      |
| -------------- | ---------------------------------------------------- |
| **Created by** | [Section:AddOptions](/ui/classes/section#addoptions) |

## Creation

```luau theme={null}
section:AddOptions(key: string?, label: string?): OptionsHandle
```

***

## Open

```luau theme={null}
options:Open(position: UDim2?): ()
```

Open the options popup.

***

## Adding controls

Same `Add*` methods as [Section](/ui/classes/section).
