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

# FusionDesk: Integrated Service Management Platform

> FusionDesk unifies help desk ticketing, project management, and team collaboration into one platform to help you deliver exceptional customer service.

FusionDesk is an Integrated Service Management (ISM) platform that brings together customer support ticketing, task and project management, and team collaboration under a single roof. Whether you're a startup scaling your support operations or an enterprise managing service across departments, FusionDesk gives you the tools to streamline workflows, meet SLAs, and delight your customers.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your account set up and handle your first ticket in minutes.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/core-concepts">
    Understand tickets, projects, SLAs, and workspaces before diving in.
  </Card>

  <Card title="REST API" icon="code" href="/api/overview">
    Integrate FusionDesk into your own apps with the full REST API.
  </Card>

  <Card title="SDK Libraries" icon="box" href="/sdk/overview">
    Use the official JavaScript or Python SDK to build faster.
  </Card>
</CardGroup>

## What You Can Do with FusionDesk

FusionDesk covers the full lifecycle of customer service and internal project work:

<CardGroup cols={2}>
  <Card title="Help Desk Ticketing" icon="ticket" href="/guide/tickets/create-tickets">
    Create, assign, and resolve support tickets with SLA tracking and automated escalations.
  </Card>

  <Card title="Project & Task Management" icon="list-check" href="/guide/projects/overview">
    Manage projects end-to-end — assign tasks, set milestones, and track progress in real time.
  </Card>

  <Card title="Collaborative Workspace" icon="users" href="/guide/collaboration/workspace">
    Work together across teams and departments in a shared, organized environment.
  </Card>

  <Card title="Analytics & Reports" icon="chart-bar" href="/guide/analytics/dashboards">
    Monitor performance with customizable dashboards and exportable reports.
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Create your account">
    Sign up at [fusiondesk.in](https://fusiondesk.in/contact-us.html) to get your organization workspace provisioned.
  </Step>

  <Step title="Set up your team">
    Invite agents and administrators, configure roles, and customize your workspace to match your brand.
  </Step>

  <Step title="Create your first ticket">
    Submit a support ticket through the FusionDesk portal and experience the end-to-end workflow firsthand.
  </Step>

  <Step title="Connect via API or SDK">
    Use the REST API or one of the official SDKs to automate ticket creation and integrate FusionDesk into your existing tools.
  </Step>
</Steps>

<Note>
  New to FusionDesk? Start with the [Quick Start guide](/quickstart) for a step-by-step walkthrough of your first session.
</Note>
