# Right click menu

![Application Manager right-click menu](https://2767648102-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZWihGdeYUalj239OUdAB%2Fuploads%2FhPAHKFiF3tZFQq6Tmz4w%2Fimage.png?alt=media\&token=2acfa672-d59c-4572-9e7a-4c7d4fd09910)

## Show Message Log

Opens the [Message Log](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs) window for the selected Workers application.

## Show Front Panel

Opens the front panel of the running clone of a Worker's Main VI.

{% hint style="warning" %}
This option is only available for applications that are currently connected to the Debug Server. This option is not available for applications running as an executable, on a real-time target, or in a PPL with its debug property flag set to False.
{% endhint %}

## Show Block Diagram

Opens the block diagram of the running clone of a Worker's Main VI.

{% hint style="warning" %}
This option is only available for applications that are currently connected to the Debug Server. This option is not available for applications running as an executable, on a real-time target, or in a PPL with its debug property flag set to False.
{% endhint %}

## Send 'Start Exiting' Request

Starts the shutdown routine of the selected Worker. This option performs the same operation as calling the Workers palette VI: *Worker Start Exiting.vi.*

{% hint style="warning" %}
This option is only available for applications that are currently connected to the Debug Server.
{% endhint %}

## Filter as Enque Worker

Filters the Worker's ID as the 'Enque Worker' in the Debug Server's [Message Log](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs).

## Filter as Deque Worker

Filters the Worker's ID as the 'Deque Worker' in the Debug Server's [Message Log](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs).


---

# 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.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/workers-application-manager/right-click-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.
