# Public Requests w/Reply

A [Public Request with Reply](/worker-apis/public-requests-w-reply.md) is a message that can be sent to a Worker from an external source, such as from a Worker's Caller (within a Workers application), from another LabVIEW application or framework, or from TestStand. The VI that sends the message will wait until a Reply message is received back from the Worker that the Request message was sent to. You can create and edit a Worker's Public Request with Reply in the **Requests w/Reply tab** of the Public API Builder tool, as shown in the image below:

<figure><img src="/files/S7zrzor3dBICxv2I1s0l" alt=""><figcaption><p>Requests with Reply tab (Public API Builder tool)</p></figcaption></figure>

## 1. Create new Request w/Reply

See section [Creating Public Requests w/Reply](/worker-apis/public-requests-w-reply/creating-public-requests-w-reply.md).

## 2. Right Click Menu

### Edit Request

This option allows you to edit a Public Request with Reply that already exists. When selected, the following dialog window will appear:

<figure><img src="/files/KOIxevYcenJtqCZ7J2An" alt=""><figcaption><p>Public API Request Editor</p></figcaption></figure>

#### Current Request Name

The current name of the selected Public Request with Reply.

#### New Request Name

The new name of the Public Request with Reply. The new name will be updated in the following places:

1. The filenames of the associated Public Request with Reply VIs and typedefs.
2. The associated MHL case name that will receive the Public Request with Reply message
3. The internal Case Label constant within the Public Request with Reply VI.

#### Icon Text

Text that will be written on the Public Request with Reply VI and typedef icons, to help users understand which MHL Case will receive the Public Request with Reply message.

#### MHL Case Description

A new description for the Public Request with Reply MHL case. This description will also be written to the Public Request with Reply VI description.

{% hint style="info" %}
**Good to know**

If this tool is being used to edit a Public Request with Reply in a Worker base class, then all Workers that inherit from the Worker base class (within the scope of the open LabVIEW project) that override the Public Request with Reply will also have the override MHL case name and description updated.
{% endhint %}

### Show Request VI

This option will open the front panel of the associated Public Request with Reply VI.

### Show Request Data

This option will open the front panel of the associated Request message data typedef.

### Show Request Reply Data

This option will open the front panel of the associated Reply message data typedef.

### Show MHL Case

This option will open the associated MHL case on the block-diagram of the Worker that owns the Public Request with Reply.


---

# 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/public-api-builder/public-requests-w-reply.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.
