> For the complete documentation index, see [llms.txt](https://docs.app.floatz.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.app.floatz.ai/hashtag-advanced/tasks/task-output.md).

# 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;
