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

# Get Started with Flowtask: Add Your First Task Fast

> Create your Flowtask account using email OTP or Google OAuth, complete the three-step onboarding flow, and capture your very first task.

Getting up and running with Flowtask takes just a few minutes. Follow the three steps below to create your account, set up your profile, and capture your first task — then you'll be ready to explore everything Flowtask has to offer.

<Steps>
  <Step title="Create your account">
    Navigate to the Flowtask sign-up page and choose how you'd like to register.

    **Option A — Email + OTP:**

    1. Enter your email address and click **Continue**.
    2. Check your inbox for a 6-digit one-time passcode (OTP).
    3. Enter the code on the verification screen to confirm your email and access your account.

    **Option B — Google OAuth:**
    Click **Sign in with Google** for instant access. Flowtask will securely authenticate you through your Google account — no password required.

    <Note>
      OTP codes are valid for 5 minutes. If yours expires, request a new one from the verification screen.
    </Note>
  </Step>

  <Step title="Complete onboarding">
    After signing in for the first time, Flowtask walks you through a short welcome flow to personalize your workspace.

    1. Read through the **Welcome** screen to get a quick overview of Flowtask.
    2. On the **User Profile** screen, enter your display name and optionally upload a profile photo.
    3. Click through to the **Completed** screen — your dashboard is now ready to use.

    You can update your name and photo at any time from your account menu.
  </Step>

  <Step title="Add your first task">
    From your **Today** view, create a task using one of these methods:

    * Click the **+** button at the bottom of the task list to open the inline task form and start typing.
    * Press `C` on your keyboard to open the task creation modal instantly from anywhere in the app.

    Fill in the details:

    | Field        | Description                                                      |
    | ------------ | ---------------------------------------------------------------- |
    | **Title**    | A clear, action-oriented name for your task.                     |
    | **Due date** | Supports natural language — try `"tomorrow"` or `"next Monday"`. |
    | **Priority** | Set urgency with Low, Medium, High, or Urgent.                   |
    | **Tags**     | Add one or more tags to categorize your task.                    |

    Press **Enter** or click **Save** to create your task. It will appear immediately in your Today view.

    <Tip>
      You can assign tasks to a project by selecting the project from the task form.
    </Tip>
  </Step>
</Steps>

## Next steps

Now that you've created your first task, explore these resources to get the most out of Flowtask.

<CardGroup cols={2}>
  <Card title="Understand Tasks" icon="list-check" href="/concepts/tasks">
    Learn how tasks work — subtasks, priorities, due dates, and more.
  </Card>

  <Card title="Task Management Guide" icon="book-open" href="/features/task-management">
    Dive deep into organizing, filtering, and managing tasks at scale.
  </Card>
</CardGroup>
