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

# Quickstart

> Get up and running with Twill in minutes. This guide covers workspace setup, GitHub integration, and creating your first AI-assisted task.

<Steps>
  <Step title="Sign Up & Create Workspace">
    1. Visit [Twill](https://twill.ai/login) and login
    2. Create a workspace with your preferred name and URL slug
    3. Authorize the GitHub App and select repositories to access
  </Step>

  <Step title="Give Twill Its First Task">
    Start with a small, easy-to-verify task (like you would delegate to a teammate).
    Prefer something with a clear before/after so you can review the PR quickly.

    Example:

    ```
    Fix the empty state on the settings page: show a link to create the first workspace.
    ```

    Twill will analyze the relevant parts of the codebase and ask clarifying questions if needed.
  </Step>

  <Step title="Review the Output">
    You’ll get a pull request that includes the change plus verification/proof-of-work
    when available (tests, screenshots, screen recordings, logs, and previews
    depending on your repo setup).
    Nothing is merged automatically—you review it like any other PR.
  </Step>
</Steps>

## Next Up

<CardGroup cols={2}>
  <Card title="Use Cases" icon="file-lines" href="/product-development">
    Common tasks that work well as a first run
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/github-issues">
    Trigger tasks from GitHub, Linear, Notion, or Slack
  </Card>

  <Card title="Agent configuration" icon="sliders" href="/agent-config/overview">
    Choose which coding agent handles tasks by default
  </Card>

  <Card title="Request a plan" icon="list-check" href="/agent/planning">
    When you want research + a plan before implementation
  </Card>
</CardGroup>
