# Settings

## ⚙️ Settings Overview

This is the final section where you control how Glowie behaves and integrates with your system.

***

#### ⚙️ General Settings

Control Glowie’s core behavior and your app environment:

* **🕶️ Privacy Mode** – Toggle to hide sensitive fields and data in the UI
* **🔐 Reset Auth Key** – Regenerate your authentication key if compromised or expired
* **📭 Clear Unreads** – Instantly mark all community tab messages as read
* **📦 Import/Export Data** – Save or load your Glowie setup and data across devices
* **🚪 Logout** – Safely sign out of your session

***

#### 🔊 Sounds

Fine-tune Glowie's audio cues for a more personalized experience. You can individually control the volume or mute the following:

* **📨 Community Ping** – Alerts for direct tags or ping-worthy messages
* **💬 General Chat** – Notifications for casual messages and updates
* **🏆 Personal Win** – Plays when a win or success event is logged

Each has its own volume slider and mute toggle, so you can adjust based on your vibe or focus level.

***

#### 🧱 Modules

Manage how Glowie handles module downloads and cleanup:

* **📁 Download Path** – Set or change where modules are saved
* **🗑️ Auto-Delete** – Enable automatic removal of used modules after execution
* **🔄 Reset Settings** – Quickly restore module preferences to default

Perfect for keeping your workspace clean and scripts running smooth.

***

### 🧾 Scripts

**Disable Windows Defender**

* **Purpose**: One-click button to permanently disable Windows Defender for compatibility reasons.
* **Warning**: This action is irreversible within the app. You'll be prompted with a confirmation warning before it disables Defender permanently. Use only if necessary for module or script functionality.


---

# 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://glowie-app.gitbook.io/glowie-docs/glowie/settings.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.
