1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 05:13:43 +00:00
Files
help/_articles/features/folders.md
fred_the_tech_writer 899c14476d Organizations rev (#265)
* Organizations revisions initial commit.

* API doc updates

* Fix absolute link causing build failure.

* Add import to org article, and downstream order changes.

* Bitwarden 101 videos: 1st steps toward proliferating these throughout /help.

* Added 'Create Your Account' article, which references B101 Videos.

* About SSO redirect & promote importing for orgs up the list

* Create Org FAQs & trim Feature FAQs accordingly.

* Image for Org FAQs

* Move 'About the Business Portal' to Orgs category, and re-order accordingly.

* Final edits.

* Update to API doc.

* Returned missing getting-started-organizations article
2020-11-06 14:43:15 -05:00

1.7 KiB

layout, title, categories, featured, popular, tags
layout title categories featured popular tags
article Organizing your vault with folders
features
false false
categories
folders
sub-folders

Folders are a great way to categorize items in your Bitwarden vault.

{% note %} An Organization's collection are different than folders. Collections are a way to organize items and control user access within an organization's vault while folders are a way for individual users to organize items within their own personal vault. An individual user may wish to further organize the items being shared with them in their own vault into a personalized folder structure that makes sense just for them. {% endnote %}

Nested folders (sub-folders)

Nested folders work by using a naming convention with the forward slash character (/) as a delimiter. For example, if I have folders with the names "Work" and "Work/Email", "Email" will be nested as a sub-folder underneath the "Work" folder.

Nested folders example

In this example I have the following folders:

  • Personal
  • Personal/Email
  • Personal/Email/Sub
  • Social
  • Work
  • Work/Clients
  • Work/Email

This would produce a folder structure that looks like this in the web vault (and similarly in other Bitwarden applications):

{% image subfolders.png %}

There is no limit on the depth that you can go with nested folders, though the application interface may begin to "break" if you go too deep.

If a folder's name contains the forward slash delimiter, yet no "parent" folder exists, its name will be displayed in its entirety. In the example shown above, a folder named "Finance/Banking" would not produce a nested structure. You would need to create a "Finance" folder as well if nesting is desired.