# Menu

## Overview

<div align="left"><figure><img src="/files/jUulW9EX9fSC5ozDQLfw" alt=""><figcaption><p>Servoy Developer menu items</p></figcaption></figure></div>

Located at the top of Servoy Developer, the menu bar provides access to a variety of functionalities within the Servoy development environment. It includes options for file management, editing, source control, refactoring code, navigating through the project, searching, project management, running actions, and accessing window settings and help resources.

It includes the following items:

* [File](/reference/servoy-developer/menu/file.md#overview)
* [Edit](/reference/servoy-developer/menu/edit.md#overview)
* [Source](/reference/servoy-developer/menu/source.md#overview)
* [Refactor](/reference/servoy-developer/menu/refactor.md#overview)
* [Navigate](/reference/servoy-developer/menu/navigate.md#overview)
* [Search](/reference/servoy-developer/menu/search.md#overview)
* [Project](/reference/servoy-developer/menu/project.md#overview)
* [Actions](/reference/servoy-developer/menu/actions.md#overview)
* [Run](/reference/servoy-developer/menu/run.md#overview)
* [Window](/reference/servoy-developer/menu/window.md#overview)
* [Help](/reference/servoy-developer/menu/help.md#overview)


---

# 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.servoy.com/reference/servoy-developer/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.
