# Quick Start

This guide helps you get Xilla running in your server and complete your first backup in a few minutes.

# Step 1: Invite Xilla

  • Use /invite to get the bot invite link.
  • Add Xilla to your server with Administrator permissions.

# Step 2: Create a config

Only the guild owner can create a config.

  1. Run /config create.
  2. (Optional) Set the permission level: /config edit level:advanced.
  3. (Optional) Restrict major commands to the owner: /config edit owneronly:true.

# Step 3: Create your first backup

  1. Run /backup create name:"My Guild" custom-id:my-guild.
  2. Keep the backup id or custom id you receive.
  3. Verify your backups with /backup list.

# Step 4: Restore a backup (when needed)

  1. Run /backup load backup-id:my-guild.
  2. Choose which components to load and confirm.
  3. Track progress with /backup status.

# Step 5: Optional extras

  • Chatlogs: /chatlog create amount:100 and /chatlog load chatlog-id:abc12.
  • Templates: /template create name:"My Layout" and /template load template-id:xyz12.
  • Sync: /sync bans direction:to guild-id:1234567890.

# Common requirements

  • Many major commands require Administrator for the user.
  • Loads and destructive actions require config level advanced for non-owners.
  • Some features require a paid tier (chatlogs, message sync, role sync).

# Next steps