# KittenBlock Hardware File System

KittenBlock has implemented a file system in order to facilitate users to upload or download files to and from Futureboard.

Files generated by the Kittenblock programs are also accessible through this file system.

### Hardware File System

#### 1. Uploading Files

Make sure Futureboard is successfully connected and click the Files button.

![](https://kittenbothk.readthedocs.io/en/latest/_images/file2.png)

You can view the files currently on the Futureboard.

![](https://kittenbothk.readthedocs.io/en/latest/_images/file1.png)

Press upload to select the files you wish to upload.

![](https://kittenbothk.readthedocs.io/en/latest/_images/file3.png)

Press the right button to begin transferring the files onto Futureboard.

![](https://kittenbothk.readthedocs.io/en/latest/_images/file4.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/file5.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/file6.png)

#### 2. Exporting Files from KittenBlock

Models generated by KittenBlock programs can be exported onto your computer.

Click the Files button to open the file manager.

![](https://kittenbothk.readthedocs.io/en/latest/_images/file9.png)

Select the files you want and press save.

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/file10.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/file11.png" alt=""><figcaption></figcaption></figure>


---

# 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://sharinghub-eng.kittenbot.hk/programming-platforms/kittenblock/kittenblock-functions-and-features/kittenblock-unique-features/kittenblock-hardware-file-system.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.
