# Prompt

**Help URL:** `/forms/prompt`

## Purpose

Collect a short text value, instruction, name, or confirmation input needed by the current TestVibe workflow.

## Common Tasks

* Enter a requested name, instruction, or value.
* Confirm the text with **OK**.
* Cancel without applying the change.

## Key UI Elements

* Prompt label: Explains what value TestVibe needs.
* Input field: Where you type the requested value.
* OK: Accepts the input.
* Cancel: Closes the prompt without using the input.

## Notes

* Write instructions in plain user-facing language when the prompt is used for generation.
* If the prompt asks for a URL, include the full address.


---

# 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.testvibe.com/reference/forms/prompt.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.
