# Common Issues

{% hint style="info" %}
This feature is new to GateKeeper version 3. While it may look empty right now, it will soon be filled with the most frequent questions once the feature has been out for a while.
{% endhint %}

## GateKeeper Plus

<details>

<summary>What happens when my GateKeeper Plus subscription expires?</summary>

Assuming you don't own a lifetime plan (still under consideration), all premium benefits will be reverted or removed. Assuming GateKeeper can contact you, a DM will be sent out 3 days before the end of the subscription and when it ends.

For example: if you assigned ten auto roles, the five most recent auto roles will be removed.

</details>

<details>

<summary>What happens to my lifetime plan if GateKeeper is shut down?</summary>

While this hopefully won't happen any time soon, in the event the team closes GateKeeper's doors forever we will attempt to contact all previous subscribers and lifetime plan (still under consideration) to give them exclusive access to GateKeeper's source code for the first six months after the bot goes offline. After six months the exclusivity window will end, and the bot's source code will be released to the public.

</details>


---

# 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/extras/faq.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.
