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

# Base Commands

> Slash commands available for all users that provide basic information about Mercia's Quill

## Help Command

<>
  <Badge color="blue" icon="user">
    User Install
  </Badge>

  {" - "}

  <Badge color="green" icon="server">
    Guild Install
  </Badge>

  {" - "}

  <Badge color="yellow" icon="clock">
    Cooldown: 3s
  </Badge>
</>

```
/help ephemeral:True
```

> This command can be used to retrieve a link to Mercia's Quill's [support server](https://www.merciasquill.com/support) as well as a link to this documentation site.

<ParamField path="ephemeral" type="boolean" default={true}>
  Use this command as a hidden ephemeral message which can only be seen by you.
</ParamField>

## Invite Command

<>
  <Badge color="blue" icon="user">
    User Install
  </Badge>

  {" - "}

  <Badge color="green" icon="server">
    Guild Install
  </Badge>

  {" - "}

  <Badge color="yellow" icon="clock">
    Cooldown: 3s
  </Badge>
</>

```
/invite ephemeral:True
```

> This command can be used to retrieve the default bot invite.

<ParamField path="ephemeral" type="boolean" default={true}>
  Use this command as a hidden ephemeral message which can only be seen by you.
</ParamField>

## Legal Command

<>
  <Badge color="blue" icon="user">
    User Install
  </Badge>

  {" - "}

  <Badge color="green" icon="server">
    Guild Install
  </Badge>

  {" - "}

  <Badge color="yellow" icon="clock">
    Cooldown: 3s
  </Badge>
</>

```
/legal ephemeral:True
```

> This command can be used to view legal terms, policies, and other compliance-related information for the bot.

<ParamField path="ephemeral" type="boolean" default={true}>
  Use this command as a hidden ephemeral message which can only be seen by you.
</ParamField>

## Ping Command

<>
  <Badge color="blue" icon="user">
    User Install
  </Badge>

  {" - "}

  <Badge color="green" icon="server">
    Guild Install
  </Badge>

  {" - "}

  <Badge color="yellow" icon="clock">
    Cooldown: 3s
  </Badge>
</>

```
/ping ephemeral:True
```

> This command can be used to test the bot's current service status and response latency for interactions and Discord's gateway connection.

<ParamField path="ephemeral" type="boolean" default={true}>
  Use this command as a hidden ephemeral message which can only be seen by you.
</ParamField>
