# Functions

## Introduction

The **Functions Nodes** allow the user to create their own **Nodes**, customizing the **Input** and **Output** **Sockets** and the operation performed by the **Node**.

**Functions** can be created in the **Functions** tab on the left panel of the **Logic Editor** with the **Add Function** option and then the **Node** will appear in the **Toolbox**.

Each **Function** has its own **Logic**, which is defined by the user. This **Logic** has a **Function Input** and a **Function Output** **Node**, and any other **Node** can be added to it. To open the **Function's** **Logic** tab, either double-click the **Node** or the **Function** on the **Function's** list.

**Functions** can be exported and then imported in a different **Project**.

## Contents

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