eagle0504's picture
app updated
746d2f1
---
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 workspace](/images/streamlit-community-cloud/workspace-app-settings.png)
### Access app settings from your Cloud logs
From your app at `<your-custom-subdomain>.streamlit.app`, click "**Manage app**" in the lower-right corner.
![Access Streamlit Community Cloud logs from your app](/images/streamlit-community-cloud/cloud-logs-open.png)
Click the overflow menu icon (<i style={{ verticalAlign: "-.25em" }} className={{ class: "material-icons-sharp" }}>more_vert</i>) and click "**Settings**".
![Access app settings from your Cloud logs](/images/streamlit-community-cloud/cloud-logs-menu-settings.png)
## 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).
![General app settings on Streamlit Community Cloud: Custom subdomain](/images/streamlit-community-cloud/workspace-app-settings-general.png)
### Update your app's share settings
Learn how to [Share your app](/deploy/streamlit-community-cloud/share-your-app).
![Share settings on Streamlit Community Cloud](/images/streamlit-community-cloud/workspace-app-settings-sharing.png)
### Update your secrets
Learn more about [Secrets management](/deploy/streamlit-community-cloud/deploy-your-app/secrets-management).
![Secrets settings on Streamlit Community Cloud](/images/streamlit-community-cloud/workspace-app-settings-secrets.png)