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

# Overview

> Exclusive commands for those who vote for jar.

## How to vote

You can head to the [top.gg page](https://top.gg/bot/1094999557110251570/vote) and confirm your vote.

After voting, you can run the `claim` command to get access to the premium commands.

<Note>
  The premium status is **temporary** and will expire after 12 hours.
</Note>

## List of premium commands

This list is subject to growth, you can leave suggestions in the [support server](https://discord.gg/eNNCVemNvu).

<AccordionGroup>
  <Accordion icon="magnifying-glass" title="lookup">
    Lookup recently released usernames, with a length of your choice.
    <Info>This command no longer requires premium. Read more [here.](https://discord.com/channels/1160352829295313016/1266909410135900311/1307141753056395285)</Info>

    <CodeGroup>
      ```ruby Syntax theme={null}
      lookup [length]
      ```

      ```ruby Example theme={null}
      ,,lookup 4
      ```
    </CodeGroup>
  </Accordion>

  <Accordion icon="magnifying-glass" title="vanities">
    Lookup recently released vanities, with a length of your choice.
    <Info>This command no longer requires premium. Read more [here.](https://discord.com/channels/1160352829295313016/1266909410135900311/1307141753056395285)</Info>

    <CodeGroup>
      ```ruby Syntax theme={null}
      vanities [length]
      ```

      ```ruby Example theme={null}
      ,,vanities 4
      ```
    </CodeGroup>
  </Accordion>

  <Accordion icon="trash" iconType="regular" title="selfpurge">
    Clear your own messages in a channel.

    <CodeGroup>
      ```ruby Syntax theme={null}
      selfpurge [search]
      ```

      ```ruby Example theme={null}
      ,,selfpurge 69
      ```
    </CodeGroup>
  </Accordion>
</AccordionGroup>
