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

# Fortnite

> Look up cosmetics, track item returns, and post daily shop rotations.

## Looking up a cosmetic

Search by name — partial matches work, so you don't need the exact title.

<CodeGroup>
  ```javascript Syntax theme={null}
  ,fortnite item (cosmetic)
  ```

  ```javascript Example theme={null}
  ,fortnite item Skull Trooper
  ```
</CodeGroup>

Confine returns the item's type, rarity, icon, and the last five times it appeared in the shop. If it's never been in the shop, you'll see the date it was added to the game instead.

## Watching for an item's return

Add a cosmetic to your watchlist and confine DMs you the moment it's back in the shop.

<CodeGroup>
  ```javascript Syntax theme={null}
  ,fortnite watch (cosmetic)
  ```

  ```javascript Example theme={null}
  ,fortnite watch Skull Trooper
  ```
</CodeGroup>

<Info>
  Watchlists are per member, not per server — this is your list, and the notification comes to your DMs.
</Info>

### Managing your list

`,fortnite watch list` shows everything you're currently tracking.

<CodeGroup>
  ```javascript Syntax theme={null}
  ,fortnite watch remove (cosmetic)
  ```

  ```javascript Example theme={null}
  ,fortnite watch remove Skull Trooper
  ```
</CodeGroup>

## Daily shop rotations

Point confine at a channel and it posts the item shop there every time it rotates.

<CodeGroup>
  ```javascript Syntax theme={null}
  ,fortnite shop (channel)
  ```

  ```javascript Example theme={null}
  ,fortnite shop #fortnite-shop
  ```
</CodeGroup>

<Info>
  Requires **Manage Server**.
</Info>

### Pinging a role

<CodeGroup>
  ```javascript Syntax theme={null}
  ,fortnite shop ping (role)
  ```

  ```javascript Example theme={null}
  ,fortnite shop ping @Fortnite
  ```
</CodeGroup>

Run `,fortnite shop ping none` to stop pinging.

### Checking your setup

`,fortnite shop settings` shows the configured channel and ping role. No permissions needed — anyone can check.
