# Management

## <mark style="color:blue;">Table of Contents</mark>

1. **Features**
2. **Installation**
3. **Configuration**
4. **Commands**
5. **Dependencies**

### <mark style="color:yellow;">Features</mark>

<mark style="color:purple;">The</mark> <mark style="color:purple;">**Management**</mark> <mark style="color:purple;">plugin is another big backbone for Athena,</mark> providing logging of user actions, channel, role, and member updates as well as providing some extra features like polls, channelstats, and more.

* <mark style="color:red;">**Log user activity**</mark><mark style="color:red;">:</mark> Track command usages, message edits, and more!
* <mark style="color:red;">**Auto-roles**</mark><mark style="color:red;">:</mark> Auto apply a role to people on join!
* <mark style="color:red;">**Auto Thread Reaction**</mark><mark style="color:red;">:</mark> New threads will have an upvote/downvote system when configured!
* <mark style="color:red;">**Auto Message Response**</mark><mark style="color:red;">:</mark> Set up a Regex pattern to respond automatically to messages using predefined messages!
* <mark style="color:red;">**Starboard**</mark><mark style="color:red;">:</mark> React to messages with a certain set emoji and after a threshold, the message will post elsewhere!
* <mark style="color:red;">**Scheduled Messages**</mark><mark style="color:red;">:</mark> Send a message every so often!
* <mark style="color:red;">**Welcome/Goodbye Messages**</mark><mark style="color:red;">:</mark> Say hi or goodbye to anyone that joins or leaves your server automatically!
* <mark style="color:red;">**Message and Embed Creation**</mark><mark style="color:red;">:</mark> Create your own messages and embeds and save them to ID's for later use!
* <mark style="color:red;">**Reaction Roles**</mark><mark style="color:red;">:</mark> Handle React Roles easier by adding buttons to bot messages!
* <mark style="color:red;">**Poll creation**</mark><mark style="color:red;">:</mark> Make more in depth polls!
* <mark style="color:red;">**Reminders**</mark><mark style="color:red;">:</mark> Get a reminder message sent after a specified time!
* <mark style="color:red;">**Role-all**</mark><mark style="color:red;">:</mark> Ever wanted to apply one role to everyone? Now you can!
* <mark style="color:red;">**Sticky Messages**</mark><mark style="color:red;">:</mark> Sticky a message from one of your predefined ones to keep it in chat!
* <mark style="color:red;">**Suggestions**</mark><mark style="color:red;">:</mark> Suggest something to a channel of your choice!
* <mark style="color:red;">**Channel Stats**</mark><mark style="color:red;">:</mark> Track members, bots, etc. using a channel of your choice!

***

### <mark style="color:yellow;">Installation</mark>

<mark style="color:purple;">**No need to install!**</mark> This plugin is already built into the bot!

***

### <mark style="color:yellow;">Configuration</mark>

A lot to configure here! From the <mark style="color:green;">**welcoming/goodbye messages**</mark>, to the <mark style="color:green;">**auto-responses**</mark>, amongst some other things.

***

### <mark style="color:yellow;">Commands</mark>

If you're looking for the **Management** plugin commands, [take a look here](/plugins/management/commands.md)!

***

### <mark style="color:yellow;">Dependencies</mark>

<mark style="color:red;">**Hard Dependencies (disabling or removing breaks this plugin)**</mark>

* Core

<mark style="color:red;">**Soft Dependencies (can disable but might lose some functionality)**</mark>

* Security
* Tickets

***

### <mark style="color:yellow;">Screenshots</mark>

#### <mark style="color:orange;">(Images may not reflect actual appearance due to customized bot)</mark>

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

<figure><img src="/files/NkjTdmiBLiEtYjXhL9kv" alt=""><figcaption><p>Screenshot of the Polls feature</p></figcaption></figure>
{% endtab %}

{% tab title="Sticky" %}

<figure><img src="/files/fmb0FEOjh01K4WHf7sB4" alt=""><figcaption><p>Screenshot of the Sticky Message feature</p></figcaption></figure>
{% endtab %}

{% tab title="Starboard" %}

<figure><img src="/files/cC6gaxdZy1yxkmxlAUyJ" alt=""><figcaption><p>Screenshot of the Starboard feature</p></figcaption></figure>
{% endtab %}

{% tab title="Welcome" %}

<figure><img src="/files/rWQbpjbOl91ES0JO7UxJ" alt=""><figcaption><p>Screenshot of the Welcoming feature</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.iynxdev.com/plugins/management.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.
