> 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/toggle.md).

# Toggle

This will allow you to either enable or disable the Feature you just configured.

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

{% hint style="warning" %}
By disabling the feature, the application will not be triggered.
{% endhint %}

## How it works

While attempting to **toggle** a feature you will be greeted with two (2) choices:

1. Feature
2. Switch

#### (1) Feature

You will be greeted with one (1) feature, Auto-Role. This feature grants roles to members as per their status.

#### (2) Switch

Lastly, you will be presented with two (2) choices:

* Enable
* Disable

By selecting `Enable`, the Auto-Role feature will run until disabled.\
By Selecting `Disable`, the Auto-Role feature will not run or grant roles.

{% hint style="info" %}
By default, the feature will be disabled.
{% 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/toggle.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.
