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

# Introduction

> Welcome to the Essal Developer Portal. Build, extend, and integrate with a unified suite of business apps covering documents, CRM, identity, recruiting, project management, and security.

<img src="https://mintcdn.com/essal/26L4s3nD6nB9jYqH/images/cover.png?fit=max&auto=format&n=26L4s3nD6nB9jYqH&q=85&s=5ce4fd3c0a415adcf9da038d80cc4a19" alt="Essal Platform Banner" width="1774" height="887" data-path="images/cover.png" />

Essal is a unified suite of business apps designed to cover every operational need across your company. From collaborative document editing to CRM pipelines, identity and access management to applicant tracking — all six apps share a single API surface, a common data model, and a consistent authentication layer.

Whether you are embedding Essal capabilities into an existing product, automating cross-app workflows, or building internal tooling on top of the platform, the Essal API is designed to be predictable, versioned, and built to scale.

## The App Suite

<CardGroup cols={3}>
  <Card title="Essal Office" icon="file-lines" href="/guides/office/create-document">
    Collaborative documents, spreadsheets, and presentations with real-time co-editing.
  </Card>

  <Card title="Essal Access" icon="shield-keyhole" href="/guides/access/setup-sso">
    Identity provider, SSO, user provisioning, and directory management.
  </Card>

  <Card title="Essal Sales" icon="chart-line" href="/guides/sales/manage-pipeline">
    CRM with contacts, deal pipelines, and activity tracking.
  </Card>

  <Card title="Essal Careers" icon="briefcase" href="/guides/careers/post-job">
    Applicant tracking, job board publishing, and candidate pipeline management.
  </Card>

  <Card title="Essal Project" icon="rectangle-list" href="/guides/project/create-project">
    Project management with tasks, sprints, boards, and time tracking.
  </Card>

  <Card title="Essal Guard" icon="lock" href="/guides/guard/configure-policies">
    Security policies, audit logging, and anomaly-based threat alerts.
  </Card>
</CardGroup>

## Getting Started

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/getting-started/quickstart">
    Deploy Essal and make your first API request in under 10 minutes.
  </Card>

  <Card title="Platform Concepts" icon="brain" href="/concepts/workspace">
    Understand workspaces, apps, users, and the shared data model.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore all endpoints across every app in the Essal suite.
  </Card>

  <Card title="SDKs & Tools" icon="toolbox" href="/sdks/overview">
    Install official clients for Node.js, Python, Ruby, and Go.
  </Card>
</CardGroup>

## Platform Capabilities

* **Unified API**: Every app in the suite shares a common base URL, authentication scheme, and pagination model. Learn one API, and the rest follows.
* **Cross-App Events**: Subscribe to real-time webhook events — from `office.document.created` to `guard.alert.triggered` — and keep your internal systems in sync.
* **Sandbox Environment**: Test all operations against a fully isolated sandbox that mirrors production behaviour without affecting live data.
* **Granular Access Control**: Essal Guard underpins the entire platform with role-based access control, resource-level policies, and a complete audit trail.

## Developer Support

* View the [System Status](https://status.essal.cloud) page for live uptime and incident reports.
* Browse the [FAQ](/support/faq) for answers to common integration questions.
* Contact the developer team via the [Support](/support/contact) page.
