> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/functions/function/function-input.md).

# Function Input

## Overview

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

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

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

## Attributes

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/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.
