diff --git a/docs/distributing/Flow/account.mdx b/docs/distributing/Flow/account.mdx new file mode 100644 index 0000000..27eefd0 --- /dev/null +++ b/docs/distributing/Flow/account.mdx @@ -0,0 +1,31 @@ +--- +sidebar_label: Account Management +sidebar_position: 5 +--- + +# Account Management + +## Account Settings + +To access your account settings in the dashboard, click your profile avatar or username in the top-right corner and select **Account Settings**. From here you can update your display name, email address, and manage API keys. + +## Deleting Your Account + +To permanently delete your account, navigate to **Account Settings** and scroll to the **Danger Zone** section, then click **Delete Account**. + +Before your account can be deleted, the following prerequisite must be met: + +### Cancel Active Subscriptions + +If you are the **Owner** of any team with an active paid subscription, you must cancel that subscription first. Go to the team's **Billing** page and cancel the subscription before proceeding. + +### What Happens to Your Teams + +When your account is deleted: + +- **Owned teams** (teams where you hold the Owner role) and all of their projects are **deleted automatically** — you do not need to manually remove projects beforehand. +- **Non-owned teams** (teams where you are a member but not the Owner) are **not affected** — you are simply removed as a member and the team continues to exist. + +:::caution +Account deletion is permanent and cannot be undone. Ensure you have exported or transferred any data you wish to keep before proceeding. +:::