# Select Menu

This is a pre-built Action located under the **@Sap Element**. The functionality of this action in Avo Assure is to select a specific menu item from the SAP application's menu bar based on the hierarchical input provided.

### Syntax&#x20;

**Input Value:** `<Hierarchy of the menu item>`

{% hint style="warning" %}
***Note:** The hierarchy of menu items must be specified using semicolons (;) to separate each level.*&#x20;
{% endhint %}

| Argument                                               | Description                                                                                               |
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------- |
| <p>\<Hierarchy of the menu item></p><p>(Required) </p> | Provide the hierarchy of the SAP menu items to navigate through the required path in the SAP application. |

**Output Value**

| Argument                                                       | Description                                                                    |
| -------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| \<Dynamic Variable> (Optional); \<Dynamic Variable> (Optional) | This dynamic variable holds the status of the action as **True** or **False.** |

**Example:**&#x20;

**Selecting a Menu Item from the SAP Application Using the Select Menu Action**

The **SelectMenu** Action takes the value from the Input Value column (e.g., **System;Log Off**) and navigates through the menu hierarchy to select the specified item.

<figure><img src="/files/U3Niw2Bl1yHDWFmC72HZ" alt=""><figcaption></figcaption></figure>


---

# 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.avoautomation.com/avo-assure/actions/sap/operations/select-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.
