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

# Site Settings

> Manage site configuration and control site lifecycle

## Overview

Update site name, branch, and manage site lifecycle. Basic configuration for your Laravel applications.

## Site Configuration

### Editable Fields

<CardGroup cols={3}>
  <Card title="Name" icon="tag">
    Human-readable site identifier (must be unique)
  </Card>

  <Card title="Branch" icon="git">
    Active deployment branch for your repository
  </Card>

  <Card title="Repository" icon="folder">
    Source control repository (read-only)
  </Card>
</CardGroup>

### Update Process

<Steps>
  <Step title="Modify settings">
    Change name and/or branch as needed
  </Step>

  <Step title="Save changes">
    Click "Save" to apply configuration updates
  </Step>

  <Step title="Verification">
    Changes are immediately reflected across the dashboard
  </Step>
</Steps>

<Info>
  **Name Validation**: Must be unique across your account, cannot be empty
</Info>

<Warning>
  Changing the branch affects future deployments. Ensure the new branch exists in your repository.
</Warning>

## Site Destruction

### Destruction Process

<Steps>
  <Step title="Access section">
    Scroll to "Destroy Site" section at bottom
  </Step>

  <Step title="Review consequences">
    All site data will be permanently lost, SSL certificates preserved
  </Step>

  <Step title="Confirm action">
    Click "Destroy" and confirm in the dialog
  </Step>

  <Step title="Monitor process">
    Site status changes to "Deleting" and removal begins
  </Step>
</Steps>

### What Gets Removed

<AccordionGroup>
  <Accordion title="Services & Workers">
    Stops all services, removes queue workers, deletes scheduled tasks
  </Accordion>

  <Accordion title="Files & Configs">
    Removes site directory, Nginx configs, environment files
  </Accordion>

  <Accordion title="System Integration">
    Restarts web services, updates server configurations
  </Accordion>
</AccordionGroup>

<Warning>
  Site destruction is irreversible. Backup important data before proceeding.
</Warning>
