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

# Organizing Files with Folders

> Create nested folders and navigate them in Bizzy Files

Folders keep your Files section organized. You can nest folders to any depth,
and the breadcrumb at the top of the page shows where you are in the hierarchy.

<Frame>
  <img src="https://mintcdn.com/thebizzycomapny/LTbGbhRRJUQlFsAe/images/user-guide/files/breadcrumbs.png?fit=max&auto=format&n=LTbGbhRRJUQlFsAe&q=85&s=b265bd1e72cf4f1fc0247c30a9ce8101" alt="Folder breadcrumbs in Files" width="800" height="500" data-path="images/user-guide/files/breadcrumbs.png" />
</Frame>

## Creating a folder

1. Navigate to the folder you want the new folder to live inside (or stay at the
   root).
2. Click **New Folder**.
3. Enter a name.
4. Save.

The folder appears in the current view. Click into it to drill down.

## Navigating

* **Click a folder** to drill in.
* **Click a breadcrumb segment** to jump back to that level.
* **Click the root** (leftmost breadcrumb) to return to the top of the
  hierarchy.

## Pagination

Each folder page lists up to **50 items** (files + sub-folders) per page. Use
the pagination controls to walk through larger folders.

## Deleting a folder

Open the folder's menu and choose **Delete**. The folder and its contents are
soft-deleted — see [Deletion](/user-guide/files/deletion).

## Next steps

<CardGroup cols={2}>
  <Card title="Uploading files" icon="upload" href="/user-guide/files/uploading">
    Add files into your folders
  </Card>

  <Card title="Agent access & RAG" icon="robot" href="/user-guide/files/rag-indexing">
    Make folder contents agent-readable
  </Card>
</CardGroup>
