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

# Taskezy documentation

> Run your whole business from WhatsApp. Set up Taskezy, learn what Tia can do, connect your systems, and manage billing — all in one place.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[680px] flex-col gap-3 self-center text-center">
    <span className="tz-eyebrow">Documentation</span>

    <h1 className="text-[30px] font-semibold leading-9 tracking-tight text-gray-900">
      Run your business from WhatsApp.
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600">
      Taskezy is the AI operations layer for small businesses. Tia — the agent inside — staffs sales, finance, operations, inventory, and your personal assistant, all over WhatsApp. These guides show you how to set her up and put her to work.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Get started in five minutes</span>} icon="rocket" href="/getting-started" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Create a workspace, add the owner's WhatsApp number, and forward your first receipt to Tia — start to finish in under five minutes.</span>
    </Card>

    <a href="/introduction" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
      <Icon icon="sparkles" color="#5d6b14" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="text-base font-semibold text-gray-900">What is Taskezy?</span>

        <span className="text-sm leading-relaxed text-gray-600">
          Meet Tia, the five seats she staffs, and the principles behind how she works.
        </span>
      </div>
    </a>

    <a href="/how-tia-works" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
      <Icon icon="message-circle" color="#5d6b14" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="text-base font-semibold text-gray-900">How Tia works</span>

        <span className="text-sm leading-relaxed text-gray-600">
          One assistant, draft-then-confirm on the books, and the daily morning brief.
        </span>
      </div>
    </a>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="text-xl font-semibold leading-normal text-gray-900">What Tia can do</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/sales" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="trending-up" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Sales</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Leads, quotes, projects, and contacts — captured from a WhatsApp message or a scanned business card.
          </span>
        </div>
      </a>

      <a href="/finance" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="wallet" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Finance</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Expenses, receivables, payables, vendors, purchase orders, and a daily cash position.
          </span>
        </div>
      </a>

      <a href="/documents" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="file-text" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Which document to use</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Quotes, proformas, invoices, advances, credit notes, POs, bills, and expenses — and the moment to reach for each.
          </span>
        </div>
      </a>

      <a href="/operations" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="hard-hat" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Operations</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Today's jobs, the schedule, crews and resources, and project blockers.
          </span>
        </div>
      </a>

      <a href="/inventory" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="package" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Inventory</span>

          <span className="text-sm leading-relaxed text-gray-600">
            A catalog of products and services, on-hand stock, movements, and low-stock alerts.
          </span>
        </div>
      </a>

      <a href="/personal-assistant" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="bell" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Personal assistant</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Reminders that never slip, renewal tracking for licences and visas, and the morning brief.
          </span>
        </div>
      </a>
    </div>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="text-xl font-semibold leading-normal text-gray-900">Connect & operate</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/connect-your-bank" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="landmark" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Connect your bank</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Lean Tech open-banking or PDF statement upload. Mashreq, ENBD, and RAKBANK supported today.
          </span>
        </div>
      </a>

      <a href="/connect-zoho-books" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="book-open" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Connect Zoho Books</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Optional. Push confirmed expense entries to an existing Zoho Books account via OAuth.
          </span>
        </div>
      </a>

      <a href="/whatsapp-setup" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="users" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Add your team to WhatsApp</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Invite members, assign roles, and verify WhatsApp numbers so Tia knows who is asking.
          </span>
        </div>
      </a>

      <a href="/billing" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="receipt" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Billing and plans</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Plans, the 30-day free trial, conversation limits, and overage handling.
          </span>
        </div>
      </a>
    </div>
  </div>

  <hr className="border-0 border-t border-gray-200" />

  <div className="flex flex-col gap-4">
    <h2 className="text-xl font-semibold leading-normal text-gray-900">Resources</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="https://taskezy.co/pricing" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="circle-dollar-sign" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Pricing</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Three plans for SMBs. USD-displayed, invoiced in local currency with VAT.
          </span>
        </div>
      </a>

      <a href="https://taskezy.co/resources/blog" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="newspaper" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Insights</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Field notes on AI, operations, and the GCC.
          </span>
        </div>
      </a>

      <a href="https://app.taskezy.co/sign-up" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="user-plus" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Start a free trial</span>

          <span className="text-sm leading-relaxed text-gray-600">
            30 days, no credit card required.
          </span>
        </div>
      </a>

      <a href="mailto:support@taskezy.co?subject=Walkthrough%20request" className="rounded-2xl flex flex-col gap-4 border bg-white p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md">
        <Icon icon="life-buoy" color="#5d6b14" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="text-base font-semibold text-gray-900">Talk to the team</span>

          <span className="text-sm leading-relaxed text-gray-600">
            Email support or book a 30-minute walkthrough.
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
