# File Browser

Introduction

Lucy's built-in file browser lets you upload and manage files of all types. Accessible when editing landing pages or message templates or from the navigation bar, the file browser allows you to add, organize, and preview files directly within the application.

***

### Configuration

{% hint style="info" %}
Navigate to **Settings -> File Browser** or click "Upload File or Image" in the content editor and then click "Browse Server".
{% endhint %}

<figure><img src="/files/1auKUz67UCgwtSiw61zo" alt=""><figcaption></figcaption></figure>

***

### File browser hierarchy

The File Browser organizes files into three folders: System, Campaign, and Template.

{% tabs %}
{% tab title="System Folder" %}
The System folder contains files accessible across all campaigns, providing a central repository for common files.

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

{% hint style="info" %}
Example reference

`<img src="/public/system/static/icon.png">`
{% endhint %}
{% endtab %}

{% tab title="Campaign Folder" %}
The Campaign folder is specific to individual campaigns, ensuring files are organized per project.

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

{% hint style="info" %}
Example reference

`<img src="/public/campaign/84/static/tdx.png">`
{% endhint %}
{% endtab %}

{% tab title="Template Folder" %}
Each Template folder is unique to a specific template within a campaign, ensuring files for the same template in different campaigns are kept separate.

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

{% hint style="info" %}
Example reference

`<img src="/public/campaign/84/98/11/logo2.png">`
{% endhint %}
{% endtab %}
{% endtabs %}

***

### Managing files

The file browser supports creating your own subfolders within the original three folders so you can store and reference files from anywhere within the file browser, allowing you the freedom to define your own storage solution.

You can also rename, copy, move, download, or delete any file by selecting it:

<figure><img src="/files/iriOf7MXAFgzMq29Zfjz" 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://wiki.lucysecurity.com/application-reference/settings/file-browser.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.
