# Filesystem Element

The filesystem API allows full file CRUD capabilities on the user's device.

{% hint style="warning" %}
This module must be enabled under "Plugins" in the Deskifier Dashboard
{% endhint %}

## Filesystem Element Properties

<figure><img src="/files/EV5uVBbQ6tw5xCeqL9Xf" alt=""><figcaption></figcaption></figure>

1. Set **System Drives - Deskifier Data Object** to "System Drives - Deskifier Data Object"
2. Set **Files - Deskifier Data Object** to "Files - Deskifier Data Object"
3. Set **Downloaded Files - Deskifier Data Object** to "Downloaded Files - Deskifier Data Object"
4. Set **File Details - Deskifier Data Object** to "File Details - Deskifier Data Object"

This will allow the element to output custom objects containing file system objects.

Set **Enable File Dropping** to "yes" if you want to allow users to drag and drop files onto your application.

## Filesystem Element Actions

{% content-ref url="/pages/oZjShH2mz4AIlyZ8RCy8" %}
[Actions](/deskifier/deskifier-bubble.io-docs/filesystem-element/actions.md)
{% endcontent-ref %}

## Filesystem Element Events

{% content-ref url="/pages/fQ51an4FmOZZHrxarunO" %}
[Events](/deskifier/deskifier-bubble.io-docs/filesystem-element/events.md)
{% endcontent-ref %}

## Filesystem Element States

{% content-ref url="/pages/mcu9nnFQ1RHtnVkv2uCz" %}
[States](/deskifier/deskifier-bubble.io-docs/filesystem-element/states.md)
{% endcontent-ref %}


---

# 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/filesystem-element.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.
