> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wordware.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Ask a Human

> Runtime input during flow execution

<div style={{ position:"relative",paddingBottom:"70.58823529411764%",height:0 }}>
  <iframe src="https://www.loom.com/embed/9a99909fc0724f84bb195de13d1b8050?sid=c7fba3b6-5757-4d30-8d31-be1e05c64964" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style={{ position:"absolute",top:0,left:0,width:"100%",height:"100%" }} />
</div>

## What does it do?

Ask a human allows you to ask for human input during the execution of your WordApp. This is useful whenever you need to stop and wait on a human for information, like asking for a decision, a piece of information, or a preference.

<img src="https://mintcdn.com/wordware/GaAvACBL43qOk0NE/images/nodes/formatted-human-runner.png?fit=max&auto=format&n=GaAvACBL43qOk0NE&q=85&s=2593c4dc4e826f0e5e1a3c57a1851224" alt="Human Asks in the Runner" width="2036" height="1286" data-path="images/nodes/formatted-human-runner.png" />

## How do I use it?

A human ask takes a request for the human to respond to in the editor. When you run the WordApp, the human will be
prompted to fill in the request, with execution pausing until the human responds, and the response will be available
for any later steps.

To create a human ask, type `/human` in the editor, and hit `Enter`.

### Options

A few options appear when you create an ask a human. Here's what they mean:

#### Name

The name of the human ask for later [@referencing](/nodes/mention). As with a generation you can change this in the attributes editor:

<img src="https://mintcdn.com/wordware/GaAvACBL43qOk0NE/images/nodes/human_editor.png?fit=max&auto=format&n=GaAvACBL43qOk0NE&q=85&s=d188c3b7c79e551937f817ecd60157be" alt="Human Editor Pn" width="750" height="552" data-path="images/nodes/human_editor.png" />

Or in the main editor:

<img src="https://mintcdn.com/wordware/GaAvACBL43qOk0NE/images/nodes/human_editor_two.png?fit=max&auto=format&n=GaAvACBL43qOk0NE&q=85&s=92ebb27f0c23d3a6f21ca8001bb03843" alt="Human Editor Two Pn" width="1316" height="194" data-path="images/nodes/human_editor_two.png" />

### Outputs

#### `response`

The response from the human. This is the text that the human provides in response to the provided request
