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

# Equa Documentation

> Complete documentation for the Equa platform -- equity management, AI assistant, and developer tools

# Welcome to Equa

Equa is a comprehensive equity management platform for startups and growing companies, powered by an AI assistant engine. This documentation covers the entire ecosystem: platform features, AI engine, API reference, CLI tools, and infrastructure.

<Note>
  This documentation site is under active development. Content is authored using the [Spequa](/onboarding/spequa-workflow) spec-driven process where every claim is verified against source code.
</Note>

## Platform

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/guides/getting-started">
    Set up your organization, manage your cap table, and start using Equa.
  </Card>

  <Card title="User Guides" icon="book-open" href="/guides/index">
    Step-by-step guides for cap table management, ESOP, agreements, and more.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/architecture/index">
    System overview, data model, infrastructure, and integration architecture.
  </Card>

  <Card title="Feature Specifications" icon="file-lines" href="/specs/index">
    Detailed specifications for all 23 platform features, verified against source code.
  </Card>
</CardGroup>

## AI Engine (Equabot)

<CardGroup cols={2}>
  <Card title="AI Assistant Setup" icon="robot" href="/start/assistant-setup">
    Set up the AI assistant with WhatsApp, Telegram, Discord, and more.
  </Card>

  <Card title="Core Concepts" icon="brain" href="/concepts/agent">
    Agent architecture, sessions, memory, multi-agent routing, and model providers.
  </Card>

  <Card title="Channels" icon="comments" href="/channels/index">
    WhatsApp, Telegram, Discord, Slack, iMessage, and more.
  </Card>

  <Card title="Tools & Skills" icon="wrench" href="/tools/index">
    Browser automation, code execution, voice calls, and custom skills.
  </Card>
</CardGroup>

## Developer & Operations

<CardGroup cols={3}>
  <Card title="API Reference" icon="code" href="/api/index">
    Platform and Gateway API endpoints.
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli/index">
    Complete CLI command reference.
  </Card>

  <Card title="Install & Deploy" icon="download" href="/install/index">
    Installation, updates, and deployment guides.
  </Card>

  <Card title="Gateway Operations" icon="server" href="/gateway/index">
    Gateway configuration, security, and troubleshooting.
  </Card>

  <Card title="Developer Onboarding" icon="graduation-cap" href="/onboarding/index">
    Setup guides for new developers joining the team.
  </Card>

  <Card title="Compliance" icon="shield-halved" href="/compliance/index">
    Security controls, data protection, and audit preparation.
  </Card>
</CardGroup>

## Platform Repositories

| Repository                                                                | Purpose              | Stack               |
| ------------------------------------------------------------------------- | -------------------- | ------------------- |
| [equa-web](https://github.com/EQUAStart/equa-web)                         | Frontend application | React, Next.js      |
| [equa-server](https://github.com/EQUAStart/equa-server)                   | Backend API          | Node.js, Express    |
| [equa-patternlib](https://github.com/EQUAStart/equa-patternlib-nextjs)    | Design system        | Storybook, React    |
| [equa-desktop-app](https://github.com/EQUAStart/equa-desktop-app-mac-ios) | macOS/iOS app        | Swift, SwiftUI      |
| [equabot](https://github.com/EQUAStart/equabot)                           | AI engine & gateway  | TypeScript, Node.js |

## Contributing

See our [Contributing Guide](/contributing-guide) for documentation authoring rules, citation requirements, and the spequa workflow.
