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

# Join Roles

> Automatically assign roles to new members.

Give new members a head start by automatically assigning them roles when they join.

## Use Cases

<CardGroup cols={2}>
  <Card title="Community Member" icon="users">
    Give everyone a basic "Member" role to access public channels.
  </Card>

  <Card title="Bot Role" icon="robot">
    Automatically give bots a specific role to separate them from humans.
  </Card>
</CardGroup>

## Configuration

<Tabs>
  <Tab title="Dashboard">
    <Steps>
      <Step title="Navigate">
        Go to **Dashboard > Configuration > Roles**.
      </Step>

      <Step title="Select Roles">
        Find the **Join Roles** section. You can select multiple roles.
      </Step>

      <Step title="Bot Roles">
        (Optional) Toggle **"Bot Specific Roles"** to assign different roles to bots.
      </Step>

      <Step title="Save">
        Click **Save Changes**.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Commands">
    Currently, this feature is best managed via the Dashboard for ease of use.
  </Tab>
</Tabs>

<Warning>
  Make sure the bot's role is **higher** in the hierarchy than the roles you want it to assign! Otherwise, it will fail.
</Warning>
