# Status rotator Setup

The Status Rotator feature in your application allows you to dynamically change your Discord status, making your presence on the platform more engaging and vibrant. This guide provides detailed instructions on how to use the Status Rotator page effectively.

## Interface Overview

The Status Rotator page is intuitively designed for ease of use, allowing you to customize how your status updates appear to others on Discord.

* **Add Status Button**: Initiates the addition of a new status line where you can input text, emojis, and set a delay for how often it should rotate.
* **Status Grid**: Displays the current list of status configurations, each with fields for text, emojis, and time delay.
* **Start Status Rotator Button**: Begins the automatic rotation of the statuses added to the grid.
* **Save Status Button**: Saves the current statuses to a file, ensuring your configurations are preserved between sessions.
* **Delete Button**: Each row in the status grid includes a delete button to remove statuses you no longer wish to rotate.

***

### Step-by-Step Usage

1. **Add a New Status**:
   * Click the **+ Add Status** button to create a new line in the status grid.
   * Enter your desired status message in the text field and an optional emoji in the emoji field.
   * Set a delay (in seconds) for how long this status should display before rotating to the next one.
2. **Configure Status Rotation**:
   * You can add multiple statuses to cycle through. For each, specify the text, any emojis, and the rotation delay.
   * Adjust these settings at any time by modifying the fields directly in the status grid.
3. **Save Your Configurations**:
   * Once you are satisfied with your status setup, click the **Save Status** button to write your configurations to a file. This ensures your statuses are loaded the next time you use the app.
4. **Start/Stop the Rotation**:
   * Press the **Start Status Rotator** button to begin cycling through your statuses. The button will change to **Stop Status Rotator** when active.
   * Click again to stop the rotation at any time.

***

### Managing Statuses

* **Editing a Status**: Simply change the text, emoji, or delay directly in the status grid.
* **Deleting a Status**: Use the delete button next to any status you want to remove.
* **Loading Statuses**: On startup, the app will automatically load statuses saved in the file, ready for use or modification.

***

### Best Practices

* **Regular Updates**: Keep your statuses fresh by regularly updating the messages and emojis.
* **Appropriate Delays**: Set reasonable delays to ensure your statuses aren't changing too frequently, which might be distracting.
* **Diverse Emojis**: Use a variety of emojis to keep your statuses engaging and fun.

***

By following this guide, you can effectively utilize the Status Rotator to enhance your interaction on Discord, showing off your creativity and keeping your presence active and engaging.


---

# 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://av0.gitbook.io/av/applications/status-rotator++/status-rotator-setup.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.
