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

# Getting started

> Get your clinic up and running with MASLOW

## Overview

This guide walks you through the key steps to start using MASLOW at your clinic, from initial setup to your first patient survey.

### 1. Clinic setup (admins)

Your clinic administrator will handle the initial configuration:

<AccordionGroup>
  <Accordion icon="building" title="Configure your clinic">
    Your MASLOW account comes pre-configured with your clinic details. Sign in with the credentials provided during onboarding to review and update your clinic settings.
  </Accordion>

  <Accordion icon="users" title="Invite your team">
    Add providers and staff from the **Users** section in the admin dashboard. Each user receives an email invitation to create their account.
  </Accordion>
</AccordionGroup>

### 2. Create surveys (providers)

<AccordionGroup>
  <Accordion icon="clipboard-list" title="Set up your first survey">
    Navigate to **Surveys** in the provider dashboard. You can start from a validated template (PHQ-9, GAD-7, etc.) or create a custom survey with AI assistance.
  </Accordion>

  <Accordion icon="paper-plane" title="Assign to patients">
    Select a patient, choose a survey, and send the assignment. Patients receive a magic link via email to complete the survey — no app download or password required.
  </Accordion>
</AccordionGroup>

### 3. Review results

<AccordionGroup>
  <Accordion icon="brain" title="View AI-powered reports">
    Once a patient completes a survey, MASLOW generates a clinical report with AI-powered insights. Reports are available in the provider dashboard and can be integrated into your EHR.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Admin setup guide" icon="gear" href="/admin/setup">
    Detailed clinic configuration walkthrough.
  </Card>

  <Card title="Provider dashboard" icon="chart-line" href="/providers/dashboard">
    Learn your way around the provider interface.
  </Card>

  <Card title="Survey creation" icon="clipboard-list" href="/providers/surveys">
    Create and customize clinical surveys.
  </Card>

  <Card title="Security & HIPAA" icon="shield-halved" href="/security/overview">
    Understand how patient data is protected.
  </Card>
</CardGroup>
