# IO

## Introduction

**Incari** has several **Nodes** relating to *io* (input/output) functionality. These can be used to create a file from scratch, set or return the working *directory*, list all content within a directory, get a file's file *extension*, save and load persistent data between sessions, as well as remove a file by deleting it.

Some **Nodes** -- namely **Save File**, **Create File**, and **Remove** -- only have influence over the **Asset Folder**. The others can be used to execute their respective *io* processes anywhere.

## Contents

* [**Create File**](/incari-studio/toolbox/io/createfile.md)
* [**Get Current Directory**](/incari-studio/toolbox/io/getcurrentdirectory.md)
* [**Get File Extension**](/incari-studio/toolbox/io/getfileextension.md)
* [**List Directory Content**](/incari-studio/toolbox/io/listdirectorycontent.md)
* [**Load File**](/incari-studio/toolbox/io/loadfile.md)
* [**Remove**](/incari-studio/toolbox/io/remove.md)
* [**Save File**](/incari-studio/toolbox/io/savefile.md)
* [**Set Current Directory**](/incari-studio/toolbox/io/setcurrentdirectory.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/io.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.
