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

# Introduction

> AI Assisted Coding for Xcode

Welcome to **Alex Sidebar**, your AI companion for Xcode development. This documentation will help you understand and make the most of Alex's features to assist your Apple Platform development workflow!

## Essentials

<CardGroup cols={2}>
  <Card title="Install & Setup" icon="rocket" href="/get-started/getting-started#installation">
    Get up and running in under 2 minutes
  </Card>

  <Card title="Authentication" icon="key" href="/get-started/getting-started#sign-up-and-authentication">
    Create your account and get started
  </Card>
</CardGroup>

## Core Features

<CardGroup cols={2}>
  <Card title="Command+L to Chat" icon="message-bot" href="/chat/overview#quick-actions">
    Select any code in Xcode and instantly start a chat about it. Get immediate AI assistance for code understanding and solutions.
  </Card>

  <Card title="Image to Code (Drag & Drop)" icon="image" href="/chat/input-modes/image-to-code">
    Transform designs into code. Simply drag any image into the sidebar and let
    Alex generate the corresponding code for you.
  </Card>

  <Card title="Command+K for Quick Actions" icon="bolt" href="/completions/inline-suggestions#using-inline-completions">
    Generate in-file suggestions instantly. Get smart code completions and improvements without breaking your flow.
  </Card>
</CardGroup>

## Advanced Features

<CardGroup cols={2}>
  <Card title="One-Click Code Changes" icon="code" href="/chat/interface#applying-changes">
    Apply suggested code changes with a single click. Use Quick Apply (⏩) for instant changes without diff panel.
  </Card>

  <Card title="Build & Fix Errors" icon="hammer" href="/completions/error-fixes#automatic-error-resolution">
    One-click automatic build and error resolution. Alex continuously builds, detects errors, applies fixes, and rebuilds until your project compiles successfully.
  </Card>
</CardGroup>

## Support and Community

<CardGroup cols={2}>
  <Card title="Get Help" icon="life-ring" href="/support/getting-help#support-channels">
    Multiple channels for assistance
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/support/troubleshooting#common-issues-and-solutions">
    Solutions to common issues
  </Card>

  <Card title="Report Issues" icon="bug" href="/support/getting-help#reporting-issues">
    How to report bugs effectively
  </Card>

  <Card title="Feature Requests" icon="lightbulb" href="/support/getting-help#feature-requests">
    Submit and track feature ideas
  </Card>
</CardGroup>
