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

# Systems

<Card title="Module: Systems" icon="hammer" horizontal="True">
  Setup the moderation system inside your server
</Card>

<Steps>
  <Step title="Setting up jail">
    After running the **`setupjail`** command, kyos will setup a jail channel and role along with channel permissions.

    <Info>
      Jailing a user will give them a role in which they can only see the `#jail` channel to confer with **moderators**
    </Info>

    <Frame>
      <img src="https://mintcdn.com/kyos-c60486ad/AalZmPvrgh2Es8UR/images/jailsetup.png?fit=max&auto=format&n=AalZmPvrgh2Es8UR&q=85&s=07c9c2bc9ffcc8e2672e025632bdeb9f" width="312" height="114" data-path="images/jailsetup.png" />
    </Frame>
  </Step>

  <Step title="Setting up muting">
    <Warning>
      This **will not** affect timeout
    </Warning>

    By running the **`setupmute`** command, kyos will create a **muted** role and setup channel permissions.

    <Frame>
      <img src="https://mintcdn.com/kyos-c60486ad/AalZmPvrgh2Es8UR/images/setupmute.png?fit=max&auto=format&n=AalZmPvrgh2Es8UR&q=85&s=428f44ba176dda7289dd93ceee189026" width="284" height="120" data-path="images/setupmute.png" />
    </Frame>

    <Info>
      Things such as **imute** and **rmute** are not affected here and are only triggered when using those commands.
    </Info>
  </Step>

  <Step title="Moderation log (Optional)">
    Visit **[https://docs.kyos.bot/server/logs](https://docs.kyos.bot/server/logs)**
  </Step>
</Steps>
