# Getting Started

[![Requires-Rule-Screening](https://img.shields.io/badge/REQUIRES-RULE%20SCREENING-ED4245?style=for-the-badge)](https://support.discord.com/hc/en-us/articles/1500000466882-Rules-Screening-FAQ)

> Why not take the next step in protecting your users by complimenting your rule screening with auto kick to protect communities from malicious bots.

Auto kick is a feature of GateKeeper that will remove any member of a server who hasn't accepted rule screening after a set amount of time. With the full release of the feature, you can now even send a message when the user runs out of time.

The command works by tracking users for the first couple of days when they join and polling a database every hour to see if a user has exceeded a time you allotted without accepting the rules in rule screening. If they haven't accepted the rules, they will promptly be removed - this helps reduce the risk of bot users joining and waiting in the server until they can raid your member's DMs as well as stopping user's from joining who have no plan on interacting with the community.

Current command group

1. `/autokick enable`
2. `/autokick disable`
3. `/autokick show-config`

Important limits

1. Grace period can be set from 1 to 168 hours
2. Standard supports up to 48 hours
3. Grace periods above 48 hours require GateKeeper Plus

## Where to go next?

* **Enable rule screening** if you haven't already (auto-role not required).

{% content-ref url="/pages/-MXc3\_lAtabKyleCXJZi" %}
[Getting Started](/rule-screening/getting-started.md)
{% endcontent-ref %}

* **Setup auto kick** options by heading to the next page.

{% content-ref url="/pages/-Mc036FaMKDsBCpoWpWJ" %}
[Setting Up Auto Kick](/auto-kick/enabling-disabling-auto-kick.md)
{% endcontent-ref %}


---

# 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.gatekeeperbot.net/auto-kick/getting-started.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.
