# Source

Source is the combined tree for everything in your CMS deployment &mdash; Websites, Modules, Users, Documents, and Forms all in one place, instead of navigating into each section separately. It's useful when you need to work across the whole system at once: finding an object without knowing which section it lives under, or moving/copying between areas that otherwise live in separate parts of the nav.

<img src="../images/filesystem.png" alt="Source tree" style="width: 80%; display: block"></a>

The main catalogs are:

- Websites
- Modules
- Users
- Documents
- Forms

!!!Note:
A catalog only appears in the tree once it contains at least one item -- an empty CMS deployment with no websites yet, for example, won't show a Websites row until you add one.
!!!

**Name** | **Description**
:--- | ---
<a href="/source/#source-management">Source Management</a> | Manage any catalog directly from the combined tree.

---

## Source Management

Click into any catalog to manage it with the same options available from its own section. Use **Search** at the top to find a file without browsing the tree.

<img src="../images/filesystem2.jpg" alt="Source management"></a>

**Name** | **Description**
:--- | ---
<a href="/documents/document-overview/update-folder/">Update Folder</a> | Change folder details like name or title and perform advanced functions like deleting a folder.
<a href="/documents/document-overview/upload/">Upload</a> | Drag and drop or browse files into your folder.
<a href="/documents/add-folder/">Add Folder</a> | Create a new folder and add specific details like name and title.
<a href="/documents/document-overview/permissions/">Permissions</a> | Manage user access to files and folders with specific roles.
<a href="/documents/document-overview/copy/">Copy</a> | Creates a duplicate of a file.
<a href="/documents/document-overview/move/">Move</a> | Moves the file to a new location.
<a href="/documents/document-overview/delete/">Delete</a> | Removes a file permanently from the CMS.
