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

# Permissions Troubleshooting

> Fix permission-related issues with Flare.

<AccordionGroup>
  <Accordion title="Flare says it doesn't have permission">
    Check channel-specific permission overwrites. Even if Flare has Administrator at the server level, channel overwrites can deny specific permissions.
  </Accordion>

  <Accordion title="AntiNuke can't punish a rogue admin">
    Flare's role must be **above** the target user's role. Go to Server Settings > Roles and drag Flare's role to the very top.
  </Accordion>

  <Accordion title="Flare can't create webhooks for logging">
    Discord limits channels to 15 webhooks. Delete unused webhooks in Channel Settings > Integrations, then re-run `/logs`.
  </Accordion>

  <Accordion title="Flare can't assign roles">
    Flare can only assign roles that are **below** its own role in the hierarchy. It cannot assign roles higher than or equal to its own.
  </Accordion>
</AccordionGroup>
