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

# Doohick: The All-in-One SaaS Platform for Modern Teams

> Doohick is the all-in-one SaaS platform that helps modern teams manage users, automate workflows, and ship faster with powerful APIs and integrations.

Welcome to Doohick — the all-in-one SaaS platform built for modern teams who need powerful user management, real-time analytics, and seamless integrations in one place. Whether you're onboarding your first user or scaling to millions, Doohick gives you the tools to move fast and stay in control. Use this documentation to get up and running quickly, explore core concepts, and connect Doohick to the rest of your stack.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Set up your account and make your first API call in under 5 minutes.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/concepts/overview">
    Learn the key ideas behind how Doohick is structured and how it works.
  </Card>

  <Card title="Guides" icon="map" href="/guides/getting-started-guide">
    Step-by-step walkthroughs for the most common Doohick workflows.
  </Card>

  <Card title="API Reference" icon="code" href="/api/introduction">
    Explore the full REST API — endpoints, parameters, and response schemas.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Create your account">
    Head to [app.doohick.com](https://app.doohick.com) and sign up with your work email. Verify your address using the confirmation link sent to your inbox.
  </Step>

  <Step title="Configure your workspace">
    After signing in, open **Settings → Workspace** to set your workspace name, timezone, and language preferences so everything is tailored to your team from day one.
  </Step>

  <Step title="Invite your teammates">
    Go to **Settings → Team → Invite** and add colleagues by email. Assign each person a role — Owner, Admin, Member, or Viewer — to control what they can access and change.
  </Step>

  <Step title="Make your first API call">
    Generate an API key under **Settings → API Keys**, then hit the `/v1/users/me` endpoint to confirm everything is wired up correctly. Check the [Quickstart](/quickstart) for the exact command.
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="Plans & Pricing" icon="credit-card" href="/billing/plans-and-pricing">
    Compare plans, understand usage limits, and manage your subscription.
  </Card>

  <Card title="Contact Support" icon="headset" href="/support/contact-support">
    Reach our support team for help with your account or technical questions.
  </Card>
</CardGroup>
