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

# Welcome to Alice.In

> A visual execution layer where you and your AI agents run your project together.

Alice.In gives your project a shape you can see and walk through — goals, phases, enablers, cards — and keeps the record of everything decided and done alongside it. Your own AI agent connects to that record, so it starts every session already knowing where the project stands.

Two views, one project:

<CardGroup cols={2}>
  <Card title="The project map" icon="diagram-project" href="/using/project-map">
    Your plan as a place. Phases across the top, enablers as cards you drag to re-parent, work lighting up as it happens.
  </Card>

  <Card title="The factory map" icon="cubes" href="/using/factory-map">
    Your codebase as a place. Services, libraries and dependencies, laid out and connected.
  </Card>
</CardGroup>

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Set up in about ten minutes. Steps 1–3 are browser-only.
  </Card>

  <Card title="Connect your agent" icon="terminal" href="/using/connect-your-agent">
    One command wires your own Claude Code into the project record.
  </Card>

  <Card title="Needs you" icon="inbox" href="/using/needs-you">
    The single queue where things wait for your judgment.
  </Card>

  <Card title="Memory" icon="book" href="/concepts/memory">
    What the system remembers for you, and why answers come with citations.
  </Card>

  <Card title="The agent queue" icon="list-check" href="/using/agent-queue">
    How you hand work to your agent, and how it comes back.
  </Card>

  <Card title="Bringing in existing work" icon="file-import" href="/using/importing-your-work">
    Linear, Trello, a document — your agent imports it, no integration needed.
  </Card>

  <Card title="Troubleshooting" icon="circle-question" href="/troubleshooting">
    The things that go wrong first, and what to do about them.
  </Card>
</CardGroup>
