# Account overview The [Ably dashboard](https://ably.com/accounts) is where you manage your accounts and apps. ## Apps Create a new app to get started with Ably, or select an existing app to configure its settings and monitor connections, channels, and messages that are being used throughout it. You can also view logs and reports for each app to keep on top of your usage and troubleshoot any issues as they arise. ## Settings Manage your Ably account settings, including authentication, billing, and ownership: * Use your account's unique identifier (Account ID) when contacting support. * Account owners can require all users to set up [two-factor authentication (2FA)](https://ably.com/docs/platform/account/2fa.md?source=llms.txt) for added security. * Update your billing details and package subscription. * Transfer ownership or cancel the account. ## Reports View detailed [reports](https://ably.com/accounts/any/apps/any/reports) about your account and app usage. ## Team [Manage the users](https://ably.com/accounts/any/account_users) that have access to your account. The account owner role has full permissions to manage the account, including adding and removing users, and managing their [roles](https://ably.com/docs/platform/account/team.md?source=llms.txt). ## Profile settings Click the user avatar in the top-right of the Ably dashboard to access your profile settings: ![Ably user menu](https://raw.githubusercontent.com/ably/docs/main/src/images/content/screenshots/dash/account.png) Your profile settings are organized into three sections: * [Profile](https://ably.com/users/settings/profile): view and edit your name and email address, or delete your profile. * [Security](https://ably.com/users/settings/security): manage your password, [two-factor authentication (2FA)](https://ably.com/docs/platform/account/2fa.md?source=llms.txt), and connected login providers (Google, GitHub). * [Emails and notifications](https://ably.com/users/settings/emails_and_notifications): customize Ably email preferences (product updates, news, educational emails) and set up notifications for account usage. ## Related Topics - [Team](https://ably.com/docs/platform/account/team.md?source=llms.txt): Manage users, roles, and team access in your Ably account. - [Organizations](https://ably.com/docs/platform/account/organizations.md?source=llms.txt): Manage Ably organizations, provision users, configure SSO with SCIM, and handle account roles. - [Single sign-on (SSO)](https://ably.com/docs/platform/account/sso.md?source=llms.txt): Single sign-on enables users to authenticate with Ably using your own identity provider. - [Two-factor authentication (2FA)](https://ably.com/docs/platform/account/2fa.md?source=llms.txt): Enable two-factor authentication for your Ably account. - [Enterprise customization](https://ably.com/docs/platform/account/enterprise-customization.md?source=llms.txt): How Enterprise customers can create a custom endpoint and benefit from Active Traffic Management and other advanced Ably features. - [Access tokens](https://ably.com/docs/platform/account/access-tokens.md?source=llms.txt): Create and manage access tokens to authenticate with the Ably Control API and Ably CLI, including expiration and rotation. - [Programmatic management using Control API](https://ably.com/docs/platform/account/control-api.md?source=llms.txt): The Control API is a REST API that enables you to manage your Ably account programmatically. This is the Control API user guide. ## Documentation Index To discover additional Ably documentation: 1. Fetch [llms.txt](https://ably.com/llms.txt?source=llms.txt) for the canonical list of available pages. 2. Identify relevant URLs from that index. 3. Fetch target pages as needed. Avoid using assumed or outdated documentation paths.