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

# Documentation

> LiveClin documentation: set up your account, build questionnaires, automate delivery, and follow your patients between one appointment and the next.

<div className="mx-auto flex w-full max-w-5xl flex-col gap-14 px-4 py-12 lg:py-16">
  <div className="flex flex-col items-center gap-8">
    <div className="flex w-full max-w-2xl flex-col">
      <h1 className="text-center text-4xl font-semibold tracking-tight text-gray-900 dark:text-gray-50">
        How can we help?
      </h1>

      <p className="mt-3 text-center text-base text-gray-600 dark:text-gray-400">
        Platform tutorials and follow-up best practices, for dietitians, psychologists, physicians, coaches, and personal trainers.
      </p>
    </div>

    <div className="flex w-full max-w-lg flex-col gap-4">
      <button type="button" data-search-trigger className="flex h-11 w-full cursor-pointer items-center justify-between gap-2 rounded-full bg-gray-50 pl-4 pr-3 text-left text-sm text-gray-500 ring-1 ring-gray-200 hover:ring-gray-300 dark:bg-white/5 dark:text-gray-400 dark:ring-white/10 dark:hover:ring-white/20">
        <span className="flex min-w-0 flex-1 items-center gap-2">
          <Icon icon="search" size={14} />

          <span className="truncate">Search the documentation</span>
        </span>

        <span className="flex-none text-xs font-semibold">⌘K</span>
      </button>

      <div className="flex flex-wrap items-center justify-center gap-2 text-sm text-gray-500 dark:text-gray-400">
        <span>Common searches</span>

        <button type="button" data-popular-search data-term="create questionnaire" className="cursor-pointer rounded-md bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600 hover:bg-gray-200 dark:bg-white/10 dark:text-gray-300 dark:hover:bg-white/20">
          create questionnaire
        </button>

        <button type="button" data-popular-search data-term="schedule sends" className="cursor-pointer rounded-md bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600 hover:bg-gray-200 dark:bg-white/10 dark:text-gray-300 dark:hover:bg-white/20">
          schedule sends
        </button>

        <button type="button" data-popular-search data-term="import clients" className="cursor-pointer rounded-md bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600 hover:bg-gray-200 dark:bg-white/10 dark:text-gray-300 dark:hover:bg-white/20">
          import clients
        </button>
      </div>
    </div>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="text-base font-medium text-gray-900 dark:text-gray-50">First time here</h2>

    <Columns cols={3}>
      <Card title="Getting started" icon="rocket" href="/en/tutoriais/comece-aqui/primeiros-passos" cta="7 steps">
        From your first service to your first answered questionnaire, in one sitting.
      </Card>

      <Card title="Import clients" icon="arrow-left-right" href="/en/tutoriais/comece-aqui/importar-clientes" cta="Migrate base">
        Bring your client base over from another tool with the template spreadsheet.
      </Card>

      <Card title="Visual identity" icon="palette" href="/en/tutoriais/customizacao/identidade-visual" cta="Customize">
        Make the patient area look like your own practice.
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col gap-4">
    <h2 className="text-base font-medium text-gray-900 dark:text-gray-50">Most common tasks</h2>

    <Columns cols={2}>
      <Card horizontal title="Create questions" icon="circle-question-mark" href="/en/tutoriais/questionarios/criar-perguntas">
        Response modes, ranked options, and required explanations.
      </Card>

      <Card horizontal title="Create questionnaire" icon="clipboard-list" href="/en/tutoriais/questionarios/criar-questionario">
        Gather the questions, set the weights, and check the preview before saving.
      </Card>

      <Card horizontal title="Schedule sends" icon="calendar-clock" href="/en/tutoriais/questionarios/agendar-envios">
        Set up automatic delivery and pick the frequency for each patient.
      </Card>

      <Card horizontal title="Ready questions" icon="library" href="/en/boas-praticas/perguntas-prontas">
        A question bank by field, plus a 10-question template you can copy.
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col gap-4">
    <h2 className="text-base font-medium text-gray-900 dark:text-gray-50">Browse by section</h2>

    <Columns cols={3}>
      <Card title="Tutorials" icon="book-open" href="/en/tutoriais/comece-aqui/visao-geral">
        How to do each thing in the platform, step by step.
      </Card>

      <Card title="Best practices" icon="lightbulb" href="/en/boas-praticas/visao-geral">
        How to build questionnaires patients answer every week.
      </Card>

      <Card title="What's new" icon="bell" href="/en/novidades">
        What changed in LiveClin in recent releases.
      </Card>
    </Columns>
  </div>
</div>
