# Function Output

## Overview

![The Function Output Node.](/files/ncBfg9SHvKoGEfauugFG)

In the **Function's** **Logic Graph**, the **Function Output** **Node** finishes the **Logic Branch** and receives the parameter that the **Function** **Node** will return.

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#scopes): **Function**.

## Attributes

![The Function Output Node Attributes.](/files/fAbhtfIeLRTWEuXlQpiN)

### Outputs

| Attribute              | Type          | Description                                                           |
| ---------------------- | ------------- | --------------------------------------------------------------------- |
| `Output Parameter [n]` | **Drop-down** | Label and **Data Type** for the output parameter of the **Function**. |

## Inputs

| Input                  | Type                                         | Description                                                           |
| ---------------------- | -------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►)      | **Pulse**                                    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Output Parameter [n]` | *Defined in the **Outputs*** ***Attribute*** | Parameter that will be returned by the **Function**.                  |

## See Also

* [**Function**](/incari-studio/2024.1/toolbox/functions/function.md)
* [**Function Input**](/incari-studio/2024.1/toolbox/functions/function/function-input.md)


---

# 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.incari.com/incari-studio/2024.1/toolbox/functions/function/function-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.
