llama-openai-demo / data /kb /deployments /organize-apps-workspaces.md
eagle0504's picture
app updated
746d2f1
---
title: Organizing your apps with workspaces on Streamlit Community Cloud
slug: /knowledge-base/deploy/organizing-apps-workspaces-streamlit-cloud
---
# Organizing your apps with workspaces on Streamlit Community Cloud
Streamlit Community Cloud is organized into workspaces, which automatically group your apps according to the corresponding GitHub repository's owner. If you are part of multiple repositories, then you will have multiple workspaces.
![App workspaces 1](/images/streamlit-community-cloud/app-workspaces-1.gif)
## Personal workspace
If an app's GitHub repository is owned by you, the app will appear in your personal workspace, named "\<YourGitHubHandle>".
![App workspaces 2](/images/streamlit-community-cloud/app-workspaces-2.png)
## Organization workspace
If an app's GitHub repository is owned by **an organization** (such as your company), the app will appear in a separate workspace, named "\<GitHubOrganizationHandle>".
![App workspaces 3](/images/streamlit-community-cloud/app-workspaces-3.jpg)
## Workspaces with view access
You will also have access to any workspaces containing app(s) for which you only have **view access**. These apps will have a "view-only" tooltip when you click on their respective overflow menu icons (⋮).
![App workspaces 4](/images/streamlit-community-cloud/app-workspaces-4.png)
## Switching between workspaces
To switch between workspaces, click on the workspace listed in the top right corner, then select the desired workspace name.
![App workspaces 5](/images/streamlit-community-cloud/app-workspaces-5.png)
<Note>
If you have further questions about workspaces on Streamlit Community Cloud, please emails us at [[email protected]](mailto:[email protected]).
</Note>