> For the complete documentation index, see [llms.txt](https://shifts.gitbook.io/statusplus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shifts.gitbook.io/statusplus/configuration/setup/feature.md).

# Feature

This allows you to configure how the bot operates in your guild.

{% hint style="danger" %}
This command may seem like a very straightforward command but it can be very malicious if used by the wrong persons.
{% endhint %}

{% hint style="info" %}
This command requires you to be the `server owner`.
{% endhint %}

## How does it work?

When attempting to configure the application by invoking the `/setup feature` command, you will be greeted with three (3) choices:

1. Option
2. Role
3. Status

#### (1) Option

By selecting this, you will be presented with features you're able to use. At the current time this is being written, there are currently one (1) feature present:

* Give Role

Members will be granted a role if this feature is selected.

#### (2) Role

Now, this is where this can become very malicious and/or destructive. You will be able to select any role in your guild.&#x20;

{% hint style="warning" %}
The application will **not** warn you if you select a role higher than it. If this is the case, the application will not grant the role selected.

The application will also **not** perform any follow-up checks on any role you select, as this is purely up to you!
{% endhint %}

#### (3) Status

This `text` is what your Members will have to input into their custom status. Please keep in mind, users will have to include the entire `text` into their status in order for the application to be triggered.

{% hint style="danger" %}
If your `text` is found to be anything malicious, your access to operate the application will be terminated.
{% endhint %}

For example, if your `text` is `'3'` but a Member inputs `3` into their custom status, the application will not grant them the role.

{% hint style="info" %}
If you would like to know your current settings, you can run the command (`/setup feature`) without selecting any of the choices and you will be presented with them.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://shifts.gitbook.io/statusplus/configuration/setup/feature.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.
