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

# How a scrim moves

> Booking is a sequence, and each stage is triggered by one specific action.

Every scrim gets its own private thread, a confirmed detail card, and a public
announcement — kept in sync automatically. No more chasing details across DMs.

Booking is a sequence, and each stage is triggered by one specific action. Once
you know which action moves a scrim forward, the whole bot follows.

<Steps>
  <Step title="A member presses a team button" icon="hand-pointer">
    On the scrim panel — **FSC Scrim**, **MSC Scrim**, or **Co-Ed Scrim**.
  </Step>

  <Step title="The bot opens a private thread" icon="comments">
    With them, and pings that team's leads.
  </Step>

  <Step title="A lead confirms the details" icon="pen">
    `/setscrim` — date, opponent, mode, rules.
  </Step>

  <Step title="A lead publishes it" icon="megaphone">
    `/scrimschedule` — a card appears in the schedule channel.
  </Step>

  <Step title="Optionally, signups open" icon="user-plus">
    `/scrimsignup post` — players claim roster spots themselves.
  </Step>

  <Step title="It gets played" icon="flag-checkered">
    One button marks it Complete.
  </Step>
</Steps>

## The states

| Status                | Meaning                                            |
| --------------------- | -------------------------------------------------- |
| **Open**              | Requested. Details not confirmed yet.              |
| **Ready to Schedule** | `/setscrim` is done, but it hasn't been published. |
| **Scheduled**         | Published to the schedule channel.                 |
| **Completed**         | Played.                                            |
| **Cancelled**         | Called off.                                        |
| **Closed**            | Thread archived and locked.                        |

<Note>
  **Cancelled** and **Closed** are reachable at any point before completion. Full
  detail on the [status reference](/scrim-bot/reference/statuses).
</Note>

## Where to go next

<CardGroup cols={2}>
  <Card title="For players" icon="user" href="/scrim-bot/booking">
    Booking a scrim and signing up for one.
  </Card>

  <Card title="For leads" icon="clipboard-list" href="/scrim-bot/leads">
    The commands you'll actually use, in order.
  </Card>
</CardGroup>

<Warning>
  This is the **Scrim Bot**. The website's scrim schedule and win/loss record are
  a different system — see [Site + Bot](/site-bot/events). The two don't overlap.
</Warning>
