# Controlling the menu

## You can set the controlling type in the config&#x20;

Choose from the options: scroll or key

<figure><img src="/files/i7vAzEFzJAlqsPTw4RUx" alt=""><figcaption><p>config.lua</p></figcaption></figure>

### **Scroll option**

You can switch between the actions via your mouse scroll. \
And you can choose the action via pressing down the scroll button on your mouse.

### Key option

You can switch between the actions via your left and right arrow keys. \
And you can choose the action via pressing down the enter key on your keyboard.


---

# 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://docs.brutalscripts.com/site/scripts/gang-actions/controlling-the-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.
