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

# Ticket Assist

> Automatically generate development plans from GitHub issues

## Overview

Ticket Assist integrates Traycer with your GitHub repositories to automatically generate development plans from issues.

## Installation

<Steps>
  <Step title="Log in and select your account">
    Log in to the [Traycer platform](https://platform.traycer.ai) and use the account dropdown in the top navigation bar to switch between your personal account and organization accounts if needed.
  </Step>

  <Step title="Access Repositories">
    Navigate to the Repositories page from the Ticket Assist category in the sidebar menu.
  </Step>

  <Step title="Click Add Repositories">
    Click "Add Repositories" to begin the integration process.
  </Step>

  <Step title="Install the Traycer GitHub App">
    You will be redirected to GitHub to install the Traycer app. Choose the organization or personal account, then select access:

    * All repositories, or
    * Only select repositories (pick specific repos to grant access)
  </Step>
</Steps>

### Repository settings

Traycer allows you to configure the following settings per repository:

* Target branch: Choose the default branch context for plan generation.
* Plan Creation: Toggle on/off to enable plan creation for that repository.
* Trigger: Choose when to generate plans (for example, on issue creation or on issue assignment).
* Label filter: Optionally specify a label; plans are created only when the issue includes this label.

## How it works

<Steps>
  <Step title="1. Create an Issue on GitHub">
    Open GitHub and create or select the issue that you want to work on.
  </Step>

  <Step title="2. AI creates a Plan">
    Traycer AI will automatically analyze the Issue and linked resources to gather context. Based on this analysis, Traycer generates a precise and actionable plan.
  </Step>

  <Step title="3. Single-Click Transition to IDE">
    Open and customize the plan within your preferred development environment.
  </Step>
</Steps>
