# menufocusgroup\_template (︙)

## Menufocusgroup\_template Reusables Overview

When you want to provide the user with several options for actions to take on an element (e.g., Edit, View details, Send message, Delete), you can do so using the menu options reusable element.

![](/files/-Lxwwaepue3brS6YtnuT)

This focus group reusable element contains a menu of dropdown buttons. The menu popover is triggered by clicking on the icon and can be dismissed by clicking anywhere outside of the focus group. You can add this reusable element to a repeating group and allow users to perform certain actions for each entry.

![](/files/-LxwxlF6WTaEShrv86Ph)

This reusable element contains two popups:

1\)`Popup editPopup` - Clicking on Option 2 (Edit) in the dropdown will open a standard edit form popup to create or edit a thing.&#x20;

![](/files/-Ly16TPFz3Hllir-Gd9w)

2\) `Popup Remove` - Clicking on Option 3 (Delete) in the dropdown will trigger a popup to delete a thing.

![](/files/-Ly16sHLUSVmmJ7vj9K3)

### Custom workflows

![](/files/-Ly17a4gTKfAu3JeJxNk)

Both popups can be triggered through custom workflows 'Create/edit thing' and 'Remove thing'. You can add `menufocusgroup_template` to a page (e.g., in the hidden variables popup) and then trigger a custom workflow from the menufocusgroup\_template reusable element to create/edit or delete a thing.


---

# 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.airdev.co/canvas/2.0.0-1/using-the-template/reference/reusable-elements/menufocusgroup.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.
