> ## Documentation Index
> Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Account and profile settings

> ButterCMS account settings: organization vs. personal user settings, roles, authentication methods, team management, and API token access.

## User profile vs account settings

With ButterCMS, you can configure settings for your account (organization-level settings), or your personal
user profile (biographic details such as name, email, and social media links.)

<CardGroup cols={2}>
  <Card href="../../../support/account-management/account-settings" title="Organization settings" icon="gear">
    How to access organization-level settings, such as adding intergrations, blog settings, localization, timezones, API tokens, and more.
  </Card>

  <Card href="../../collaborating-with-teams/team-management#changing-user-permissions" title="User settings" icon="users">
    How to update team members, including your own user profile.
  </Card>
</CardGroup>

## Common needs

Here are some quick links to the most common items people are looking for when investigating their settings tab:

<CardGroup>
  <Card href="../../collaborating-with-teams/default-roles" title="Roles and permissions" icon="user-shield">
    Update user roles and permissions using one of ButterCMS's default roles, or set up custom roles.
  </Card>

  <Card href="../../authentication/authentication-overview" title="Authentication" icon="shield-halved">
    Authentication methods, such as MFA, SSO, and OAuth 2.0
  </Card>

  <Card href="../../collaborating-with-teams/team-management" title="Managing team members" icon="users">
    Add, remove, and invite team members. Update their profiles and biographical data.
  </Card>

  <Card href="../../authentication/api-tokens" title="API token access" icon="user-shield">
    How to access your read and write API tokens.
  </Card>
</CardGroup>
