# Task Output

All tasks that are not referred to by others either through [header-linking](/hashtag-advanced/tasks/task-linking.md#header-linking) or [in-line linking](/hashtag-advanced/tasks/task-linking.md#in-line-linking) will be shown to the user in the chat session.

In order to show the answer of other tasks you can use the optional `output` header with the syntax below:

```
#task: name
#output
AI prompt
```

#### Example

```
#task: 1
#output
who built you?

#task: 2
#use: 1
tell me what floatz AI is.
```

With the `output` header, both answers for tasks 1 and 2 are shown.

Without the `output` header only the answer of task 2 gets shown to the user while the answer of task 1 is not as it is referred to by task 2.&#x20;


---

# 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.app.floatz.ai/hashtag-advanced/tasks/task-output.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.
