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
34 changes: 4 additions & 30 deletions src/content/docs/fundamentals/concepts/accounts-and-zones.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,52 +36,26 @@ end

Each user has a profile that contains several settings, such as [Communication preferences](/fundamentals/account/customize-account/#communication-preference/) and [Language preferences](/fundamentals/account/customize-account/#language-preference/).

### Navigation

To access your profile, select the user icon and then **My Profile** from any page within the [Cloudflare dashboard](https://dash.cloudflare.com).

![Use the Profile icon to access your profile settings](~/assets/images/fundamentals/get-started/profile-navigation.png)

***

## Accounts

An account refers to an organization account. Accounts contain one or more users and can contain one or more zones. A user can be part of one or more accounts.
An account refers to an organization account, which contains one or more users and zones. Users can belong to multiple accounts, and each account maintains its own settings, including [billing profiles](/billing/create-billing-profile/), [account members](/fundamentals/manage-members/), [lists](/waf/tools/lists/), and other configurations.

Several account-level products - such as [Workers](/workers/), [Pages](/pages/), [Security Center](/security-center/), and [Bulk redirects](/rules/url-forwarding/bulk-redirects/) - can affect some or all zones contained within that account.

After you [log in](https://dash.cloudflare.com) and select an account - but before you select a zone - the sidebar will list account-level products.

Accounts also have their own settings, including [account billing profiles](/billing/create-billing-profile/), [account members](/fundamentals/manage-members/), [lists](/waf/tools/lists/), and more.

### Navigation

When you log into the [Cloudflare dashboard](https://dash.cloudflare.com), you can access all accounts where your user is a member.

To access account settings and account-level products from within a zone, use the **Account Home** option from the **Profile** dropdown.

![Use the Account Home option in the Profile dropdown to access account settings and products](~/assets/images/fundamentals/get-started/account-navigation-profile.png)

You can also use the back button near the zone name.

![Use the back button near the account name to move from a zone to your account](~/assets/images/fundamentals/get-started/account-navigation.png)

***
When you log into the [Cloudflare dashboard](https://dash.cloudflare.com), you can access all accounts where your user is a member. To access account settings and account-level products from within a zone, use the **Accounts** option from the navigation sidebar.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The navigation instruction mentions using the "Accounts option from the navigation sidebar", but this doesn't match what was previously described (which was "Account Home" from the Profile dropdown). Please verify if this is the correct current navigation path in the Cloudflare dashboard.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the tiniest nit (feel free to ignore)

Suggested change
When you log into the [Cloudflare dashboard](https://dash.cloudflare.com), you can access all accounts where your user is a member. To access account settings and account-level products from within a zone, use the **Accounts** option from the navigation sidebar.
When you log into the [Cloudflare dashboard](https://dash.cloudflare.com), you can access all accounts where your user is a member. To access account settings and account-level products from within a zone, use the **Accounts** option on the navigation sidebar.


## Zones

Domains (or [subdomains](/dns/zone-setups/subdomain-setup/)) that are added to Cloudflare become zones[^1], which have a direct impact on the security and performance of your website, application, or API. Use your zone to monitor security and performance, update configurations, and apply zone-level products and services.

Zone-level services - such as [Load Balancers](/load-balancing/) and [Cache rules](/cache/how-to/cache-rules/) - only affect your website, application, or API for that zone and not other zones, even if they are contained within the same account.

### Navigation

When you log into the [Cloudflare dashboard](https://dash.cloudflare.com) and choose an account, there will be a list of all zones within that account.

Once you are within a zone, items within the sidebar will be zone-related products.

If you need to change to another zone, use the forward arrow next to the zone name or by go back to the homepage of your account.
When you log into the [Cloudflare dashboard](https://dash.cloudflare.com) and choose an account, you can view a list of all zones within that account.

![Use the forward button near the account name to switch between zones in an account](~/assets/images/fundamentals/get-started/zone-navigation.png)
Once you are within a zone, items within the sidebar will be zone-related products. If you need to change to another zone, use the forward arrow next to the zone name or by go back to the homepage of your account.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a grammatical error in this sentence. Consider changing "or by go back to the homepage" to "or go back to the homepage".

Suggested change
Once you are within a zone, items within the sidebar will be zone-related products. If you need to change to another zone, use the forward arrow next to the zone name or by go back to the homepage of your account.
Once you are within a zone, items within the sidebar will be zone-related products. If you need to change to another zone, use the forward arrow next to the zone name or go back to the homepage of your account.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"within" is repeated twice too closely. Tiny nit but might make it sound better!

Suggested change
Once you are within a zone, items within the sidebar will be zone-related products. If you need to change to another zone, use the forward arrow next to the zone name or by go back to the homepage of your account.
Once you are in a zone, items within the sidebar will be zone-related products. If you need to change to another zone, use the forward arrow next to the zone name or by going back to the homepage of your account.


[^1]: Similar to [DNS zones](https://www.cloudflare.com/learning/dns/glossary/dns-zone/), but with additional capabilities.