# Show Tasks

The Show Tasks activity takes a single [`Human Task`](/getting-started/rpa-studio/variables/activity-variables.md#task) or a list of Human Task as the input and shows them the [Task Window](/getting-started/robot-runner/human-tasks/validation-task-window.md). User can do normal operations on the task in the Task Window.

### Input

* **Tasks** : [`Object Argument`](/getting-started/rpa-studio/arguments.md) <mark style="color:red;">`Required`</mark>\
  A single Human Task or a list of Human Task.


---

# 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.visualyze.ai/rpa-studio/robot-cloud/human-task/show-tasks.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.
