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

# Feature Overview

> List of main features

***

## Basic Features

<CardGroup cols={2}>
  <Card title="Team Management & Access Control" icon="users" href="/en/developers/space#team-management">
    Invite team members, assign roles and permissions, and collaborate on project management
  </Card>

  <Card title="Self-Service" icon="play" href="/en/developers/quickstart">
    Manage your development resources and environments independently without waiting for ops team support
  </Card>

  <Card title="Various Templates" icon="sparkles" href="/en/developers/deploy">
    Fast-track your development using comprehensive templates for full-stack applications
  </Card>
</CardGroup>

## Service Management

<CardGroup cols={2}>
  <Card title="Logs & Terminal" icon="laptop-code" href="/en/developers/log">
    View runtime and build logs with terminal access
  </Card>

  <Card title="GitHub Integration" icon="github" href="/en/developers/githubactions">
    Simple GitHub setup with **GitHub Actions support**
  </Card>

  <Card title="Metrics" icon="chart-line" href="/en/developers/deploy#metrics">
    Visualized monitoring for resource usage
  </Card>

  <Card title="SSL" icon="browser" href="/en/developers/features#service-management">
    Automatic **preview URL** with HTTPS certificate
  </Card>

  <Card title="Reverse Proxy" icon="rotate" href="/en/developers/reverseproxy">
    Built-in reverse proxy, no Nginx required
  </Card>

  <Card title="SSH Repo Connection" icon="git-alt" href="/en/developers/private-repo">
    Deploy code from a private repository via SSH
  </Card>

  <Card title="Rollback" icon="backward" href="/en/developers/rollback">
    Restore to previous versions with just two clicks
  </Card>

  <Card title="Replicas" icon="hive" href="/en/developers/replica">
    Easily scale services by choosing replicas number during deployment
  </Card>

  <Card title="Zero-Downtime Deployment" icon="infinity" href="/en/developers/zero-downtime-deployment">
    Health check-based zero-downtime deployment
  </Card>

  <Card title="Domain Binding" icon="link" href="/en/developers/domain">
    Easy custom domain setup using CNAME records
  </Card>

  <Card title="Image Deploy" icon="copy" href="/en/developers/container">
    Easily deploy container images with the template
  </Card>

  <Card title="Environment Variables" icon="quote-left" iconType="solid" href="/en/developers/env">
    Manage common ENV vars securely & easily
  </Card>
</CardGroup>

## Advanced Features

<CardGroup cols={2}>
  <Card title="Multiple Build Options" icon="layer-group" href="/en/developers/dockerfile">
    Support for various build methods including Buildpack and Dockerfile
  </Card>

  <Card title="Custom Templates" icon="plug" href="/en/developers/features#advanced-features">
    Add custom apps or templates for your organization by developing plugins
  </Card>
</CardGroup>
