> For the complete documentation index, see [llms.txt](https://documentation.lynnux.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.lynnux.xyz/akira/fun/choose.md).

# Choose

## Usage:

<table><thead><tr><th width="162.33333333333334">Command</th><th width="146">Options</th><th>Description</th></tr></thead><tbody><tr><td><code>a.choose</code></td><td>&#x3C;options></td><td>Chooses a random option.</td></tr></tbody></table>

{% tabs %}
{% tab title="Input" %}
a.choose Yes|No|Maybe
{% endtab %}

{% tab title="Output" %}
Maybe
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Separate each option with | `(option1|option2|option3|etc.)`.
{% endhint %}
