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

# Account & Sign-In

> Sign in to Flowy, fix magic-link problems, and manage or delete your account.

export const DemoVideo = ({src, poster, caption, aspectRatio = "16 / 10", className = ""}) => {
  return <figure className={`not-prose my-6 w-full ${className}`}>
      <div className="overflow-hidden rounded-2xl border border-gray-950/10 bg-gray-100 dark:border-white/10 dark:bg-white/5" style={{
    aspectRatio
  }}>
        <video src={src} poster={poster} loop autoPlay muted playsInline className="h-full w-full object-cover" />
      </div>
      {caption && <figcaption className="mt-2 text-center text-sm text-gray-500 dark:text-gray-400">
          {caption}
        </figcaption>}
    </figure>;
};

You sign in to Flowy with **Google**, **GitHub**, **Figma**, or a **magic link** sent to your email — nothing to install, and your workspace is ready the moment you land.

<DemoVideo src="/videos/help/account.mp4" poster="/images/posters/help/account.jpg" caption="Signing in with a provider and landing in a ready workspace" />

## Sign in

<Steps>
  <Step title="Choose a sign-in method">
    Go to [tryflowy.ai](https://tryflowy.ai) and pick **Google**, **GitHub**, **Figma**, or enter your email to receive a magic link.
  </Step>

  <Step title="Verify your email">
    If Flowy asks you to confirm your email, open the message and follow the link inside.
  </Step>

  <Step title="Land in your workspace">
    Flowy sets up your workspace automatically. Your projects and members live there, and you can start creating right away. See [workspaces](/collaboration/workspaces) for how they work.
  </Step>
</Steps>

Keep signing in with the same provider you signed up with — for example, if you joined with Google, keep using Google so you always land in the same account.

## Magic link didn't arrive?

* Check your spam or junk folder.
* Give it a minute — email delivery can lag.
* Request a fresh link from the sign-in screen; only the newest link works.
* Confirm you typed the address you signed up with.

If the link still doesn't show up, [contact support](/help/contact) and we'll get you in.

## Your profile

Your profile settings hold your name and profile picture. Update your first and last name anytime, and upload a profile picture up to 5 MB. For everything else on the account page — security, sessions, and preferences — see [account settings](/settings/account).

## Deleting your account

To delete your Flowy account, email [contact@tryflowy.ai](mailto:contact@tryflowy.ai) from the address on the account. The team confirms the request and removes the account for you.

<Warning>
  Deleting your account is permanent. Download anything you want to keep first — see [exporting](/help/exporting).
</Warning>

<Tip>
  Ready to make something? Follow the [quickstart](/getting-started/quickstart) to create your first generation in minutes.
</Tip>
