Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/hub/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The Hugging Face Hub offers **Organizations**, which can be used to group accoun

If an organization needs to track user access to a dataset or a model due to licensing or privacy issues, an organization can enable [user access requests](./datasets-gated).

Note: Use the context switcher in your org settings to quickly switch between your account and your orgs.

<div class="flex justify-center">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/context-switcher.png"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/context-switcher-dark.png"/>
</div>

## Contents

- [Managing Organizations](./organizations-managing)
Expand Down