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

# Onboarding

> Set up your Tenantum account quickly with basic profile and regional settings.

## Welcome to Tenantum

Complete your account setup in just 2 simple steps to start managing your properties.

***

## Step 1: Business Information

Set up your business details that will appear on invoices and tenant communications.

<Card
  title="Business Profile"
  icon="building"
  style={{
border: "1px solid #72D400",
borderRadius: "0.5rem",
}}
>
  <div style={{ marginBottom: "1rem" }}>
    <strong>Required Information:</strong>
  </div>

  {" "}

  <ul style={{ margin: "0", paddingLeft: "1.5rem" }}>
    <li>
      <strong>Business Name</strong> - Your company or individual name
    </li>

    <li>
      <strong>Business Address</strong> - Your registered business address
    </li>

    <li>
      <strong>Email Address</strong> - Primary contact email
    </li>

    <li>
      <strong>Phone Number</strong> - Business contact number
    </li>
  </ul>

  <div
    style={{
  background: "#f8f9fa",
  padding: "1rem",
  borderRadius: "0.5rem",
  marginTop: "1rem",
  borderLeft: "3px solid #72D400",
}}
  >
    <strong>Note:</strong> This information will appear on all invoices and
    tenant communications.
  </div>
</Card>

***

## Step 2: Regional Settings

Configure your regional preferences for currency, date formats, and timezone.

<Card
  title="Regional Configuration"
  icon="globe"
  style={{
border: "1px solid #72D400",
borderRadius: "0.5rem",
}}
>
  <div style={{ marginBottom: "1rem" }}>
    <strong>Regional Settings:</strong>
  </div>

  {" "}

  <ul style={{ margin: "0", paddingLeft: "1.5rem" }}>
    <li>
      <strong>Region Selection</strong> - Choose your country/region
    </li>

    <li>
      <strong>Date Format</strong> - Select your preferred date format
    </li>

    <li>
      <strong>Timezone</strong> - Set your local timezone
    </li>
  </ul>

  <div
    style={{
  background: "#f8f9fa",
  padding: "1rem",
  borderRadius: "0.5rem",
  marginTop: "1rem",
  borderLeft: "3px solid #72D400",
}}
  >
    <strong>Note:</strong> You can change these settings anytime from Settings →
    Account.
  </div>
</Card>

***

## You're All Set!

Your Tenantum account is ready with your business information and regional preferences configured.

<div
  style={{
background: "#f8f9fa",
padding: "1.5rem",
borderRadius: "0.5rem",
textAlign: "center",
border: "1px solid #72D400",
}}
>
  <h3 style={{ margin: "0 0 1rem 0", color: "#72D400" }}>
    🎉 Ready to get started?
  </h3>

  <p style={{ margin: "0", color: "#6c757d" }}>
    Choose your next step to begin managing your properties.
  </p>
</div>

## Next Steps

<CardGroup cols={2}>
  <Card title="Add Properties" icon="house" href="/features/properties">
    Create your first property and begin managing units.
  </Card>

  <Card title="Add Tenants & Leases" icon="file-contract" href="/features/tenants-leases">
    Set up tenants and leases to start tracking rent.
  </Card>
</CardGroup>

<div
  style={{

padding: "1rem",
borderRadius: "0.5rem",
marginTop: "2rem",
borderLeft: "3px solid #72D400",

}}
>
  <strong>Need help?</strong> Contact our support team at {" "}

  <a href="mailto:support@tenantum.com" style={{ color: "#72D400" }}>
    [support@tenantum.com](mailto:support@tenantum.com)
  </a>
</div>
