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

# Trouble Shooting

> Are you having problems setting up your Server? Here are some common problems and solutions.

<Warning>
  This part of the Documentations is still under work.
</Warning>

## Common Verification Problems

These problems may occur when a member is trying to verify in your server.

<CardGroup cols={2}>
  <Card title="Missing Permissions" icon="user-slash" href="/troubleshooting/missing-permissions">
    The Bot may not have the correct permissions to give roles.
  </Card>

  <Card title="Unknown Role" icon="square-question" href="/troubleshooting/unknown-role">
    The Role ID you have set for your server is incorrect.
  </Card>

  <Card title="Discord API Errors" icon="bug" href="/troubleshooting/discord-api-error">
    Discord API Errors may vary, but are usually related to the Member.
  </Card>

  <Card title="Invalid Token" icon="key-skeleton" href="/troubleshooting/invalid-token">
    Questions or customizations? Need help setting up? Book a 1x1 meeting with us.
  </Card>
</CardGroup>

## Common Server Setup Problems

These problems can occur when you are setting up your server.

<CardGroup cols={2}>
  <Card title="Guild/Role ID is already in use" icon="server" href="/troubleshooting/id-already-used">
    The Server ID or Role ID you are trying to use already exists.
  </Card>

  <Card title="interactions_endpoint_url" icon="robot" href="/troubleshooting/interactions-endpoint-url">
    You have incorrectly setup Bot commands.
  </Card>
</CardGroup>
