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

# Welcome

> Turn engagement data into clear, actionable insight.

<div className="pb-16">
  <section
    className="relative left-1/2 right-1/2 w-screen -translate-x-1/2 overflow-hidden"
    style={{
  background:
    "linear-gradient(135deg, rgba(104, 182, 239, 0.14) 0%, rgba(104, 182, 239, 0.06) 45%, rgba(255, 255, 255, 0.98) 100%)",
}}
  >
    <div className="mx-auto grid max-w-7xl gap-12 px-4 py-20 sm:px-6 lg:grid-cols-[minmax(0,1.1fr)_minmax(320px,0.9fr)] lg:px-8">
      <div className="flex flex-col justify-center">
        <h1 className="max-w-4xl text-4xl font-bold tracking-tight text-slate-900 dark:text-white sm:text-5xl lg:text-6xl">
          Turn engagement data into clear, actionable insight.
        </h1>

        <p className="mt-6 max-w-2xl text-base leading-7 text-slate-700 dark:text-slate-300 sm:text-lg">
          Converlens brings survey building, response analysis, reporting, and team collaboration
          together in one place. Start with the essentials, then dive into the detailed guides
          for each stage of your workflow.
        </p>

        <div className="mt-8 flex flex-wrap gap-4">
          <a className="inline-flex items-center justify-center rounded-full px-6 py-3 text-sm font-semibold text-white no-underline transition hover:opacity-90" href="/docs/01-01__getting-started" style={{ backgroundColor: "#68b6ef" }}>
            Start with Getting Started
          </a>

          <a className="inline-flex items-center justify-center rounded-full border border-slate-300 px-6 py-3 text-sm font-semibold text-slate-900 no-underline transition hover:border-slate-400 hover:bg-slate-50 dark:border-slate-700 dark:text-white dark:hover:border-slate-500 dark:hover:bg-slate-900" href="/docs/01-03__user-guide">
            Browse the User Guide
          </a>
        </div>
      </div>
    </div>
  </section>

  <section className="mx-auto mt-16 max-w-7xl px-4 sm:px-6 lg:px-8">
    <div>
      <h2 className="text-3xl font-bold tracking-tight text-slate-900 dark:text-white sm:text-4xl">
        Quick Start
      </h2>

      <p className="mt-3 max-w-3xl text-base text-slate-600 dark:text-slate-300">
        Follow the fastest path from first login to published insight. Each step links into the
        deeper documentation when you are ready for more detail.
      </p>
    </div>

    <div className="mt-8">
      <Steps>
        <Step title="Log in and access your workspace">
          Begin at the Converlens sign-in page and use your email login code to access the
          platform. If you are new to the workspace, start with the
          <a href="/docs/01-03-01-04__logging-in">login guide</a>
          and the
          <a href="/docs/01-03-01-03__getting-set-up-with-converlens">setup guide</a>.

          ```text theme={null}
          1. Open app.converlens.com/login
          2. Enter your email address
          3. Use the emailed code to complete sign-in
          ```
        </Step>

        <Step title="Create or join a project">
          Open the Projects area to enter an existing workspace or create a new one for your team.
          The
          <a href="/docs/01-03-01-07-01__projects">Projects guide</a>
          and
          <a href="/docs/01-03-04-03-02__members">Members guide</a>
          cover the full setup flow.
        </Step>

        <Step title="Add a survey and collect responses">
          Create a data space, configure questions in Build, then launch your survey. Use
          <a href="/docs/01-03-04-03-01-01__adding-a-survey">Adding a Survey</a>
          and
          <a href="/docs/01-03-04-01__build">Build</a>
          as your starting point.
        </Step>

        <Step title="Analyse, visualise, and share">
          Review feedback in Explore, create visuals in Chart, and package findings in Present when
          you are ready to share results.
        </Step>
      </Steps>
    </div>
  </section>

  <section className="mx-auto mt-20 max-w-7xl px-4 sm:px-6 lg:px-8">
    <div>
      <h2 className="text-3xl font-bold tracking-tight text-slate-900 dark:text-white sm:text-4xl">
        Explore by Topic
      </h2>

      <p className="mt-3 max-w-3xl text-base text-slate-600 dark:text-slate-300">
        Jump straight to the part of the platform you need, whether you are setting up a workspace,
        managing communications, or working through response analysis.
      </p>
    </div>

    <div className="mt-8">
      <CardGroup cols={3}>
        <Card title="Getting Started" icon="rocket" href="/docs/01-01__getting-started" cta="Open guide">
          New to Converlens? Start with the platform overview, first steps, and early setup tasks.
        </Card>

        <Card title="Configuration and Admin" icon="gear" href="/docs/01-03-01__configuration-admin" cta="Set up workspace">
          Manage accounts, SSO, roles, team access, and workspace-level administration.
        </Card>

        <Card title="Contacts" icon="address-book" href="/docs/01-03-02__contacts" cta="Manage contacts">
          Import, organize, and maintain the people and stakeholders connected to your projects.
        </Card>

        <Card title="Messages" icon="envelope" href="/docs/01-03-03__messages" cta="Send updates">
          Compose communications, use dynamic content, and keep your audiences informed.
        </Card>

        <Card title="Projects" icon="folder-open" href="/docs/01-03-04__projects" cta="Work in projects">
          Build surveys, analyse responses, create charts, and publish reports across the full
          project workflow.
        </Card>

        <Card title="Quick Start" icon="play" href="/docs/01-03-05-03__quick-start" cta="Follow checklist">
          Use the short guided path from login to first survey, first responses, and first report.
        </Card>
      </CardGroup>
    </div>
  </section>

  <section className="mx-auto mt-20 max-w-7xl px-4 sm:px-6 lg:px-8">
    <div>
      <h2 className="text-3xl font-bold tracking-tight text-slate-900 dark:text-white sm:text-4xl">
        Key Workflows
      </h2>

      <p className="mt-3 max-w-3xl text-base text-slate-600 dark:text-slate-300">
        These are some of the most common paths teams follow inside Converlens when collecting and
        presenting engagement results.
      </p>
    </div>

    <div className="mt-8">
      <CardGroup cols={2}>
        <Card title="Build a Survey" icon="list-check" href="/docs/01-03-04-01__build" cta="Design questions">
          Create a data space, configure block settings, apply logic, and prepare your survey for
          launch.
        </Card>

        <Card title="Explore Responses" icon="magnifying-glass" href="/docs/01-03-04-05__explore" cta="Review submissions">
          Work through live feedback, search and filter data, and open the Submission Reader for
          detailed review.
        </Card>

        <Card title="Create Charts" icon="chart-column" href="/docs/01-03-04-02__chart" cta="Visualise results">
          Build visual summaries, configure chart settings, and export or send outputs into reports.
        </Card>

        <Card title="Publish Reports" icon="presentation-screen" href="/docs/01-03-04-06__present-previously-report" cta="Share insights">
          Assemble reports, add commentary, apply filters, and share polished outputs with
          stakeholders.
        </Card>
      </CardGroup>
    </div>
  </section>

  <section className="mx-auto mt-20 max-w-7xl px-4 sm:px-6 lg:px-8">
    <div>
      <h2 className="text-3xl font-bold tracking-tight text-slate-900 dark:text-white sm:text-4xl">
        Resources
      </h2>

      <p className="mt-3 max-w-3xl text-base text-slate-600 dark:text-slate-300">
        Reach the support channels and reference material that help your team move faster.
      </p>
    </div>

    <div className="mt-8">
      <CardGroup cols={2}>
        <Card title="User Guide" icon="book-open" href="/docs/01-03__user-guide" cta="Browse docs">
          Use the full product reference to explore every major area of the platform in detail.
        </Card>

        <Card title="Glossary" icon="spell-check" href="/docs/01-02__glossary" cta="Learn terms">
          Look up platform terms and shared vocabulary when you need a quick refresher.
        </Card>

        <Card title="Support" icon="life-ring" href="mailto:support@converlens.com" cta="Email support">
          Contact the Converlens team if you need help with setup, troubleshooting, or workflow
          guidance.
        </Card>

        <Card title="Community Updates" icon="newspaper" href="https://www.linkedin.com/company/converlens" cta="Follow Converlens">
          Keep up with feature updates, product news, and stories from the Converlens community.
        </Card>
      </CardGroup>
    </div>
  </section>

  <section className="mx-auto mt-20 max-w-7xl px-4 sm:px-6 lg:px-8">
    <div
      className="rounded-3xl border border-sky-200 px-6 py-10 text-center dark:border-sky-900"
      style={{
    background:
      "linear-gradient(135deg, rgba(104, 182, 239, 0.16) 0%, rgba(104, 182, 239, 0.08) 100%)",
  }}
    >
      <h2 className="text-3xl font-bold tracking-tight text-slate-900 dark:text-white sm:text-4xl">
        Ready to launch your first Converlens workflow?
      </h2>

      <p className="mx-auto mt-4 max-w-2xl text-base text-slate-700 dark:text-slate-300">
        Start with the guided onboarding docs, then use the User Guide as your day-to-day reference
        as your team builds surveys, analyses responses, and publishes results.
      </p>

      <div className="mt-8 flex flex-wrap justify-center gap-4">
        <a className="inline-flex items-center justify-center rounded-full px-6 py-3 text-sm font-semibold text-white no-underline transition hover:opacity-90" href="/docs/01-01__getting-started" style={{ backgroundColor: "#68b6ef" }}>
          Open Getting Started
        </a>

        <a className="inline-flex items-center justify-center rounded-full border border-slate-300 px-6 py-3 text-sm font-semibold text-slate-900 no-underline transition hover:border-slate-400 hover:bg-white/70 dark:border-slate-700 dark:text-white dark:hover:border-slate-500 dark:hover:bg-slate-900/60" href="/docs/01-03-05-03__quick-start">
          Follow Quick Start
        </a>
      </div>
    </div>
  </section>
</div>
