# AFK-System

**The Command `%afk`, will give you a good overview.**

### Set your Status as Afk:

**There are two options to set your status as Afk**

* **`%setafk afk <optional:message>` => This will set your status as Afk with a specific Message, which will be showed to the users, who mentions you.**
* **`%afk y <optional:message>` => The Message is optional, the short command allows you to turn your status, very fast in afk.**&#x20;

<div align="left"><img src="/files/-MbqkCvwTEXpg1Vcwy75" alt="Set your status as Afk"></div>

<div align="left"><img src="/files/-Mbql-CLidKIs0dV6SXV" alt="Info Message for Users, when you get mentioned."></div>

### Un-AFK yourself:

* **`%afk notafk/n` => This will Un-AFK your status and users wont receive any info message, when they mention you.**

<div align="left"><img src="/files/-MbqlwGYwVMIiiuSH9V3" alt="Easy unafk"></div>

### Enable/Disable Auto Un-Afk:

* **When enabling Auto Un-Afk, your Afk status will  be automatically removed when you send messages. You can ignore certain channels, which prevent Auto Un-Afk on the channels**
* **`%afk auto enable/disable` => This will enable or disable Auto Un-Afk mode**

<div align="left"><img src="/files/-MbqmqIMLbJvOILlzuzx" alt="The Bot will react, with the Online Emoji, when you get Un-Afk"></div>

### Ignore Certain Channels from getting Un-Afk

* **You do not have to ignore certain channels, when you have Auto Un-Afk Mode disabled**

{% tabs %}
{% tab title="Add Channels to Ignore" %}

* **`%afk addignore #channel1 #channel2 ...`**
* **You can mention many channels in a row, just insert a space between them**
* **This will add the Channels as Ignored Channel**
  {% endtab %}

{% tab title="Remove Channels from Ignoring" %}

* **`%afk removeignore #channel1 #channel2 ...`**
* **You can mention many channels in a row, just insert a space between them**
* **This will remove the Channels as Ignored Channel**
  {% endtab %}
  {% endtabs %}

![Ignoring Certain Channels prevents auto un afk.](/files/-MbqoFd34YksrlorAbAk)

### Get Pings during AFK:

* **`%afk msg` - Will send you a list of Pings, which you missed during afk**

<div align="left"><img src="/files/-MhcMBRTEn0ll82-bU7J" alt=""></div>


---

# 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://bumpreminder.gitbook.io/bump-reminder/afk-system.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.
