# Workflow Outputs

## How do I define how the output will be rendered?

As part of configuring your workflow's End node, you can select how to render the text.

By default, the system will auto-detect the render type based on the content of the output.

<figure><img src="/files/weYaXo4SIdKm3JRz70gX" alt=""><figcaption></figcaption></figure>

## Supported Render Types

The following render types are currently supported:

1. **Markdown:** Supports text formatting, links, and images for rich text presentation.
2. **Code:** Displays code with proper formatting and syntax highlighting.
3. **HTML:** Renders HTML content as a web page viewer.

## Single vs Multi-Output

You can easily toggle between single output and multi-output modes directly in the End step configuration. No JSON step required.

* **Single Output:** Returns one value from your workflow. Ideal for simple workflows that produce a single piece of content.
* **Multi-Output:** Returns multiple named values from your workflow. Use this when you need to output several distinct pieces of data (e.g., title, body, meta description).

To switch between modes, click the toggle in the End step configuration panel. When using multi-output, you can define multiple output fields, each with its own name and render type.


---

# 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.airops.com/actions/workflow-concepts/workflow-outputs.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.
