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

# Quickstart

> Go from sign-up to your first merged doc in about fifteen minutes.

LivingContext puts AI agents to work generating and maintaining living documentation for your Salesforce team. Your docs live as Markdown in your own GitHub or GitLab repository — git is the source of truth — and every AI-proposed change passes human review before it ships.

This quickstart takes you from a fresh account to your first merged doc.

<Steps>
  <Step title="Sign up">
    Create an account with email and password (12+ characters), or continue with Google or GitHub. Enterprise teams can sign in through their identity provider where SSO is enabled.
  </Step>

  <Step title="Create your organization">
    Give your organization a name. The name becomes your team's subdomain, like `acme.livingcontext.ai`, and availability is checked as you type. If a teammate already created an organization, ask them for an invitation instead — see [Organizations](/admin/organizations).
  </Step>

  <Step title="Connect GitHub or GitLab">
    The setup wizard asks you to connect either GitHub or GitLab. You only need one — this is where your documentation repository lives.

    **No repo? No problem.** Use **"Start with a LivingContext workspace"** in the first step and LivingContext creates a private, pre-seeded docs repo for you — try everything now and [move to your own repo later](/getting-started/onboarding#no-repo-start-with-a-starter-workspace).
  </Step>

  <Step title="Pick a documentation repository">
    Select at least one repository to hold your docs. Everything the agents write lands here as Markdown files, so you keep full ownership and history.
  </Step>

  <Step title="Connect Salesforce (optional)">
    Connect a Salesforce org so agents can ground docs in your real metadata. Salesforce uses your own Connected App, added on Connections — you can skip this now and set it up later from [Connections](/integrations/salesforce).
  </Step>

  <Step title="Explore your docs">
    Click **Enter your workspace** to land on Home. Open **Docs** to browse the pages in your repository, organized by the file tree in your repo.
  </Step>

  <Step title="Install the browser extension">
    Create an extension key in **Settings → Browser extension**, then install the LivingContext browser extension to capture workflows directly from your browser. See [Capture](/capture/overview).
  </Step>

  <Step title="Capture your first guide">
    Start a capture, click through a workflow in Salesforce (or any web app), and stop the recording. The extension turns your clicks and screenshots into a step-by-step guide, with sensitive data redacted at capture time.
  </Step>

  <Step title="Review it as a change request">
    Published captures arrive as a change request — a reviewable draft with a full diff. Edit steps, screenshots, and text before anything reaches your repo.
  </Step>

  <Step title="Merge">
    Approve and merge the change request. The doc is committed to your repository and appears in **Docs** immediately.
  </Step>
</Steps>

<Tip>
  Agent-proposed updates follow the same path: nothing ships without a human approving it. Review agent suggestions in the [Inbox](/guides/inbox).
</Tip>

## Next steps

<CardGroup cols={2}>
  <Card title="Common tasks" icon="list-check" href="/getting-started/common-tasks">
    "How do I…?" — the exact clicks for every everyday task.
  </Card>

  <Card title="Onboarding in depth" icon="door-open" href="/getting-started/onboarding">
    Every sign-up option, the organization chooser, the setup wizard, and starter workspaces.
  </Card>

  <Card title="Core concepts" icon="book-open" href="/getting-started/concepts">
    Docs, spaces, change requests, the Inbox, and how they fit together.
  </Card>

  <Card title="Meet the agents" icon="bot" href="/agents/overview">
    What the documentation agents do and how you stay in control.
  </Card>

  <Card title="Browser capture" icon="video" href="/capture/overview">
    Record workflows and turn them into polished step-by-step guides.
  </Card>
</CardGroup>
