# Function Input

## Overview

![The Function Input Node.](/files/neLcmJm0HXjNxumY3U49)

In the **Function's** **Logic Graph**, the **Function Input** **Node** starts the **Logic Branch** and outputs the parameter received by the **Function** **Node**.

## Attributes

### Inputs

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

### Default Input Values

| Attribute             | Type                                        | Description                           |
| --------------------- | ------------------------------------------- | ------------------------------------- |
| `Input Parameter [n]` | *Defined in the **Inputs*** ***Attribute*** | Default value of the input parameter. |

## Outputs

| Output                | Type                                        | Description                                                                                                                            |
| --------------------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►)    | **Pulse**                                   | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Input Parameter [n]` | *Defined in the **Inputs*** ***Attribute*** | Parameter received by the **Function**.                                                                                                |

## See Also

* [**Function**](/incari-studio/2021.4/toolbox/functions/function.md)
* [**Function Output**](/incari-studio/2021.4/toolbox/functions/function/function-output.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/2021.4/toolbox/functions/function/function-input.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.
