Spaces:
Sleeping
Sleeping
title: App settings | |
slug: /deploy/streamlit-community-cloud/manage-your-app/app-settings | |
# App settings | |
This page is about your app settings on Streamlit Community Cloud. From your app settings you can [view or modify your app's URL](/deploy/streamlit-community-cloud/deploy-your-app#custom-subdomains), [manage public or private access to your apps](/deploy/streamlit-community-cloud/share-your-app) and [update your saved secrets for your apps](/deploy/streamlit-community-cloud/deploy-your-app/secrets-management). | |
If you access "**Settings**" from your [App menu](/develop/concepts/architecture/app-chrome) in the upper-right corner of your running app, you can access features to control the appearance of your app while its running. | |
## Access your app settings | |
You can get to your app's settings: | |
- [From your workspace](#access-app-settings-from-your-workspace). | |
- [From your Cloud logs](#access-app-settings-from-your-cloud-logs). | |
### Access app settings from your workspace | |
From your workspace at <a href="https://share.streamlit.io" target="_blank">share.streamlit.io</a>, click the overflow icon (<i style={{ verticalAlign: "-.25em" }} className={{ class: "material-icons-sharp" }}>more_vert</i>) next to your app. Click "**Settings**". | |
 | |
### Access app settings from your Cloud logs | |
From your app at `<your-custom-subdomain>.streamlit.app`, click "**Manage app**" in the lower-right corner. | |
 | |
Click the overflow menu icon (<i style={{ verticalAlign: "-.25em" }} className={{ class: "material-icons-sharp" }}>more_vert</i>) and click "**Settings**". | |
 | |
## Change your app settings | |
### View or change your app's URL | |
Read more about [Custom subdomains](/deploy/streamlit-community-cloud/deploy-your-app#custom-subdomains). | |
 | |
### Update your app's share settings | |
Learn how to [Share your app](/deploy/streamlit-community-cloud/share-your-app). | |
 | |
### Update your secrets | |
Learn more about [Secrets management](/deploy/streamlit-community-cloud/deploy-your-app/secrets-management). | |
 | |