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

# Quickstart

> Create an account and ship your first PR in minutes

<Card title="New to Lancey?" icon="sparkles" href="/index">
  Learn about Lancey's capabilities and use cases before getting started
</Card>

## Get set up in less than 10 minutes

Complete these steps to set up Lancey and start shipping PRs with AI agents.

<Warning>
  Make sure you have admin access to your GitHub repository before proceeding with the GitHub integration step.
</Warning>

<Steps>
  <Step title="Create an Account" icon="user">
    * Visit the [dashboard](https://platform.lancey.ai)
    * Sign up with your work email or GitHub account
  </Step>

  <Step title="Setup Github" icon="github">
    Connecting your GitHub repo lets Lancey automatically draft ready-to-merge PRs

    * Go to **Settings --> Integrations → GitHub** in your dashboard

    * Click **Connect GitHub** and authorize access

    * Select the repositories you want Lancey to publish PRs for
  </Step>

  <Step title="Set up AI Models and Keys" icon="brain">
    You can bring your own keys to use with Lancey or load up the credits to use.

    * Go to **Settings --> AI Providers** in your dashboard
    * Add your preferred AI provider credentials (OpenAI, Claude, etc.)
    * Go to **[Settings --> Models](https://platform.lancey.ai/settings/models)** to configure your model preferences
    * Test your configuration to ensure everything is working
    * If you prefer topping up your credit balance, head to **Settings --> Billing** and click on **Add to credits balance**
  </Step>

  <Step title="Connect Slack" icon="slack">
    Stay updated on important issues and PRs without leaving Slack.

    * Navigate to **Settings --> Integrations → Slack**
    * Click **Connect** and select the Workspace
    * Choose which channel should receive Lancey notifications

    <Tip>
      You can skip the Slack integration and other steps if needed and come back to them later
    </Tip>
  </Step>

  <Step title="Invite your team" icon="users">
    Collaborate with your teammates so everyone stays aligned.

    * Open the **Settings > Members** tab
    * Click **Invite Members**
    * Enter their emails and assign roles (Admin or Member)
  </Step>

  <Step title="Manage tasks" icon="t">
    Review and approve tasks generated by Lancey.

    * Go to the **Overview** page in your dashboard
    * Review suggested fixes or improvements
    * Approve, edit, or dismiss tasks as needed
  </Step>
</Steps>

## What's next?

<CardGroup cols={2}>
  <Card title="GitHub Integration" icon="github" href="/integrations/github">
    Learn how to configure your GitHub repositories
  </Card>

  <Card title="Slack Integration" icon="slack" href="/integrations/slack">
    Set up notifications in Slack
  </Card>

  <Card title="Create Tasks" icon="check" href="/tasks/create">
    Start creating and managing tasks
  </Card>

  <Card title="Integration Settings" icon="cog" href="/integrations/settings">
    Explore advanced integration options
  </Card>
</CardGroup>

## Troubleshooting

<Accordion title="Can't connect GitHub?">
  Make sure you have:

  * Admin access to your GitHub repository
  * Authorized the Lancey app in your GitHub settings
  * Selected the correct repositories during setup
</Accordion>

<Accordion title="Slack integration not working?">
  Verify that:

  * Your workspace has the Slack app installed
  * You selected a valid channel to receive notifications
  * The integration permissions are properly configured in **Settings --> Integrations → Slack**
</Accordion>

<Accordion title="AI model configuration issues?">
  Check that:

  * Your API keys are valid and have active credits/quota
  * You've configured at least one model in **[Settings --> Models](https://platform.lancey.ai/settings/models)**
  * Your AI provider account has sufficient permissions
</Accordion>

## Need help?

Get support from our team:

<CardGroup cols={2}>
  <Card title="Live Chat Support" icon="message">
    Use the livechat widget on our platform to get quick answers
  </Card>

  <Card title="Schedule a Support Call" icon="calendar" href="https://cal.com/pateladi/support">
    One-on-one setup assistance from our team
  </Card>
</CardGroup>
