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

# Introduction

> Lace reads your screen, grounds AI reasoning in your live product, and lets you resolve UI decisions that coding agents ship through MCP.

## What Lace does

* **Reads your screen.** Lace uses on-device computer vision to parse every element of your product's interface in real time.
* **Grounds reasoning in your product.** Chat with Lace AI while looking at your live product. Every response is grounded in the visual context of what's actually in front of you.
* **Reads your documents.** Attach PDF, CSV, Markdown, Word, or plain text files to any chat. Lace cites specific sections inline so you can trace every claim back to the source.
* **Builds a system of record.** The [interaction graph](https://docs.inlace.co/concepts/interaction-graph) compounds across sessions. Lace gets smarter about your product, your goals, and your team's decisions over time.
* **Connects to your tools.** Resolved decisions are exposed as structured context through [MCP](https://docs.inlace.co/reference/mcp). Your coding agent ships changes with full UI/UX context.

## Get started

<Steps>
  <Step title="Install">
    Download from [inlace.co](https://inlace.co) and drag into Applications.
  </Step>

  <Step title="Permissions">
    Grant **screen recording** and **accessibility** when prompted. Lace also requests **microphone** access for voice dictation. See [Permissions](/reference/permissions).
  </Step>

  <Step title="Sign in">
    Open Lace and sign in. Your workspace is scoped to your organization.
  </Step>

  <Step title="Go">
    Press **⌘L** to show Lace and start a conversation.
  </Step>
</Steps>

## Explore

<CardGroup cols={2}>
  <Card title="Screen context" icon="desktop" href="/concepts/screen-context">
    How Lace reads your screen.
  </Card>

  <Card title="Review canvas" icon="lightbulb" href="/concepts/review-canvas">
    Comment on your UI and resolve decisions.
  </Card>

  <Card title="Interaction graph" icon="diagram-project" href="/concepts/interaction-graph">
    The system of record.
  </Card>

  <Card title="MCP" icon="plug" href="/reference/mcp">
    Connect to Claude Code, Cursor, or Codex.
  </Card>
</CardGroup>

Questions? Reach out at [inlace.co](https://inlace.co).
