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

# Discord Bot Commands

> Manage your Suby integration directly from Discord using slash commands.

The initial setup is done on [app.suby.fi](https://app.suby.fi). Once live, you can manage roles, reminders, and subscriptions directly from Discord using the following commands.

## Commands

<AccordionGroup>
  <Accordion title="/start">
    Displays the welcome message with your current product and setup status.
  </Accordion>

  <Accordion title="/setuprole">
    Link a Discord role to a paid product. Use this to update the role associated with a product after initial setup.
  </Accordion>

  <Accordion title="/setupreminders">
    Link a reminder channel so subscribers receive renewal alerts before their access expires.

    <Note>
      Only required for crypto payments. Card payments are automatically debited.
    </Note>
  </Accordion>

  <Accordion title="/checkout">
    Create a checkout channel that displays a button for your available paid products, letting members subscribe directly from Discord.
  </Accordion>

  <Accordion title="/config">
    View your active products including name, Plan ID, price, billing cycle, and associated role.
  </Accordion>

  <Accordion title="/freedays">
    Instantly grant a role to a user for a set number of days, without requiring a payment. Useful for trials, giveaways, or manual exceptions.
  </Accordion>

  <Accordion title="/notifnewsub">
    Get notified when a new member subscribes.

    <Note>
      Recommended in a public channel for social proof.
    </Note>
  </Accordion>

  <Accordion title="/notifrenew">
    Get notified when a member renews their subscription.

    <Note>
      Recommended in a public channel for stronger community impact.
    </Note>
  </Accordion>

  <Accordion title="/notifcancel">
    Get notified when a member cancels their subscription.
  </Accordion>
</AccordionGroup>
