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

# Introduction

> What elean is and how it's organized.

elean is a task and project management platform built for teams that want a fast, no-nonsense way to plan and track work — workspaces, projects, tasks, and comments, without fighting a spreadsheet or an over-configured tool.

## Core concepts

<AccordionGroup>
  <Accordion title="Workspace" icon="building">
    The top-level container for your team. Members, billing, roles, and workspace-wide settings (labels, statuses, security) live here.
  </Accordion>

  <Accordion title="Project" icon="folder">
    Where tasks live. Each project has its own statuses, labels, and due-date reminder rules, independent of other projects in the workspace.
  </Accordion>

  <Accordion title="Task" icon="list-check">
    The unit of work: title, description, status, priority, assignees, labels, due date, and comments.
  </Accordion>

  <Accordion title="Members & roles" icon="users">
    Invite teammates by email. Roles control what a member can see and do across the workspace.
  </Accordion>
</AccordionGroup>

## Where to start

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create a workspace, project, and your first task in a few minutes.
  </Card>

  <Card title="Connect an AI agent" icon="robot" href="/mcp/index">
    Let Claude Code, Cursor, or any MCP client read and write tasks for you.
  </Card>
</CardGroup>

Need to integrate elean into your own scripts or tools instead? See the [Public API reference](/api-reference/introduction).
