> ## 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.

# Overview

> Configure how Alex Sidebar integrates with your Xcode workspace

Window Settings allow you to control how Alex Sidebar behaves and positions itself alongside Xcode. Access these settings through Settings → Workspace Configuration → Window Management.

## Available Settings

Alex Sidebar provides five key window management options:

<CardGroup cols={1}>
  <Card title="Bring Alex to front when Xcode is clicked">
    Automatically brings Alex Sidebar to the foreground whenever you interact with Xcode, ensuring it's always accessible when you need it.
  </Card>

  <Card title="Auto-Snap Alex next to Xcode">
    Automatically positions Alex Sidebar adjacent to your Xcode window, maintaining optimal placement as you work.
  </Card>

  <Card title="Let Alex fill rest of the screen">
    Allows Alex Sidebar to expand and use all available screen space not occupied by Xcode, maximizing your workspace efficiency.
  </Card>

  <Card title="Match height with Xcode">
    Keeps Alex Sidebar's height synchronized with your Xcode window for a clean, aligned interface.
  </Card>

  <Card title="Stay on top">
    Ensures Alex Sidebar remains visible above other windows, so it's always available when you need assistance.
  </Card>
</CardGroup>

## Configuration Pages

<CardGroup cols={3}>
  <Card title="Activation" href="/windows/activation" icon="power">
    Window focus and activation behaviors
  </Card>

  <Card title="Positioning" href="/windows/positioning" icon="arrows">
    Automatic positioning and snapping
  </Card>

  <Card title="Tips & Best Practices" href="/windows/interface-hints" icon="lightbulb">
    Window management tips and configurations
  </Card>
</CardGroup>
