> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Smart Folders

> Create and manage custom smart folders to filter your media table by rules

Smart folders filter the [Media tab](/interface/media-tab) by rules instead of browsing folders. You get built-in smart folders and can create your own with custom names and conditions. For the list of built-in smart folders and available filter fields, see the [Smart folders reference](/reference/smart-folders).

## Creating a custom smart folder

<Steps>
  <Step title="Open Smart folders">
    In the Media panel, open the **Smart folders** section in the left sidebar.
  </Step>

  <Step title="Add a new smart folder">
    Click the **+** (plus) button next to "Smart folders".
  </Step>

  <Step title="Configure the smart folder">
    In the dialog:

    * Enter a **Folder name** (e.g. "My video clips", "Unanalyzed MP4s").
    * Choose **Match**: **All conditions (AND)** or **Any condition (OR)**.
    * Add one or more **Conditions**. See [Filter fields and operators](/reference/smart-folders#filter-fields-and-operators) for available fields and operators.

    <Info>
      **Example**:

      * Is visually analyzed: yes
      * File extension is "mp4"
      * Duration is greater than 10 seconds
    </Info>
  </Step>

  <Step title="Preview and save">
    The **Preview** line will show how many files match your conditions. Click **Create** to save. The new smart folder appears in the list; select it to filter the table.
  </Step>
</Steps>

Custom smart folders are stored per user and persist across sessions. The main search box still applies on top of the smart folder filter.

## Editing a custom smart folder

<Steps>
  <Step title="Open the edit dialog">
    Hover over the custom smart folder in the list and click the **pencil** (<Icon icon="pencil" />) icon.
  </Step>

  <Step title="Apply changes">
    Change the name, match rule (AND/OR), or conditions as needed. Click **Save**.
  </Step>
</Steps>

Built-in smart folders do not show edit or delete; only custom ones can be edited or removed.

## Deleting a custom smart folder

Hover over the custom smart folder and click the **trash** (<Icon icon="trash" />) icon.
