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

# Account setup

import { Steps, Step } from 'nextra/components';

This guide will walk you through creating and configuring your InGrow account.

<Steps>
  <Step title="Sign Up">
    Begin by navigating to the InGrow platform and selecting **Sign Up**. You will be prompted to provide a valid email address to create your account.
  </Step>

  <Step title="Email Verification">
    After signing up, you will receive a verification email from InGrow. You must click the verification link in this email to activate your account.
  </Step>

  <Step title="Choose a Subscription Plan">
    Once your account is activated, you will be prompted to select a subscription plan. InGrow offers several tiers designed to meet different needs, from individual users to large teams.

    You can start with the **Free** plan to explore the platform's core functionality and track a single LinkedIn profile. As your needs grow, you can upgrade to a paid plan at any time to access advanced features such as:

    * Tracking multiple LinkedIn profiles
    * CSV data exports
    * Webhook integrations for real-time notifications
    * API access for custom integrations

    For detailed information on each plan, please refer to our pricing page.
  </Step>
</Steps>
