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

# Zolt: Project Management for High-Performing Teams

> Zolt helps teams plan projects, assign tasks, collaborate in real time, and connect with the tools they already use — all in one place.

Zolt is a project management platform built for teams that need clarity, speed, and flexibility. Whether you're coordinating a small product sprint or managing a portfolio of cross-functional initiatives, Zolt gives you the structure to keep work organized and the visibility to keep everyone aligned. This page introduces what Zolt does, who it's for, and how this documentation is organized so you can find what you need quickly.

## What You Can Do with Zolt

Zolt brings together the core workflows modern teams rely on, so you spend less time switching tools and more time shipping work.

* **Organize projects end to end** — Create projects with descriptions, goals, and due dates. Break work into milestones and track progress from kickoff to completion.
* **Manage tasks with precision** — Assign tasks to teammates, set priorities and due dates, add labels, and attach files or comments directly to each task.
* **Collaborate in context** — Leave threaded comments on tasks, tag teammates with `@mentions`, and get notified the moment something changes.
* **Visualize work your way** — Switch between list, board (Kanban), and calendar views depending on how your team thinks about work.
* **Connect your existing tools** — Integrate with Slack, GitHub, Google Drive, and dozens of other services to keep Zolt in sync with your workflow.
* **Build custom integrations** — Use Zolt's public REST API and webhooks to automate workflows, sync data with internal systems, or build purpose-built tools for your team.

## How This Documentation Is Organized

Zolt's documentation is split into four tabs, each aimed at a different stage of your journey or a different audience.

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started/quickstart">
    New to Zolt? Start here. The Getting Started guides walk you through signing up, setting up your account, and creating your first project in minutes.
  </Card>

  <Card title="Product Guides" icon="map" href="/guides/dashboard">
    In-depth walkthroughs of every feature in the Zolt UI — from managing projects and tasks to configuring notifications and team permissions.
  </Card>

  <Card title="Developer Docs" icon="code" href="/developers/introduction">
    Reference documentation for Zolt's REST API and webhooks. Covers authentication, endpoints, request/response schemas, and integration patterns.
  </Card>

  <Card title="Support" icon="life-ring" href="/support/faq">
    Answers to common questions, troubleshooting guides, and information on how to contact the Zolt support team.
  </Card>
</CardGroup>

<Note>
  If you're building an integration or automating workflows with the Zolt API, head directly to the **Developer Docs** tab. It covers everything from generating API keys to handling webhook events.
</Note>
