> For the complete documentation index, see [llms.txt](https://adempiere.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adempiere.gitbook.io/docs/introduction/getting-started/finding-your-way-around/the-menu-home-tab.md).

# The Menu (Home) Tab

![The Java Client home menu tab](/files/-LZGj0nK8N30FU1B0sW0)

The Menu tab or Home tab contains the main menu tree used to access the windows, forms, reports and processes which make up the application. The default menu tree has over 800 entries and is challenging to deal with. The tree structure of the menu can be configured to suit your role so it may not appear as shown and may contain only a few entries relevant to you.

The tree may have summary items which have a folder icon. You can expand these by clicking on them. Alternatively, you can select the Expand Tree tool at the bottom left of the menu to open all the summary items.

![Example of an expanded menu](/files/-LZGj0nM97aFwHdLjvSu)

There are four types of items in the menu differentiated by their icon:

| Icon                             | Description                                                                                      |
| -------------------------------- | ------------------------------------------------------------------------------------------------ |
| ![](/files/-LZGj0nOxQg8Gw4a5ow3) | Window or form - used to enter or view data                                                      |
| ![](/files/-LZGj0nQAdVf8kD5Kwe-) | Report - a collection of data that can be printed                                                |
| ![](/files/-LZGj0nSHkz5Kr-P7e08) | Process - a software tool that performs an action                                                |
| ![](/files/-LZGj0nUkcNFZKLqSrsg) | Browser - a combination form and process used to select records and perform a process with them. |

Clicking on a menu item will open the window or dialog related to that item.

## Lookup - Finding Menu Items

To find a Menu Item based on its name, use the Lookup tool in the bottom right.

![The Lookup tool for the main menu.](/files/-LZGj0nWZ5TvN5lkyMmR)

Enter the name or part of the name in the Lookup tool and hit \<Enter>. The Menu will expand to the first matching item. Keep typing \<Enter> until the Menu item your looking for is highlighted. You can open this entry by typing \<Ctrl>\<Enter>.

## The Menu Bar

![](/files/-LZGj0nYcLYQXSASEozL)

To the left of the Menu is a blue area called the "Bar". You can add your favorite menu items to the Bar by right-clicking on the menu item and selecting "Add to Bar" from the pop-up. You can remove items from the Bar by right-clicking on them and selecting "Remove from Bar" from the pop-up.

The Bar items will be organized into lists according to the top level menu summary where they were originally found. At the top of the Bar, a list labeled "Recent Item" will be shown. This is a list of recently opened menu items. For example, if you opened Sales Order 80007 and updated it, you would see an entry for "Sales Order: \_80007..." in the recent items. Clicking this link will take you back to that record.

The size of the list is limited to 50 entries by default but this can be configured for the Client or User to any number. (Have a look at the bottom of the **User Contact** tab in the **My Profile** window.) If a recent record is deleted, it will be automatically removed from the list.

To refresh the Bar, right-click in any of the list areas and select "Refresh the Bar" from the popup menu.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://adempiere.gitbook.io/docs/introduction/getting-started/finding-your-way-around/the-menu-home-tab.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.
