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

# getting started

get started with fight in your server

### bot permissions

make sure fight has the following permissions to make sure it functions correctly:

* administrator permissions
* bot role must be in the top 5 roles of your server
* manage channels & manage roles for main features

### add fight to your server

you can add fight to your server by clicking [here](https://discord.com/oauth2/authorize?client_id=1482110843893190748).

### basic setup

after adding fight to your server, run these essential setup commands to make sure fight runs smoothly:

```javascript theme={null}
,setup
,vm setup
```

### configure fight

you can change fight's default prefix (`,`) by using this:\\

<CodeGroup>
  ```javascript syntax theme={null}
  ,prefix (prefix)
  ```

  ```javascript example theme={null}
  ,prefix !
  ```
</CodeGroup>
