# Kick Member

**Introduction**&#x20;

This step is designed to remove a member from a guild, commonly known as "kicking."

**Configuration**

1. **Guild**: Specifies the guild from which the user will be kicked. This field is required to ensure that the action targets the correct server environment.
2. **User**: Identifies the user to be kicked from the guild. This field is required to specify the member targeted by this moderation action.
3. **Reason**: (Optional) Provide a reason for the kick. The reason can be up to 512 characters long.

**Usage**&#x20;

Useful for enforcing guild rules and maintaining community standards by removing members who violate guidelines.

**Permissions**

* Requires the "Kick Members" permission to perform this action.


---

# 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://docs.flexy.bot/modules/discord/steps/kick-member.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.
