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

# AgencyHandy Docs

> Everything you need to run your agency, give your clients a great experience, and build on top of AgencyHandy.

<CardGroup cols={3}>
  <Card title="For Agency" icon="building" href="/getting-started/introduction">
    Set up your workspace, manage clients and orders, send invoices, and run your team.
  </Card>

  <Card title="For Client" icon="user" href="/client/introduction">
    Track your projects, approve proposals, pay invoices, and get support in your portal.
  </Card>

  <Card title="API Reference" icon="code" href="/api/getting-started">
    Generate an API key and automate leads, clients, and orders with the REST API.
  </Card>
</CardGroup>

## Common tasks

<CardGroup cols={2}>
  <Card title="Add a client" icon="user-plus" href="/crm/clients">
    Create client profiles and invite them to their portal.
  </Card>

  <Card title="Send an invoice" icon="file-invoice" href="/invoices/create-invoice">
    Create and send professional invoices directly from AgencyHandy.
  </Card>

  <Card title="Publish a service" icon="package" href="/services/overview">
    Build service packages clients can order from your catalog.
  </Card>

  <Card title="Set a custom domain" icon="globe" href="/workspace/custom-domain">
    White-label your client portal with your own branded domain.
  </Card>

  <Card title="Connect payments" icon="credit-card" href="/integrations/stripe">
    Set up Stripe, PayPal, or bank transfers to get paid online.
  </Card>

  <Card title="Use the API" icon="code" href="/api/getting-started">
    Generate an API key and start creating leads, clients, and orders.
  </Card>
</CardGroup>
