# Getting started with account management and security

The Account Management & Security section provides documentation on managing your Pushwoosh account, securing access, and handling billing. 
It includes guides on the following topics:

<CardGrid>
  <IconLinkCard
      href="/product/account-management-and-security/account-settings/"
      icon="setting"
      title="Account settings"
      description="Manage your login and security settings."
  />
  <IconLinkCard
      href="/product/account-management-and-security/managing-projects/"
      icon="puzzle"
      title="Managing projects"
      description="Learn how to edit, and delete projects in Pushwoosh."
  />
  <IconLinkCard
      href="/product/account-management-and-security/multi-login-accounts/"
      icon="external"
      title="Managing user access and permissions"
      description="Invite users and assign permissions based on their roles."
  />
  <IconLinkCard
      href="/product/account-management-and-security/two-factor-authentication/"
      icon="seti:lock"
      title="Two-factor authentication"
      description="Enhance security by enabling 2FA for your account."
  />
  <IconLinkCard
      href="/product/account-management-and-security/passkeys/"
      icon="seti:key"
      title="Passkeys"
      description="Sign in with device-based passkeys for stronger and faster authentication."
  />
  <IconLinkCard
      href="/product/account-management-and-security/billing-page/"
      icon="approve-check-circle"
      title="Billing page"
      description="Manage your subscription, payments, and invoices."
  />
</CardGrid>