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

# Quickstart

> Get your studio live in under 10 minutes.

Follow these four steps to go from a new account to a published booking page.

<Steps>
  <Step title="Create your account">
    Go to [app.book2befit.com/signup](https://app.book2befit.com/signup) and sign up with your email address and a password.

    After signing up you will see a "Check your inbox" screen. Open the confirmation email and click the link inside — this takes you to a page where you click **Confirm my email** to activate your account.

    You are then taken through a short two-step onboarding wizard. Fill in your **company details** (company name, registration number, VAT status, phone, address) and optionally a separate billing address. On the final step, review and click **Finish**. You land on the **Locations** page.
  </Step>

  <Step title="Set up your location">
    A default location is already created for you. Click it to open the detail panel, then use the tabs to fill in your details:

    * **General** — location name, timezone, and address. Your public booking URL is shown here and can be edited inline. Copy or open it with the icons next to the URL.
    * **Hours** — your opening hours shown on your public booking page.
    * **Branding** — logo, colors, and a description (Growth plan and above).

    If you run classes in multiple spaces (e.g. Studio A, Studio B), go to **Spaces & Zones** in the sidebar and add them there.

    <Tip>
      Your public URL is `app.book2befit.com/[your-slug]`. The slug is editable directly in the location panel — just type and click **Save**.
    </Tip>
  </Step>

  <Step title="Create your first activity and session">
    1. Go to **Activities** and click **Add activity**. Give it a name (e.g. "HIIT Training"), set a default duration and max participants, then click **Create**.
    2. Go to **Sessions** and click **Add session**. Pick your activity, set a date and time, and select a location.
    3. Sessions are visible on your public booking page by default. If you want a session to be hidden and only bookable via a private invite link, toggle **Private session** on.

    <Note>
      Recurring sessions (e.g. every Monday at 9am) are available on the **Business plan** and above. See [Plan Tiers](/plans-and-settings/tiers).
    </Note>
  </Step>

  <Step title="Share your booking page">
    Your public booking page is live at:

    ```text theme={null}
    app.book2befit.com/[your-slug]
    ```

    Copy the link from the **Locations** page (shown in the location detail panel) and share it with your clients — add it to your Instagram bio, website, or WhatsApp.

    Clients can browse sessions and book without you creating accounts for them. After booking, they receive a confirmation email with a link to manage their bookings in their own client portal.
  </Step>
</Steps>

## What's next

<Columns cols={2}>
  <Card icon="calendar" href="/core-features/sessions" title="Sessions & Scheduling">
    Set up recurring classes, manage capacity, and configure waitlists.
  </Card>

  <Card icon="credit-card" href="/core-features/payments" title="Payments">
    Connect Stripe to accept online payments from clients.
  </Card>

  <Card icon="user-group" href="/core-features/team" title="Invite your team">
    Add coaches and assign their schedules.
  </Card>

  <Card icon="globe" href="/core-features/public-portal" title="Client Portal">
    See exactly what your clients see on the public booking page.
  </Card>
</Columns>

<Note>
  Need help? Email us at [support@book2befit.com](mailto:support@book2befit.com).
</Note>
