# Kick

Kick a member from the server.

{% tabs %}
{% tab title="Example" %}

```
%kick [member] [reason] 
```

{% endtab %}

{% tab title="Author permission level" %}
Kick Members
{% endtab %}

{% tab title="Bot's permission needed" %}
Kick Members
{% endtab %}
{% endtabs %}

The member variable might be anyone in the server, you can specify a user using its id, by mention or using the format username#0000.‌

The reason variable is going to be written in the kick dm and in the log message, this can also be empty, in that case a default one will be used.

{% hint style="warning" %}
This action is going to send a dm to the kicked user and a log in the channel setted for kicks, more info on log channels [here](https://app.gitbook.com/@spikebot/s/spike/~/drafts/-MKB5ZKHYsHN66q_uPkC/docs/documentation/setup/logs).‌
{% endhint %}

{% hint style="info" %}
Kicks show up on the userinfo command and cannot be removed!
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://spikebot.gitbook.io/spike/docs/documentation/moderation/kick.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
